/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/ |
D | FingerprintBoundKeysTest.java | 104 showToast("The key has been invalidated, please try again.\n"); in onRequestPermissionsResult() 115 showToast("Test failed. Key accessible without auth."); in onRequestPermissionsResult() 125 showToast( "Secure lock screen hasn't been set up.\n" in onRequestPermissionsResult() 129 showToast("No fingerprints enrolled.\n" in onRequestPermissionsResult() 185 private void showToast(String message) { in showToast() method in FingerprintBoundKeysTest 200 showToast(errString.toString()); in onAuthenticationError() 206 showToast(helpString.toString()); in onAuthenticationHelp() 211 showToast(getString(R.string.sec_fp_auth_failed)); in onAuthenticationFailed() 217 showToast("Test passed."); in onAuthenticationSucceeded() 221 showToast("Test failed. Key not accessible after auth"); in onAuthenticationSucceeded()
|
D | ScreenLockBoundKeysTest.java | 78 showToast("Test running..."); in onCreate() 83 showToast("Test failed. Key accessible without auth."); in onCreate() 183 private void showToast(String message) { in showToast() method in ScreenLockBoundKeysTest 195 showToast("Test passed."); in onActivityResult() 198 showToast("Test failed. Key not accessible after auth"); in onActivityResult()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/ |
D | PermissionLockdownTestActivity.java | 94 showToast(getString(R.string.package_not_found, PERMISSION_APP_PACKAGE)); in buildLayout() 158 showToast(getString(R.string.activity_not_found, intent)); in openSettings() 183 showToast(getString(R.string.not_device_owner, adminPackage)); in isProfileOrDeviceOwner() 186 showToast(getString(R.string.not_profile_owner, adminPackage)); in isProfileOrDeviceOwner() 192 private void showToast(String toast) { in showToast() method in PermissionLockdownTestActivity
|
D | ByodHelperActivity.java | 150 showToast(R.string.provisioning_byod_profile_deleted); in onCreate() 185 showToast(R.string.provisioning_byod_capture_media_error); in onCreate() 199 showToast(R.string.provisioning_byod_capture_media_error); in onCreate() 209 showToast(R.string.provisioning_byod_capture_media_error); in onCreate() 361 private void showToast(int messageId) { in showToast() method in ByodHelperActivity
|
D | ByodFlowTestActivity.java | 450 showToast(R.string.provisioning_byod_disabled); in startByodProvisioning() 454 private void queryProfileOwner(boolean showToast) { in queryProfileOwner() argument 462 if (showToast) { in queryProfileOwner() 463 showToast(R.string.provisioning_byod_no_activity); in queryProfileOwner() 472 showToast(R.string.provisioning_byod_delete_profile); in requestDeleteProfileOwner() 488 showToast(R.string.provisioning_byod_no_activity); in checkIntentFilters()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/ |
D | ItsTestActivity.java | 91 ItsTestActivity.this.showToast(R.string.its_test_passed); in onReceive() 96 ItsTestActivity.this.showToast(R.string.its_test_failed); in onReceive() 157 showToast(R.string.all_legacy_devices); in onCreate() 176 showToast(R.string.no_camera_manager); in onResume() 200 private void showToast(int messageId) { in showToast() method in ItsTestActivity
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/ |
D | UsbAccessoryTestActivity.java | 256 showToast(R.string.usb_message_thread_started); in handleMessage() 260 showToast(R.string.usb_message_thread_exception); in handleMessage() 264 showToast(R.string.usb_message_thread_ended); in handleMessage() 268 showToast(R.string.usb_test_passed); in handleMessage() 277 private void showToast(int messageId) { in showToast() method in UsbAccessoryTestActivity.MessageHandler
|
/cts/tests/leanbackjank/app/src/android/cts/jank/leanback/ |
D | Utils.java | 67 public static void showToast(Context context, String msg) { in showToast() method in Utils 74 public static void showToast(Context context, int resourceId) { in showToast() method in Utils
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
D | DialogTestListActivity.java | 208 protected void showToast(int messageId) { in showToast() method in DialogTestListActivity
|