HomeSort by relevance Sort by last modified time
    Searched refs:showToast (Results 1 - 8 of 8) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/view/
Spinner1.java 35 void showToast(CharSequence msg) {
53 showToast("Spinner1: position=" + position + " id=" + id);
57 showToast("Spinner1: unselected");
70 showToast("Spinner2: position=" + position + " id=" + id);
74 showToast("Spinner2: unselected");
  /development/samples/ApiDemos/src/com/example/android/apis/app/
IncomingMessage.java 44 showToast();
54 protected void showToast() {
DeviceAdminSample.java 59 void showToast(Context context, CharSequence msg) {
65 showToast(context, "Sample Device Admin: enabled");
75 showToast(context, "Sample Device Admin: disabled");
80 showToast(context, "Sample Device Admin: pw changed");
85 showToast(context, "Sample Device Admin: pw failed");
90 showToast(context, "Sample Device Admin: pw succeeded");
  /packages/apps/Gallery3D/src/com/cooliris/app/
App.java 122 public void showToast(final String string, final int duration) {
  /packages/apps/Gallery3D/src/com/cooliris/media/
MediaFeed.java 460 showToast(mContext.getResources().getString(Res.string.initializing), Toast.LENGTH_LONG);
470 showToast(mContext.getResources().getString(Res.string.loading_new), Toast.LENGTH_LONG);
510 private void showToast(final String string, final int duration) {
511 showToast(string, duration, false);
514 private void showToast(final String string, final int duration, final boolean centered) {
    [all...]
Gallery.java 93 mApp.showToast(getResources().getString(res), Toast.LENGTH_LONG);
400 mApp.showToast(getResources().getString(Res.string.pick_prompt), Toast.LENGTH_LONG);
  /packages/apps/Music/src/com/android/music/
MediaPlaybackActivity.java     [all...]
  /packages/apps/Gallery3D/src/com/cooliris/cache/
CacheService.java 381 App.get(context).showToast(context.getResources().getString(Res.string.loading_new), Toast.LENGTH_LONG);
    [all...]

Completed in 92 milliseconds