List of usage examples for android.content DialogInterface.OnClickListener interface-usage
From source file com.sonymobile.android.media.testmediaplayer.MainActivity.java
public class MainActivity extends Activity implements SurfaceHolder.Callback, DialogInterface.OnClickListener, MediaPlayer.OnInfoListener, MediaPlayer.OnPreparedListener, DrawerLayout.DrawerListener, OnSystemUiVisibilityChangeListener, OnCompletionListener, OnTouchListener, OnSeekCompleteListener, OnErrorListener, OnSubtitleDataListener, OnOutputControlEventListener { private boolean LOGS_ENABLED = PlayerConfiguration.DEBUG || false;
From source file foam.littlej.android.app.ui.phone.AddReportActivity.java
/** * @author eyedol */ public class AddReportActivity extends BaseEditMapActivity<AddReportView, AddReportModel> implements OnClickListener, ViewSwitcher.ViewFactory, OnItemClickListener, DialogInterface.OnClickListener {
From source file com.piusvelte.sonet.SonetComments.java
public class SonetComments extends ListActivity implements OnKeyListener, OnClickListener, TextWatcher, DialogInterface.OnClickListener, OnCancelListener { private static final String TAG = "SonetComments"; private int mService; private long mAccount; private String mSid = null;
From source file com.piusvelte.sonet.core.SonetComments.java
import android.widget.Toast; public class SonetComments extends ListActivity implements OnKeyListener, OnClickListener, TextWatcher, DialogInterface.OnClickListener, OnCancelListener { private static final String TAG = "SonetComments"; private int mService;
From source file mp.teardrop.LibraryActivity.java
/** * The library activity where songs to play can be selected from the library. */ public class LibraryActivity extends PlaybackActivity implements TextWatcher, DialogInterface.OnClickListener, DialogInterface.OnDismissListener {
From source file com.android.settings.applications.CanBeOnSdCardChecker.java
/**
* Activity to pick an application that will be used to display installation information and
* options to uninstall/delete user data for system applications. This activity
* can be launched through Settings or via the ACTION_MANAGE_PACKAGE_STORAGE
* intent.
*/
From source file com.android.calendar.event.EditEventView.java
public class EditEventView implements View.OnClickListener, DialogInterface.OnCancelListener, DialogInterface.OnClickListener, OnItemSelectedListener, RecurrencePickerDialog.OnRecurrenceSetListener, TimeZonePickerDialog.OnTimeZoneSetListener { private static final String TAG = "EditEvent"; private static final String GOOGLE_SECONDARY_CALENDAR = "calendar.google.com";
From source file com.shafiq.myfeedle.core.MyfeedleComments.java
public class MyfeedleComments extends ListActivity implements OnKeyListener, OnClickListener, TextWatcher, DialogInterface.OnClickListener, OnCancelListener { private static final String TAG = "MyfeedleComments"; private int mService; private long mAccount; private String mSid = null;