/cts/hostsidetests/devicepolicy/app/common/src/com/android/cts/devicepolicy/ |
D | OperationSafetyChangedEvent.java | 32 public final int reason; field in OperationSafetyChangedEvent 35 public OperationSafetyChangedEvent(int reason, boolean isSafe) { in OperationSafetyChangedEvent()
|
D | DevicePolicySafetyCheckerIntegrationTester.java | 120 int reason = OPERATION_SAFETY_REASON_DRIVING_DISTRACTION; in testIsSafeOperation() local 131 private void assertOperationSafety(DevicePolicyManager dpm, int reason, boolean isSafe) { in assertOperationSafety() 142 int reason = OPERATION_SAFETY_REASON_DRIVING_DISTRACTION; in testUnsafeStateException() local 169 int reason = OPERATION_SAFETY_REASON_DRIVING_DISTRACTION; in testOnOperationSafetyStateChanged() local 195 int reason, boolean isSafe) { in assertNextEvent() 251 int reason = OPERATION_SAFETY_REASON_DRIVING_DISTRACTION; in safeOperationTest() local 321 private void setOperationUnsafe(DevicePolicyManager dpm, int operation, int reason) { in setOperationUnsafe()
|
/cts/tests/devicepolicy/src/android/devicepolicy/cts/ |
D | UnsafeStateExceptionTest.java | 57 private void assertExceptionWithValidReason(int reason) { in assertExceptionWithValidReason() 64 private void assertExceptionWithInvalidReason(int reason) { in assertExceptionWithInvalidReason()
|
/cts/tests/uwb/src/android/uwb/cts/ |
D | UwbManagerTest.java | 145 public void onOpenFailed(@Reason int reason, @NonNull PersistableBundle params) { in onOpenFailed() 152 public void onStartFailed(@Reason int reason, @NonNull PersistableBundle params) { } in onStartFailed() 156 public void onReconfigureFailed(@Reason int reason, @NonNull PersistableBundle params) { } in onReconfigureFailed() 158 public void onStopped(@Reason int reason, @NonNull PersistableBundle parameters) { } in onStopped() 160 public void onStopFailed(@Reason int reason, @NonNull PersistableBundle params) { } in onStopFailed() 162 public void onClosed(@Reason int reason, @NonNull PersistableBundle parameters) { } in onClosed()
|
/cts/common/device-side/bedstead/eventlib/src/main/java/com/android/eventlib/events/deviceadminreceivers/ |
D | DeviceAdminOperationSafetyStateChangedEvent.java | 119 Context context, int reason, boolean isSafe) { in logger() 129 Context context, int reason, boolean isSafe) { in DeviceAdminOperationSafetyStateChangedEventLogger() 158 public DeviceAdminOperationSafetyStateChangedEventLogger setReason(int reason) { in setReason() 184 public int reason() { in reason() method in DeviceAdminOperationSafetyStateChangedEvent
|
/cts/tests/app/shared/src/android/app/stubs/shared/ |
D | ICloseSystemDialogsTestsService.aidl | 23 void closeSystemDialogsViaWindowManager(String reason); in closeSystemDialogsViaWindowManager() 24 void closeSystemDialogsViaActivityManager(String reason); in closeSystemDialogsViaActivityManager()
|
D | FakeView.java | 36 public void onCloseSystemDialogs(String reason) { in onCloseSystemDialogs()
|
D | CloseSystemDialogsTestService.java | 142 public void closeSystemDialogsViaWindowManager(String reason) throws RemoteException { in closeSystemDialogsViaWindowManager() 147 public void closeSystemDialogsViaActivityManager(String reason) throws RemoteException { in closeSystemDialogsViaActivityManager()
|
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/ |
D | TestSipDelegate.java | 91 public void notifyMessageReceiveError(@NonNull String viaTransactionId, int reason) { in notifyMessageReceiveError() 112 public void setSendMessageDenyReason(int reason) { in setSendMessageDenyReason() 125 public void receiveMessageAndVerifyReceiveErrorCalled(SipMessage m, int reason) in receiveMessageAndVerifyReceiveErrorCalled() 147 public void notifyOnDestroyed(int reason) { in notifyOnDestroyed()
|
D | TestSipDelegateConnection.java | 85 public void disconnect(SipDelegateManager manager, int reason) throws Exception { in disconnect() 119 public void onMessageSendFailure(@NonNull String viaTransactionId, int reason) { in onMessageSendFailure() 149 public void onDestroyed(int reason) { in onDestroyed() 195 public void setReceivedMessageErrorResponseReason(int reason) { in setReceivedMessageErrorResponseReason() 262 public void verifyAllDenied(int reason) { in verifyAllDenied() 280 public void verifyDestroyed(int reason) { in verifyDestroyed()
|
/cts/tests/tests/tv/src/android/media/tv/cts/ |
D | BundledTvInputServiceTest.java | 71 public void onVideoUnavailable(String inputId, int reason) { in onVideoUnavailable() 150 Integer reason = mCallback.getVideoUnavailableReason(info.getId()); in testTune() local 185 Integer reason = mCallback.getVideoUnavailableReason(info.getId()); in testTuneStress() local
|
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/ |
D | CameraErrorCollector.java | 96 public <T> void checkThat(final String reason, final T value, final Matcher<T> matcher) { in checkThat() 720 String reason = "Key " + key.getName() + " shouldn't have value " + value.toString(); in expectKeyValueNotEquals() local 742 String reason = "Key " + key.getName() + " shouldn't have value " + value.toString(); in expectKeyValueNotEquals() local 764 String reason = "Key " + key.getName() + " value " + value.toString() in expectKeyValueEquals() local 788 String reason = "Key " + key.getName() + " value " + value.toString() in expectKeyValueEquals() local 874 String reason = "Key " + key.getName() + " value " + value in expectKeyValueIsIn() local 891 String reason = "Key " + key.getName() + " value " + value in expectKeyValueIsIn() local 909 String reason = "Key " + key.getName() + " value " + value in expectKeyValueIsIn() local 927 String reason = "Key " + key.getName() + " value " + Arrays.toString(value) in expectKeyValueContains() local 945 String reason = "Key " + key.getName() + " value " + Arrays.toString(value) in expectKeyValueContains() local [all …]
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/companion/ |
D | CompanionDeviceTestActivity.java | 98 private void fail(Throwable reason) { in fail() 103 private void fail(CharSequence reason) { in fail()
|
D | CompanionDeviceServiceTestActivity.java | 106 private void fail(Throwable reason) { in fail() 111 private void fail(CharSequence reason) { in fail()
|
/cts/libs/input/src/com/android/cts/input/ |
D | UinputResultData.java | 25 public String reason; field in UinputResultData
|
/cts/common/device-side/bedstead/harrier/src/main/java/com/android/bedstead/harrier/annotations/ |
D | Postsubmit.java | 41 String reason(); in reason() method
|
D | RequireLowRamDevice.java | 34 String reason(); in reason() method
|
D | RequireNotLowRamDevice.java | 34 String reason(); in reason() method
|
D | RequireSdkVersion.java | 40 String reason() default ""; in reason() method
|
/cts/tests/tests/notificationlegacy/notificationlegacy27/src/android/app/notification/legacy/cts/ |
D | TestNotificationListener.java | 86 int reason) { in onNotificationRemoved() 89 mRemoved.put(sbn.getKey(), reason); in onNotificationRemoved() local
|
/cts/tests/quickaccesswallet/src/android/quickaccesswallet/ |
D | TestHostApduService.java | 30 public void onDeactivated(int reason) { in onDeactivated()
|
/cts/tests/tests/nfc/src/android/nfc/cts/ |
D | CtsMyHostApduService.java | 13 public void onDeactivated(int reason) { in onDeactivated()
|
/cts/tests/app/app/src/android/app/stubs/ |
D | TestNotificationListener.java | 111 int reason) { in onNotificationRemoved() 114 mRemoved.put(sbn.getKey(), reason); in onNotificationRemoved() local
|
/cts/hostsidetests/devicepolicy/app/ProfileOwner/src/com/android/cts/profileowner/ |
D | BaseProfileOwnerTest.java | 36 public void onOperationSafetyStateChanged(Context context, int reason, boolean isSafe) { in onOperationSafetyStateChanged()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/wifiaware/ |
D | BaseTestActivity.java | 114 public void onTestFailed(String reason) { in onTestFailed()
|