HomeSort by relevance Sort by last modified time
    Searched refs:showToast (Results 1 - 10 of 10) 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/
Gallery.java 84 mApp.showToast(getResources().getString(Res.string.no_sd_card), Toast.LENGTH_LONG);
383 mApp.showToast(getResources().getString(Res.string.pick_prompt), Toast.LENGTH_LONG);
MediaFeed.java 448 showToast(mContext.getResources().getString(Res.string.initializing), Toast.LENGTH_LONG);
458 showToast(mContext.getResources().getString(Res.string.loading_new), Toast.LENGTH_LONG);
498 private void showToast(final String string, final int duration) {
499 showToast(string, duration, false);
502 private void showToast(final String string, final int duration, final boolean centered) {
    [all...]
  /packages/apps/Music/src/com/android/music/
MediaPlaybackActivity.java     [all...]
  /packages/apps/IM/src/com/android/im/service/
ContactListManagerAdapter.java 564 mContext.showToast(notificationText, Toast.LENGTH_SHORT);
675 mContext.showToast(msg, Toast.LENGTH_SHORT);
681 mContext.showToast(msg, Toast.LENGTH_SHORT);
    [all...]
RemoteImService.java 229 public void showToast(CharSequence text, int duration) {
  /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 836 milliseconds