Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/shared/src/android/server/wm/shared/
DIUntrustedTouchTestService.aidl22 void showToast(); in showToast() method
/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/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
DProtectedConfirmationTest.java225 private void showToast(String message) { in showToast() method in ProtectedConfirmationTest
DIdentityCredentialAuthentication.java107 protected void showToast(String message) { in showToast() method in IdentityCredentialAuthentication
/cts/tests/tests/widget29/src/android/widget/cts29/
DToastTest.java245 final Runnable showToast = () -> { in testAccessDuration_withA11yTimeoutEnabled() local
250 runOnMainAndDrawSync(mToast.getView(), showToast); in testAccessDuration_withA11yTimeoutEnabled() local
263 runOnMainAndDrawSync(mToast.getView(), showToast); in testAccessDuration_withA11yTimeoutEnabled() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DLocationTestActivity.java90 private void showToast(String message) { in showToast() method in LocationTestActivity
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.java235 private void showToast(String toast) { in showToast() method in PermissionLockdownTestActivity
DUtils.java103 static void showToast(Context context, int messageId) { in showToast() method in Utils
DByodFlowTestActivity.java755 private void queryProfileOwner(boolean showToast) { in queryProfileOwner()
DByodHelperActivity.java648 private void showToast(int messageId) { in showToast() method in ByodHelperActivity
/cts/tests/tests/widget/src/android/widget/cts/
DToastTest.java433 final Runnable showToast = () -> { in testAccessDuration_whenCustomToastAndWithA11yTimeoutEnabled() local
438 runOnMainAndDrawSync(mToast.getView(), showToast); in testAccessDuration_whenCustomToastAndWithA11yTimeoutEnabled() local
451 runOnMainAndDrawSync(mToast.getView(), showToast); in testAccessDuration_whenCustomToastAndWithA11yTimeoutEnabled() local
464 final Runnable showToast = () -> { in testAccessDuration_whenTextToastAndWithA11yTimeoutEnabled() local
1064 private void showToast(ToastInfo toast) throws Throwable { in showToast() method
/cts/tests/framework/base/windowmanager/overlayappbase/src/android/server/wm/overlay/
DUntrustedTouchTestService.java83 public void showToast() { in showToast() method in UntrustedTouchTestService.Binder
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DDialogTestListActivity.java261 protected void showToast(int messageId) { in showToast() method in DialogTestListActivity