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 gxu.software_engineering.market.android.ui.EditUserInfoBoxFragment.java

/**
 * ????
 * 
 * @author longkai()
 * @email  im.longkai@gmail.com
 * @since  2013-6-23

From source file com.sourceallies.android.zonebeacon.activity.TransferActivity.java

/**
 * Activity for handing Google Nearby transaction. These transactions can be used to send your
 * database from one device to another so that you don't have to manually copy over settings to
 * a new device.
 */
@ContentView(R.layout.activity_transfer)

From source file org.dvbviewer.controller.ui.fragments.StreamConfig.java

/**
 * The Class StreamConfig.
 *
 * @author RayBa
 * @date 07.04.2013
 */

From source file org.mariotaku.twidere.fragment.support.RetweetQuoteDialogFragment.java

public class RetweetQuoteDialogFragment extends BaseSupportDialogFragment
        implements Constants, DialogInterface.OnClickListener {

    public static final String FRAGMENT_TAG = "retweet_quote";
    private UserHashtagAutoCompleteEditText mEditComment;
    private PopupMenu mPopupMenu;

From source file org.peterbaldwin.vlcremote.app.PickServerActivity.java

    protected void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        PickServerFragment fragment = findOrReplaceFragment(android.R.id.content, TAG, PickServerFragment.class);
        getActionBar().setDisplayHomeAsUpEnabled(true);

        mPort = getIntent().getIntExtra(PortSweeper.EXTRA_PORT, 0);

From source file com.meiste.greg.ptw.tab.Standings.java

public final class Standings extends TabFragment
        implements OnRefreshListener, GaeListener, DialogInterface.OnClickListener {
    public static final String FILENAME = "standings";

    private boolean mSetupNeeded;
    private boolean mChanged = false;

From source file org.mariotaku.twidere.activity.FileSaveAsActivity.java

public class FileSaveAsActivity extends BaseDialogWhenLargeActivity
        implements OnItemClickListener, LoaderCallbacks<List<File>>, DialogInterface.OnClickListener, TextWatcher {

    private File mCurrentDirectory, mSourceFile;
    private ListView mListView;
    private DirectoriesAdapter mAdapter;

From source file com.arantius.tivocommander.ShowList.java

public abstract class ShowList extends ListActivity
        implements OnItemLongClickListener, DialogInterface.OnClickListener {
    protected class ShowsAdapter extends ArrayAdapter<JsonNode> {
        protected Context mContext;

        public ShowsAdapter(Context context) {

From source file pl.mrwojtek.sensrec.app.HeartRateDialog.java

/**
 * Dialog for pairing Bluetooth heart rate sensors.
 */
@TargetApi(Build.VERSION_CODES.JELLY_BEAN_MR2)
public class HeartRateDialog extends DialogFragment implements DialogInterface.OnClickListener {

From source file com.dwdesign.tweetings.activity.FileSaveAsActivity.java

public class FileSaveAsActivity extends BaseActivity implements Constants, OnItemClickListener,
        LoaderCallbacks<List<File>>, DialogInterface.OnClickListener, TextWatcher {

    private File mCurrentDirectory, mSourceFile;
    private ListView mListView;
    private DirectoriesAdapter mAdapter;