Example usage for android.content DialogInterface.OnClickListener interface-usage

List of usage examples for android.content DialogInterface.OnClickListener interface-usage

Introduction

In this page you can find the example usage for android.content DialogInterface.OnClickListener interface-usage.

Usage

From source file com.kth.baasio.sample.utils.actionmodecompat.ActionModeBase.java

/**
 * A pre-Honeycomb, simple implementation of {@link ActionMode} that simply
 * shows a context menu for the action mode.
 */
class ActionModeBase extends ActionMode implements DialogInterface.OnClickListener {
    private FragmentActivity mActivity;

From source file com.google.android.apps.iosched.util.actionmodecompat.ActionModeBase.java

/**
 * A pre-Honeycomb, simple implementation of {@link ActionMode} that simply shows a context menu
 * for the action mode.
 */
class ActionModeBase extends ActionMode implements DialogInterface.OnClickListener {
    private FragmentActivity mActivity;

From source file com.kth.baasio.baassample.utils.actionmodecompat.ActionModeBase.java

/**
 * A pre-Honeycomb, simple implementation of {@link ActionMode} that simply
 * shows a context menu for the action mode.
 */
class ActionModeBase extends ActionMode implements DialogInterface.OnClickListener {
    private FragmentActivity mActivity;

From source file com.kth.baasio.helpcenter.utils.actionmodecompat.ActionModeBase.java

/**
 * A pre-Honeycomb, simple implementation of {@link ActionMode} that simply
 * shows a context menu for the action mode.
 */
class ActionModeBase extends ActionMode implements DialogInterface.OnClickListener {
    private FragmentActivity mActivity;

From source file rtandroid.benchmark.ui.dialogs.ProgressDialog.java

/**
 * Dialog which shows progress of current executed benchmark.
 */
public class ProgressDialog extends DialogFragment implements DialogInterface.OnClickListener {
    private static final String ARG_BENCHMARK = "benchmark";
    private static final String ARG_CASE_COUNT = "case_count";

From source file org.yammp.dialog.DeleteDialog.java

public class DeleteDialog extends FragmentActivity implements Constants, OnMultiChoiceClickListener,
        DialogInterface.OnClickListener, OnCancelListener, OnShowListener, View.OnClickListener {

    private AlertDialog mDeleteMultiSelect, mDeleteConfirm;

    private boolean delete_lyrics, delete_music, restore_confirm;

From source file com.commonsware.android.qrck.QRCodeKeeperActivity.java

public class QRCodeKeeperActivity extends LauncherActivity
        implements JSONLoadTask.Listener, DialogInterface.OnClickListener {
    private ArrayList<Entry> entries = new ArrayList<Entry>();
    private AdapterViewTray tray = null;
    private SharedPreferences prefs = null;
    private boolean noCanDo = false;

From source file com.jaspersoft.android.jaspermobile.dialog.SortDialogFragment.java

/**
 * @author Tom Koptel
 * @since 1.9
 */
@EFragment
public class SortDialogFragment extends BaseDialogFragment implements DialogInterface.OnClickListener {

From source file org.musicmod.android.dialog.DeleteDialog.java

public class DeleteDialog extends FragmentActivity implements Constants, OnMultiChoiceClickListener,
        DialogInterface.OnClickListener, OnCancelListener, OnShowListener, View.OnClickListener {

    private AlertDialog mDeleteMultiSelect, mDeleteConfirm;

    private boolean delete_lyrics, delete_music, restore_confirm;

From source file com.androidquery.auth.GoogleHandle.java

/**
 * AQuery internal use only. Handle account, account manager related tasks.
 * 
 */

public class GoogleHandle extends AccountHandle implements DialogInterface.OnClickListener, OnCancelListener {