OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:showToast
(Results
26 - 50
of
64
) sorted by null
1
2
3
/cts/tests/leanbackjank/app/src/android/leanbackjank/app/
Utils.java
69
public static void
showToast
(Context context, String msg) {
76
public static void
showToast
(Context context, int resourceId) {
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
AlwaysOnVpnSettingsTestActivity.java
83
Utils.
showToast
(this, R.string.provisioning_byod_always_on_vpn_vpn_not_found_note);
Utils.java
79
showToast
(activity, R.string.provisioning_byod_disabled);
101
static void
showToast
(Context context, int messageId) {
ByodHelperActivity.java
246
showToast
(R.string.provisioning_byod_profile_deleted);
297
showToast
(R.string.provisioning_byod_capture_media_error);
318
showToast
(R.string.provisioning_byod_capture_media_error);
328
showToast
(R.string.provisioning_byod_capture_media_error);
389
showToast
(R.string.provisioning_byod_no_secure_lockscreen);
/developers/build/prebuilts/gradle/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
GeofenceTransitionsIntentService.java
107
showToast
(this, R.string.exiting_geofence);
116
private void
showToast
(final Context context, final int resourceId) {
/developers/samples/android/deprecated/wearable/wear/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
GeofenceTransitionsIntentService.java
107
showToast
(this, R.string.exiting_geofence);
116
private void
showToast
(final Context context, final int resourceId) {
/development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
GeofenceTransitionsIntentService.java
107
showToast
(this, R.string.exiting_geofence);
116
private void
showToast
(final Context context, final int resourceId) {
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
AbstractAppIdleTestCase.java
207
assertEquals("Shown",
showToast
());
/development/samples/ApiDemos/src/com/example/android/apis/app/
VoiceRecognition.java
189
showToast
("Error code:" + getResultCode());
198
showToast
("No extra");
226
private void
showToast
(String text) {
/development/samples/ShortcutDemo/launcher/src/com/example/android/pm/shortcutlauncherdemo/
BaseActivityListFragment.java
66
Global.
showToast
(getContext(), e.getMessage());
190
Global.
showToast
(getContext(), e.getMessage());
197
Global.
showToast
(getContext(), e.getMessage());
ShortcutListFragment.java
114
Global.
showToast
(getContext(), e.getMessage());
123
Global.
showToast
(getContext(), e.getMessage());
154
Global.
showToast
(getContext(), message);
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
LoopbackActivity.java
221
showToast
("Java Latency Test Started");
249
showToast
("Java Latency Test Stopped");
252
showToast
("Java Latency Test Completed");
267
showToast
("Java Buffer Test Started");
301
showToast
("Java Buffer Test Stopped");
304
showToast
("Java Buffer Test Completed");
320
showToast
("Native Latency Test Started");
329
showToast
("Native Buffer Test Started");
399
showToast
("Native Test Stopped");
402
showToast
("Native Test Completed")
[
all
...]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
ItsTestActivity.java
164
ItsTestActivity.this.
showToast
(R.string.its_version_mismatch);
302
ItsTestActivity.this.
showToast
(R.string.its_test_passed);
353
showToast
(R.string.all_exempted_devices);
398
showToast
(R.string.no_camera_manager);
/development/samples/ShortcutDemo/publisher/src/com/example/android/pm/shortcutdemo/
ShortcutPublisher.java
160
public static void
showToast
(Context context, String message) {
165
showToast
(context,
176
showToast
(context, r.getMessage());
327
showToast
(context, "requestPinShortcut() is not supported by launcher");
/developers/build/prebuilts/gradle/AppShortcuts/app/src/main/java/com/example/android/appshortcuts/
ShortcutHelper.java
77
Utils.
showToast
(mContext, "Call to ShortcutManager is rate-limited");
81
Utils.
showToast
(mContext, "Error while calling ShortcutManager: " + e.toString());
/developers/samples/android/system/AppShortcuts/app/src/main/java/com/example/android/appshortcuts/
ShortcutHelper.java
77
Utils.
showToast
(mContext, "Call to ShortcutManager is rate-limited");
81
Utils.
showToast
(mContext, "Error while calling ShortcutManager: " + e.toString());
/development/samples/ShortcutSample/src/com/example/android/shortcutsample/
ShortcutHelper.java
79
Utils.
showToast
(mContext, "Call to ShortcutManager is rate-limited");
83
Utils.
showToast
(mContext, "Error while calling ShortcutManager: " + e.toString());
/development/samples/browseable/AppShortcuts/src/com.example.android.appshortcuts/
ShortcutHelper.java
77
Utils.
showToast
(mContext, "Call to ShortcutManager is rate-limited");
81
Utils.
showToast
(mContext, "Error while calling ShortcutManager: " + e.toString());
/external/tensorflow/tensorflow/lite/java/demo/app/src/main/java/com/example/android/tflitecamerademo/
Camera2BasicFragment.java
234
private void
showToast
(String s) {
238
showToast
(builder);
241
private void
showToast
(SpannableStringBuilder builder) {
357
showToast
("Failed to load model");
372
showToast
("gpu not in this build.");
375
showToast
("gpu requires float model.");
772
showToast
("Failed");
818
// It's important to not call
showToast
every frame, or else the app will starve and
819
// hang. updateActiveModel() already puts a error message up with
showToast
.
820
//
showToast
("Uninitialized Classifier or invalid context.")
[
all
...]
/developers/build/prebuilts/gradle/Camera2Video/kotlinApp/Application/src/main/java/com/example/android/camera2video/
Camera2VideoFragment.kt
356
showToast
("Cannot access the camera.")
410
if (activity != null)
showToast
("Failed")
550
if (activity != null)
showToast
("Failed")
574
if (activity != null)
showToast
("Video saved: $nextVideoAbsolutePath")
579
private fun
showToast
(message : String) = Toast.makeText(activity, message, LENGTH_SHORT).show()
/developers/samples/android/media/Camera2Video/kotlinApp/Application/src/main/java/com/example/android/camera2video/
Camera2VideoFragment.kt
356
showToast
("Cannot access the camera.")
410
if (activity != null)
showToast
("Failed")
550
if (activity != null)
showToast
("Failed")
574
if (activity != null)
showToast
("Video saved: $nextVideoAbsolutePath")
579
private fun
showToast
(message : String) = Toast.makeText(activity, message, LENGTH_SHORT).show()
/developers/build/prebuilts/gradle/FingerprintDialog/kotlinApp/app/src/main/java/com/example/android/fingerprintdialog/
MainActivity.kt
97
showToast
(getString(R.string.setup_lock_screen))
107
showToast
(getString(R.string.register_fingerprint))
/developers/samples/android/security/FingerprintDialog/kotlinApp/app/src/main/java/com/example/android/fingerprintdialog/
MainActivity.kt
97
showToast
(getString(R.string.setup_lock_screen))
107
showToast
(getString(R.string.register_fingerprint))
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DialogTestListActivity.java
194
showToast
(R.string.test_failed_cannot_start_intent);
241
protected void
showToast
(int messageId) {
/cts/hostsidetests/net/app2/src/com/android/cts/net/hostside/app2/
MyBroadcastReceiver.java
88
showToast
(context);
263
private void
showToast
(Context context) {
Completed in 1156 milliseconds
1
2
3