Home
last modified time | relevance | path

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

/cts/tests/leanbackjank/app/src/android/leanbackjank/app/
DUtils.java69 public static void showToast(Context context, String msg) { in showToast() method in Utils
76 public static void showToast(Context context, int resourceId) { in showToast() method in Utils
/cts/tests/tests/widget/src/android/widget/cts/
DToastTest.java214 final Runnable showToast = () -> { in testAccessDuration_withA11yTimeoutEnabled() local
219 runOnMainAndDrawSync(mToast.getView(), showToast); in testAccessDuration_withA11yTimeoutEnabled() local
232 runOnMainAndDrawSync(mToast.getView(), showToast); in testAccessDuration_withA11yTimeoutEnabled() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
DScreenLockBoundKeysTest.java183 private void showToast(String message) { in showToast() method in ScreenLockBoundKeysTest
DFingerprintBoundKeysTest.java270 protected void showToast(String message) { in showToast() method in FingerprintBoundKeysTest
354 private void showToast(String message) { in showToast() method in FingerprintBoundKeysTest.FingerprintAuthDialogFragment
/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/
DLocationListenerActivity.java138 protected void showToast(int messageId) { in showToast() method in LocationListenerActivity
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DAuthenticationBoundKeyTestActivity.java326 private void showToast(String message) { in showToast() method in AuthenticationBoundKeyTestActivity
381 private void showToast(String message) { in showToast() method in AuthenticationBoundKeyTestActivity.FingerprintAuthDialogFragment
DPermissionLockdownTestActivity.java192 private void showToast(String toast) { in showToast() method in PermissionLockdownTestActivity
DUtils.java101 static void showToast(Context context, int messageId) { in showToast() method in Utils
DByodFlowTestActivity.java694 private void queryProfileOwner(boolean showToast) { in queryProfileOwner()
/cts/hostsidetests/net/app2/src/com/android/cts/net/hostside/app2/
DMyBroadcastReceiver.java263 private void showToast(Context context) { in showToast() method in MyBroadcastReceiver
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DDialogTestListActivity.java241 protected void showToast(int messageId) { in showToast() method in DialogTestListActivity