/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/ |
D | SplitTests.java | 105 @AppModeFull(reason = "'full' portion of the hostside test") 110 @AppModeInstant(reason = "'instant' portion of the hostside test") 120 @AppModeFull(reason = "'full' portion of the hostside test") 125 @AppModeInstant(reason = "'instant' portion of the hostside test") 135 @AppModeFull(reason = "'full' portion of the hostside test") 140 @AppModeInstant(reason = "'instant' portion of the hostside test") 155 @AppModeFull(reason = "'full' portion of the hostside test") 160 @AppModeInstant(reason = "'instant' portion of the hostside test") 178 @AppModeFull(reason = "'full' portion of the hostside test") 183 @AppModeInstant(reason = "'instant' portion of the hostside test") [all …]
|
D | IsolatedSplitsTests.java | 60 @AppModeFull(reason = "'full' portion of the hostside test") 66 @AppModeInstant(reason = "'instant' portion of the hostside test") 77 @AppModeFull(reason = "'full' portion of the hostside test") 83 @AppModeInstant(reason = "'instant' portion of the hostside test") 94 @AppModeFull(reason = "'full' portion of the hostside test") 100 @AppModeInstant(reason = "'instant' portion of the hostside test") 110 @AppModeFull(reason = "b/109878606; instant applications can't send broadcasts to manifest " 126 @AppModeFull(reason = "'full' portion of the hostside test") 132 @AppModeInstant(reason = "'instant' portion of the hostside test") 146 @AppModeFull(reason = "b/109878606; instant applications can't send broadcasts to manifest " [all …]
|
D | AppSecurityTests.java | 96 @AppModeFull(reason = "'full' portion of the hostside test") 101 @AppModeInstant(reason = "'instant' portion of the hostside test") 124 @AppModeFull(reason = "'full' portion of the hostside test") 129 @AppModeInstant(reason = "'instant' portion of the hostside test") 155 @AppModeFull(reason = "'full' portion of the hostside test") 160 @AppModeInstant(reason = "'instant' portion of the hostside test") 187 @AppModeFull(reason = "'full' portion of the hostside test") 192 @AppModeInstant(reason = "'instant' portion of the hostside test") 227 …@AppModeFull(reason = "Only the platform can define permissions obtainable by instant applications… 281 @AppModeFull(reason = "'full' portion of the hostside test") [all …]
|
D | MajorVersionTest.java | 53 @AppModeFull(reason = "'full' portion of the hostside test") 58 @AppModeInstant(reason = "'instant' portion of the hostside test") 69 @AppModeFull(reason = "'full' portion of the hostside test") 74 @AppModeInstant(reason = "'instant' portion of the hostside test") 85 @AppModeFull(reason = "'full' portion of the hostside test") 90 @AppModeInstant(reason = "'instant' portion of the hostside test") 110 @AppModeFull(reason = "'full' portion of the hostside test") 115 @AppModeInstant(reason = "'instant' portion of the hostside test")
|
D | PackageResolutionHostTest.java | 50 @AppModeFull(reason = "'full' portion of the hostside test") 55 @AppModeInstant(reason = "'instant' portion of the hostside test") 68 @AppModeFull(reason = "'full' portion of the hostside test") 73 @AppModeInstant(reason = "'instant' portion of the hostside test") 86 @AppModeFull(reason = "'full' portion of the hostside test") 91 @AppModeInstant(reason = "'instant' portion of the hostside test")
|
D | ApplicationVisibilityTest.java | 65 @AppModeFull(reason = "instant applications cannot be granted INTERACT_ACROSS_USERS") 92 @AppModeFull(reason = "instant applications cannot see any other application") 119 @AppModeFull(reason = "instant applications cannot be granted INTERACT_ACROSS_USERS") 143 @AppModeFull(reason = "instant applications cannot see any other application") 167 @AppModeFull(reason = "instant applications cannot be granted INTERACT_ACROSS_USERS") 194 @AppModeFull(reason = "instant applications cannot see any other application") 221 @AppModeFull(reason = "instant applications cannot be granted INTERACT_ACROSS_USERS") 245 @AppModeFull(reason = "instant applications cannot see any other application")
|
/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() argument 97 super.checkThat(mCameraMsg + reason, value, matcher); in checkThat() 720 String reason = "Key " + key.getName() + " shouldn't have value " + value.toString(); in expectKeyValueNotEquals() local 721 checkThat(reason, value, CoreMatchers.not(expected)); in expectKeyValueNotEquals() 742 String reason = "Key " + key.getName() + " shouldn't have value " + value.toString(); in expectKeyValueNotEquals() local 743 checkThat(reason, value, CoreMatchers.not(expected)); in expectKeyValueNotEquals() 764 String reason = "Key " + key.getName() + " value " + value.toString() in expectKeyValueEquals() local 766 checkThat(reason, value, CoreMatchers.equalTo(expected)); in expectKeyValueEquals() 788 String reason = "Key " + key.getName() + " value " + value.toString() in expectKeyValueEquals() local 790 checkThat(reason, value, CoreMatchers.equalTo(expected)); in expectKeyValueEquals() [all …]
|
/cts/tests/tests/tv/src/android/media/tv/cts/ |
D | BundledTvInputServiceTest.java | 69 public void onVideoUnavailable(String inputId, int reason) { in onVideoUnavailable() argument 71 mVideoUnavailableReasonMap.put(inputId, reason); in onVideoUnavailable() 148 Integer reason = mCallback.getVideoUnavailableReason(info.getId()); in testTune() local 149 return reason != null in testTune() 150 && reason != TvInputManager.VIDEO_UNAVAILABLE_REASON_TUNING in testTune() 151 && reason != TvInputManager.VIDEO_UNAVAILABLE_REASON_BUFFERING; in testTune() 183 Integer reason = mCallback.getVideoUnavailableReason(info.getId()); in testTuneStress() local 184 return reason != null in testTuneStress() 185 && reason != TvInputManager.VIDEO_UNAVAILABLE_REASON_TUNING in testTuneStress() 186 && reason != TvInputManager.VIDEO_UNAVAILABLE_REASON_BUFFERING; in testTuneStress()
|
/cts/hostsidetests/classloaders/splits/src/android/classloaders/cts/ |
D | ClassloaderSplitsTest.java | 60 @AppModeFull(reason = "'full' portion of the hostside test") 65 @AppModeInstant(reason = "'instant' portion of the hostside test") 75 @AppModeFull(reason = "'full' portion of the hostside test") 80 @AppModeInstant(reason = "'instant' portion of the hostside test") 91 @AppModeFull(reason = "'full' portion of the hostside test") 96 @AppModeInstant(reason = "'instant' portion of the hostside test") 109 …@AppModeFull(reason = "b/109878606; instant applications can't send broadcasts to manifest receive…
|
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/ |
D | MyNotificationListenerService.java | 87 private void send(String reason, PendingIntent pendingIntent) { in send() argument 90 Log.v(TAG, "Not sending null pending intent for " + reason); in send() 98 + ") for reason '" + mReason + "' when requested another for '" + reason in send() 101 Log.i(TAG, "Sending pending intent for " + reason + ":" + pendingIntent); in send() 105 mReason = reason; in send() 111 private void send(String reason, Bundle extras) { in send() argument 116 send(reason + " with key '" + key + "'", (PendingIntent) value); in send()
|
/cts/tests/tests/permission/src/android/permission/cts/ |
D | BackgroundPermissionsTest.java | 79 @AppModeFull(reason = "Instant apps cannot read properties of other packages") 119 @AppModeFull(reason = "Instant apps cannot read properties of other packages which is needed " 136 @AppModeFull(reason = "Instant apps cannot read properties of other packages which is needed " 151 @AppModeFull(reason = "Instant apps cannot read properties of other packages which is needed " 167 @AppModeFull(reason = "Instant apps cannot read properties of other packages which is needed " 184 @AppModeFull(reason = "Instant apps cannot read properties of other packages which is needed " 201 @AppModeFull(reason = "Instant apps cannot read properties of other packages which is needed " 218 @AppModeFull(reason = "Instant apps cannot read properties of other packages which is needed " 236 @AppModeFull(reason = "Instant apps cannot read properties of other packages which is needed "
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/companion/ |
D | CompanionDeviceTestActivity.java | 98 private void fail(Throwable reason) { in fail() argument 99 Log.e(LOG_TAG, "Test failed", reason); in fail() 100 fail(reason.getMessage()); in fail() 103 private void fail(CharSequence reason) { in fail() argument 104 Toast.makeText(this, reason, Toast.LENGTH_LONG).show(); in fail() 105 Log.e(LOG_TAG, reason.toString()); in fail()
|
/cts/tests/tests/content/src/android/content/pm/cts/ |
D | LauncherAppsTest.java | 81 @AppModeFull(reason = "Need special permission") 90 @AppModeFull(reason = "Need special permission") 100 @AppModeFull(reason = "Need special permission") 111 @AppModeFull(reason = "Need special permission") 122 @AppModeFull(reason = "Need special permission") 133 @AppModeFull(reason = "Need special permission") 149 @AppModeFull(reason = "Need special permission")
|
/cts/tests/autofillservice/src/android/autofillservice/cts/ |
D | LoginActivityTest.java | 170 @AppModeFull(reason = "testAutoFillOneDataset() is enough") 212 @AppModeFull(reason = "testAutoFillOneDataset() is enough") 248 @AppModeFull(reason = "testAutoFillOneDataset() is enough") 273 @AppModeFull(reason = "testAutoFillOneDataset() is enough") 340 @AppModeFull(reason = "testAutoFillNoDatasets() is enough") 372 @AppModeFull(reason = "testAutofillManuallyOneDataset() is enough") 406 @AppModeFull(reason = "testAutoFillOneDataset_withHeaderAndFooter() is enough") 412 @AppModeFull(reason = "testAutoFillOneDataset_withHeaderAndFooter() is enough") 487 @AppModeFull(reason = "testAutoFillOneDataset() is enough") 607 @AppModeFull(reason = "testAutoFillOneDataset() is enough") [all …]
|
D | AuthenticationTest.java | 56 @AppModeFull(reason = "testDatasetAuthTwoFields() is enough") 139 @AppModeFull(reason = "testDatasetAuthTwoFields() is enough") 201 @AppModeFull(reason = "testDatasetAuthTwoFields() is enough") 245 @AppModeFull(reason = "testDatasetAuthTwoFields() is enough") 300 @AppModeFull(reason = "testDatasetAuthTwoFields() is enough") 306 @AppModeFull(reason = "testDatasetAuthTwoFields() is enough") 366 @AppModeFull(reason = "testDatasetAuthFilteringUsingRegex() is enough") 424 @AppModeFull(reason = "testDatasetAuthFilteringUsingRegex() is enough") 580 @AppModeFull(reason = "testDatasetAuthFilteringUsingRegex() is enough") 586 @AppModeFull(reason = "testDatasetAuthFilteringUsingRegex() is enough") [all …]
|
D | VirtualContainerActivityTest.java | 116 @AppModeFull(reason = "testAutofillSync() is enough") 254 @AppModeFull(reason = "testAutofillSync() is enough") 327 @AppModeFull(reason = "testAutofillManuallyOneDataset() is enough") 333 @AppModeFull(reason = "testAutofillManuallyOneDataset() is enough") 405 @AppModeFull(reason = "testAutofillCallbacks() is enough") 419 @AppModeFull(reason = "testAutofillCallbacks() is enough") 440 @AppModeFull(reason = "testAutofillCallbacks() is enough") 631 @AppModeFull(reason = "testSaveNotShown_noUserInput() is enough") 656 @AppModeFull(reason = "testSaveNotShown_noUserInput() is enough") 687 @AppModeFull(reason = "testSaveNotShown_noUserInput() is enough")
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/ |
D | WindowInsetsPolicyTest.java | 183 private void assertForAllInsets(String reason, WindowInsets actual, in assertForAllInsets() argument 185 assertThat("getSystemWindowInsets" + ": " + reason, in assertForAllInsets() 187 assertThat("getStableInsets" + ": " + reason, in assertForAllInsets() 189 assertThat("getSystemGestureInsets" + ": " + reason, in assertForAllInsets() 191 assertThat("getMandatorySystemGestureInsets" + ": " + reason, in assertForAllInsets() 193 assertThat("getTappableElementInsets" + ": " + reason, in assertForAllInsets() 197 private <T> void assertThat(String reason, T actual, Matcher<? super T> matcher) { in assertThat() argument 198 mErrorCollector.checkThat(reason, actual, matcher); in assertThat()
|
/cts/tests/tests/net/src/android/net/cts/ |
D | NetworkInfoTest.kt | 97 assertNull(networkInfo.reason) in testConstructor() 113 val reason = "TestNetworkInfo" in testSetDetailedState() constant 116 networkInfo.setDetailedState(DetailedState.CONNECTED, reason, extraReason) in testSetDetailedState() 119 assertEquals(reason, networkInfo.reason) in testSetDetailedState()
|
D | VpnServiceTest.java | 39 @AppModeFull(reason = "PackageManager#queryIntentActivities cannot access in instant app mode") 65 @AppModeFull(reason = "Socket cannot bind in instant app mode") 94 @AppModeFull(reason = "Socket cannot bind in instant app mode")
|
D | ConnectivityManagerTest.java | 332 @AppModeFull(reason = "Cannot get WifiManager in instant app mode") 334 @SkipPresubmit(reason = "Virtual devices use a single internet connection for all networks") 483 @AppModeFull(reason = "Cannot get WifiManager in instant app mode") 525 @AppModeFull(reason = "Cannot get WifiManager in instant app mode") 571 @AppModeFull(reason = "CHANGE_NETWORK_STATE permission can't be granted to instant apps") 595 @AppModeFull(reason = "Cannot get WifiManager in instant app mode") 633 @AppModeFull(reason = "CHANGE_NETWORK_STATE permission can't be granted to instant apps") 755 @AppModeFull(reason = "Cannot get WifiManager in instant app mode") 978 @AppModeFull(reason = "Cannot get WifiManager in instant app mode") 998 @AppModeFull(reason = "Cannot get WifiManager in instant app mode") [all …]
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/ |
D | ActionListenerTest.java | 37 public void onFailure(int reason) { in onFailure() argument 38 Log.d(TAG, "onFailure() reason="+reason); in onFailure() 39 Argument arg = new Argument(reason); in onFailure()
|
/cts/tests/autofillservice/src/android/autofillservice/cts/augmented/ |
D | AugmentedLoginActivityTest.java | 94 @AppModeFull(reason = "testAutoFill_mainServiceReturnedNull_augmentedAutofillOneField enough") 123 @AppModeFull(reason = "testAutoFill_mainServiceReturnedNull_augmentedAutofillOneField enough") 152 @AppModeFull(reason = "testAutoFill_mainServiceReturnedNull_augmentedAutofillOneField enough") 218 @AppModeFull(reason = "testAutoFill_mainServiceReturnedNull_augmentedAutofillOneField enough") 353 @AppModeFull(reason = "testAutoFill_mainServiceReturnedNull_augmentedAutofillOneField enough") 393 @AppModeFull(reason = "testAutoFill_mainServiceReturnedNull_augmentedAutofillOneField enough") 420 @AppModeFull(reason = "testAutoFill_mainServiceReturnedNull_augmentedAutofillOneField enough") 486 @AppModeFull(reason = "testAutoFill_mainServiceReturnedNull_augmentedAutofillOneField enough") 556 @AppModeFull(reason = "testAutoFill_mainServiceReturnedNull_augmentedAutofillOneField enough") 675 @AppModeFull(reason = "testAutoFill_mainServiceReturnedNull_augmentedAutofillOneField enough") [all …]
|
/cts/tests/tests/appwidget/src/android/appwidget/cts/ |
D | AppWidgetTest.java | 92 @AppModeInstant(reason = "Instant apps cannot provide or host app widgets") 100 @AppModeInstant(reason = "Instant apps cannot provide or host app widgets") 111 @AppModeFull(reason = "Instant apps cannot provide or host app widgets") 121 @AppModeFull(reason = "Instant apps cannot provide or host app widgets") 132 @AppModeFull(reason = "Instant apps cannot provide or host app widgets") 154 @AppModeFull(reason = "Instant apps cannot provide or host app widgets") 193 @AppModeFull(reason = "Instant apps cannot provide or host app widgets") 224 @AppModeFull(reason = "Instant apps cannot provide or host app widgets") 333 @AppModeFull(reason = "Instant apps cannot provide or host app widgets") 425 @AppModeFull(reason = "Instant apps cannot provide or host app widgets") [all …]
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/wifiaware/ |
D | BaseTestActivity.java | 114 public void onTestFailed(String reason) { in onTestFailed() argument 118 if (reason != null) { in onTestFailed() 119 mAwareInfo.append(reason); in onTestFailed()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/wifi/ |
D | BaseTestActivity.java | 115 public void onTestFailed(String reason) { in onTestFailed() argument 119 if (reason != null) { in onTestFailed() 120 mWifiInfo.append(reason); in onTestFailed()
|