Home
last modified time | relevance | path

Searched refs:reason (Results 1 – 25 of 342) sorted by relevance

12345678910>>...14

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DSplitTests.java105 @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 …]
DUseProcessTest.java59 @AppModeFull(reason = "'full' portion of the hostside test")
64 @AppModeInstant(reason = "'instant' portion of the hostside test")
76 @AppModeFull(reason = "'full' portion of the hostside test")
81 @AppModeInstant(reason = "'instant' portion of the hostside test")
93 @AppModeFull(reason = "'full' portion of the hostside test")
98 @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")
127 @AppModeFull(reason = "'full' portion of the hostside test")
132 @AppModeInstant(reason = "'instant' portion of the hostside test")
[all …]
DIsolatedSplitsTests.java60 @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 …]
DPackageResolutionHostTest.java50 @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")
DMajorVersionTest.java53 @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")
DAppSecurityTests.java100 @AppModeFull(reason = "'full' portion of the hostside test")
105 @AppModeInstant(reason = "'instant' portion of the hostside test")
128 @AppModeFull(reason = "'full' portion of the hostside test")
133 @AppModeInstant(reason = "'instant' portion of the hostside test")
159 @AppModeFull(reason = "'full' portion of the hostside test")
164 @AppModeInstant(reason = "'instant' portion of the hostside test")
191 @AppModeFull(reason = "'full' portion of the hostside test")
196 @AppModeInstant(reason = "'instant' portion of the hostside test")
231 …@AppModeFull(reason = "Only the platform can define permissions obtainable by instant applications…
262 @AppModeFull(reason = "Only full apps can hold INSTALL_PACKAGES")
[all …]
DApplicationVisibilityTest.java65 @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/tests/permission/src/android/permission/cts/
DRevokePermissionTest.kt45 @AppModeFull(reason = "Instant apps can't revoke permissions.")
54 @AppModeFull(reason = "Instant apps can't revoke permissions.")
64 @AppModeFull(reason = "Instant apps can't revoke permissions.")
75 @AppModeFull(reason = "Instant apps can't revoke permissions.")
85 @AppModeFull(reason = "Instant apps can't revoke permissions.")
90 reason = "test reason", in testRevokePermissionWithReason()
95 @AppModeFull(reason = "Instant apps can't revoke permissions.")
100 reason = "test reason", in testRevokePermissionNotRequestedWithReason()
106 @AppModeFull(reason = "Instant apps can't revoke permissions.")
112 reason = "test reason", in testRevokeFakePermissionWithReason()
[all …]
DBackgroundPermissionsTest.java80 @AppModeFull(reason = "Instant apps cannot read properties of other packages")
120 @AppModeFull(reason = "Instant apps cannot read properties of other packages which is needed "
137 @AppModeFull(reason = "Instant apps cannot read properties of other packages which is needed "
152 @AppModeFull(reason = "Instant apps cannot read properties of other packages which is needed "
168 @AppModeFull(reason = "Instant apps cannot read properties of other packages which is needed "
185 @AppModeFull(reason = "Instant apps cannot read properties of other packages which is needed "
202 @AppModeFull(reason = "Instant apps cannot read properties of other packages which is needed "
219 @AppModeFull(reason = "Instant apps cannot read properties of other packages which is needed "
237 @AppModeFull(reason = "Instant apps cannot read properties of other packages which is needed "
/cts/tests/tests/tv/src/android/media/tv/cts/
DBundledTvInputServiceTest.java69 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/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DCameraErrorCollector.java96 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/hostsidetests/classloaders/splits/src/android/classloaders/cts/
DClassloaderSplitsTest.java60 @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/
DMyNotificationListenerService.java87 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/apps/CtsVerifier/src/com/android/cts/verifier/companion/
DCompanionDeviceTestActivity.java98 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/
DLauncherAppsTest.java91 @AppModeFull(reason = "Need special permission")
100 @AppModeFull(reason = "Need special permission")
110 @AppModeFull(reason = "Need special permission")
121 @AppModeFull(reason = "Need special permission")
132 @AppModeFull(reason = "Need special permission")
143 @AppModeFull(reason = "Need special permission")
159 @AppModeFull(reason = "Need special permission")
170 @AppModeFull(reason = "Need special permission")
/cts/tests/autofillservice/src/android/autofillservice/cts/
DLoginActivityTest.java122 @AppModeFull(reason = "testAutoFillOneDataset() is enough")
164 @AppModeFull(reason = "testAutoFillOneDataset() is enough")
200 @AppModeFull(reason = "testAutoFillOneDataset() is enough")
225 @AppModeFull(reason = "testAutoFillOneDataset() is enough")
292 @AppModeFull(reason = "testAutoFillNoDatasets() is enough")
324 @AppModeFull(reason = "testAutofillManuallyOneDataset() is enough")
363 @AppModeFull(reason = "testAutoFillOneDataset_withHeaderAndFooter() is enough")
369 @AppModeFull(reason = "testAutoFillOneDataset_withHeaderAndFooter() is enough")
444 @AppModeFull(reason = "testAutoFillOneDataset() is enough")
566 @AppModeFull(reason = "testAutoFillOneDataset() is enough")
[all …]
DAuthenticationTest.java56 @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 …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
DActionListenerTest.java37 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/tests/net/src/android/net/cts/
DNetworkInfoTest.kt97 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()
DVpnServiceTest.java39 @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")
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowInsetsPolicyTest.java233 private void assertForAllInsets(String reason, WindowInsets actual, in assertForAllInsets() argument
235 assertThat("getSystemWindowInsets" + ": " + reason, in assertForAllInsets()
237 assertThat("getStableInsets" + ": " + reason, in assertForAllInsets()
239 assertThat("getSystemGestureInsets" + ": " + reason, in assertForAllInsets()
241 assertThat("getMandatorySystemGestureInsets" + ": " + reason, in assertForAllInsets()
243 assertThat("getTappableElementInsets" + ": " + reason, in assertForAllInsets()
247 private <T> void assertThat(String reason, T actual, Matcher<? super T> matcher) { in assertThat() argument
248 mErrorCollector.checkThat(reason, actual, matcher); in assertThat()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/wifiaware/
DBaseTestActivity.java114 public void onTestFailed(String reason) { in onTestFailed() argument
118 if (reason != null) { in onTestFailed()
119 mAwareInfo.append(reason); in onTestFailed()
/cts/tests/autofillservice/src/android/autofillservice/cts/augmented/
DAugmentedLoginActivityTest.java94 @AppModeFull(reason = "testAutoFill_mainServiceReturnedNull_augmentedAutofillOneField enough")
123 @AppModeFull(reason = "testAutoFill_mainServiceReturnedNull_augmentedAutofillOneField enough")
154 @AppModeFull(reason = "testAutoFill_mainServiceReturnedNull_augmentedAutofillOneField enough")
220 @AppModeFull(reason = "testAutoFill_mainServiceReturnedNull_augmentedAutofillOneField enough")
355 @AppModeFull(reason = "testAutoFill_mainServiceReturnedNull_augmentedAutofillOneField enough")
395 @AppModeFull(reason = "testAutoFill_mainServiceReturnedNull_augmentedAutofillOneField enough")
422 @AppModeFull(reason = "testAutoFill_mainServiceReturnedNull_augmentedAutofillOneField enough")
488 @AppModeFull(reason = "testAutoFill_mainServiceReturnedNull_augmentedAutofillOneField enough")
558 @AppModeFull(reason = "testAutoFill_mainServiceReturnedNull_augmentedAutofillOneField enough")
677 @AppModeFull(reason = "testAutoFill_mainServiceReturnedNull_augmentedAutofillOneField enough")
[all …]
/cts/tests/tests/appwidget/src/android/appwidget/cts/
DAppWidgetTest.java93 @AppModeInstant(reason = "Instant apps cannot provide or host app widgets")
101 @AppModeInstant(reason = "Instant apps cannot provide or host app widgets")
112 @AppModeFull(reason = "Instant apps cannot provide or host app widgets")
122 @AppModeFull(reason = "Instant apps cannot provide or host app widgets")
133 @AppModeFull(reason = "Instant apps cannot provide or host app widgets")
155 @AppModeFull(reason = "Instant apps cannot provide or host app widgets")
194 @AppModeFull(reason = "Instant apps cannot provide or host app widgets")
225 @AppModeFull(reason = "Instant apps cannot provide or host app widgets")
334 @AppModeFull(reason = "Instant apps cannot provide or host app widgets")
426 @AppModeFull(reason = "Instant apps cannot provide or host app widgets")
[all …]
/cts/apps/hotspot/src/com/android/cts/hotspot/
DNotify.java45 public void onFailed(int reason) { in turnOnHotspot()
46 super.onFailed(reason); in turnOnHotspot()

12345678910>>...14