Home
last modified time | relevance | path

Searched defs:showToast (Results 1 – 9 of 9) sorted by relevance

/development/samples/ShortcutSample/src/com/example/android/shortcutsample/
DUtils.java27 public static void showToast(Context context, String message) { in showToast() method in Utils
/development/samples/ShortcutDemo/launcher/src/com/example/android/pm/shortcutlauncherdemo/
DGlobal.java24 public static void showToast(Context context, String message) { in showToast() method in Global
/development/samples/browseable/AppShortcuts/src/com.example.android.appshortcuts/
DUtils.java27 public static void showToast(Context context, String message) { in showToast() method in Utils
/development/samples/ApiDemos/src/com/example/android/apis/view/
DSpinner1.java35 void showToast(CharSequence msg) { in showToast() method in Spinner1
/development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
DGeofenceTransitionsIntentService.java116 private void showToast(final Context context, final int resourceId) { in showToast() method in GeofenceTransitionsIntentService
/development/samples/ApiDemos/src/com/example/android/apis/app/
DVoiceRecognition.java226 private void showToast(String text) { in showToast() method in VoiceRecognition.SupportedLanguageBroadcastReceiver
DDeviceAdminSample.java1090 void showToast(Context context, String msg) { in showToast() method in DeviceAdminSample.DeviceAdminSampleReceiver
/development/samples/ShortcutDemo/publisher/src/com/example/android/pm/shortcutdemo/
DShortcutPublisher.java160 public static void showToast(Context context, String message) { in showToast() method in ShortcutPublisher
/development/samples/browseable/Camera2Basic/src/com.example.android.camera2basic/
DCamera2BasicFragment.java356 private void showToast(final String text) { in showToast() method in Camera2BasicFragment