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.piusvelte.wapdroid.MapData.java

public class MapData extends MapActivity
        implements DialogInterface.OnClickListener, DialogInterface.OnCancelListener {
    private static final String TAG = "MapData";
    private static final int REFRESH_ID = Menu.FIRST;
    protected static final String OPERATOR = "operator";
    protected static final String CARRIER = "carrier";

From source file ua.com.spacetv.mycookbook.dialogs.FragDialog.java

/**
 * Created by Roman Turas on 02/01/2016.
 * Create dialog with different views, depends from input params
 * Input params: ID_DIALOG (what dialog was do) and string NAME_FOR_ACTION
 * Output: ID_DIALOG, String param, int typeFolder (parent or child), int idCategory
 */

From source file org.droid2droid.install.DownloadApkActivity.java

public final class DownloadApkActivity extends FragmentActivity
        implements DialogInterface.OnClickListener, DialogInterface.OnDismissListener {
    private static final int MESSAGE_POST_FINISH = 0x1;
    private static final int MESSAGE_POST_PROGRESS = 0x2;
    private static final int MESSAGE_POST_CANCEL = 0x3;
    private static final int MESSAGE_POST_INSTALL = 0x4;

From source file com.tomeokin.lspush.ui.widget.dialog.BaseDialogFragment.java

public class BaseDialogFragment extends DialogFragment
        implements DialogInterface.OnClickListener, AdapterView.OnItemClickListener {
    protected static final String KEY_HAS_CANCEL_LISTENER = "has_cancel_listener";
    protected static final String KEY_HAS_DISMISS_LISTENER = "has_dismiss_listener";
    protected static final String KEY_HAS_ACTION_CLICK_LISTENER = "has_action_click_listener";
    protected static final String KEY_HAS_LIST_CLICK_LISTENER = "has_list_item_click_listener";

From source file ca.marcmeszaros.papyrus.browser.BooksBrowser.java

public class BooksBrowser extends FragmentActivity
        implements OnItemSelectedListener, OnItemLongClickListener, DialogInterface.OnClickListener {

    private static final String TAG = "BooksBrowser";

    // class variables

From source file orbin.deskclock.RingtonePickerDialogFragment.java

/**
 * This ringtone picker offers some flexibility over the system ringtone picker. It can be themed
 * and it allows control of the ringtones that are displayed and their labels.
 */
public final class RingtonePickerDialogFragment extends DialogFragment implements DialogInterface.OnClickListener,
        FragmentCompat.OnRequestPermissionsResultCallback, LoaderManager.LoaderCallbacks<RingtoneManager> {

From source file com.android.deskclock.RingtonePickerDialogFragment.java

/**
 * This ringtone picker offers some flexibility over the system ringtone picker. It can be themed
 * and it allows control of the ringtones that are displayed and their labels.
 */
public final class RingtonePickerDialogFragment extends DialogFragment implements DialogInterface.OnClickListener,
        FragmentCompat.OnRequestPermissionsResultCallback, LoaderManager.LoaderCallbacks<RingtoneManager> {

From source file net.cloudpath.xpressconnect.screens.PickNetwork.java

  public class PickNetwork extends ScreenBase implements ThreadComCallbacks, AdapterView.OnItemClickListener,
          DialogInterface.OnClickListener, GestureCallback {
      private static final int NETWORK_SELECTION = 1100;
      private static final String NETWORK_SELECTION_TAG = "networkSelection";
      private PickNetworkThread activeThread = null;
      private boolean checksumDone = false;

From source file com.stasbar.knowyourself.RingtonePickerDialogFragment.java

/**
 * This ringtone picker offers some flexibility over the system ringtone picker. It can be themed
 * and it allows control of the ringtones that are displayed and their labels.
 */
public final class RingtonePickerDialogFragment extends DialogFragment implements DialogInterface.OnClickListener,
        FragmentCompat.OnRequestPermissionsResultCallback, LoaderManager.LoaderCallbacks<RingtoneManager> {

From source file com.wizardsofm.deskclock.RingtonePickerDialogFragment.java

/**
 * This ringtone picker offers some flexibility over the system ringtone picker. It can be themed
 * and it allows control of the ringtones that are displayed and their labels.
 */
public final class RingtonePickerDialogFragment extends DialogFragment implements DialogInterface.OnClickListener,
        FragmentCompat.OnRequestPermissionsResultCallback, LoaderManager.LoaderCallbacks<RingtoneManager> {