Home
last modified time | relevance | path

Searched defs:options (Results 1 – 25 of 139) sorted by relevance

123456

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DExternalStorageHostTest.java196 String[] options = {AbiUtils.createAbiFlag(getAbi().getName())}; in testExternalStorageNone29() local
197 assertNull(getDevice().installPackage(getTestAppFile(NONE_APK), false, options)); in testExternalStorageNone29() local
219 String[] options = {AbiUtils.createAbiFlag(getAbi().getName())}; in testExternalStorageRead29() local
220 assertNull(getDevice().installPackage(getTestAppFile(READ_APK), false, options)); in testExternalStorageRead29() local
242 String[] options = {AbiUtils.createAbiFlag(getAbi().getName())}; in testExternalStorageWrite() local
243 assertNull(getDevice().installPackage(getTestAppFile(WRITE_APK), false, options)); in testExternalStorageWrite() local
267 final String[] options = {AbiUtils.createAbiFlag(getAbi().getName())}; in testExternalStorageNoGifts() local
269 assertNull(getDevice().installPackage(getTestAppFile(WRITE_APK), false, options)); in testExternalStorageNoGifts() local
270 assertNull(getDevice().installPackage(getTestAppFile(NONE_APK), false, options)); in testExternalStorageNoGifts() local
271 assertNull(getDevice().installPackage(getTestAppFile(READ_APK), false, options)); in testExternalStorageNoGifts() local
[all …]
/cts/tests/app/src/android/app/cts/
DBroadcastOptionsTest.java185 BroadcastOptions options = BroadcastOptions.makeBasic(); in testGetSetPendingIntentBackgroundActivityLaunchAllowed() local
192 private void assertBroadcastSuccess(BroadcastOptions options) { in assertBroadcastSuccess()
203 private void assertBroadcastFailure(BroadcastOptions options) { in assertBroadcastFailure()
218 final BroadcastOptions options = BroadcastOptions.makeBasic(); in testRequireCompatChange_simple() local
241 final BroadcastOptions options = BroadcastOptions.makeBasic(); in testRequireCompatChange_enabled_success() local
248 final BroadcastOptions options = BroadcastOptions.makeBasic(); in testRequireCompatChange_enabled_failure() local
255 final BroadcastOptions options = BroadcastOptions.makeBasic(); in testRequireCompatChange_disabled_success() local
262 final BroadcastOptions options = BroadcastOptions.makeBasic(); in testRequireCompatChange_disabled_failure() local
DActivityOptionsTest.java28 ActivityOptions options = ActivityOptions.makeBasic(); in testActivityOptionsBundle_makeBasic() local
35 ActivityOptions options = ActivityOptions.makeBasic(); in testGetSetPendingIntentBackgroundActivityLaunchAllowed() local
/cts/tests/tests/accounts/src/android/accounts/cts/
DAbstractAuthenticatorTests.java76 Bundle options = new Bundle(); in testStartAddAccountSessionDefaultImpl() local
112 Bundle options = new Bundle(); in testStartUpdateCredentialsSessionDefaultImpl() local
150 Bundle options = new Bundle(); in testFinishSessionAndStartAddAccountSessionDefaultImpl() local
220 Bundle options = new Bundle(); in testFinishSessionAndStartUpdateCredentialsSessionDefaultImpl() local
279 private void validateSystemOptions(Bundle options) { in validateSystemOptions()
/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapFactoryTest.java250 private Bitmap decodeOpaqueImage(int resId, BitmapFactory.Options options) { in decodeOpaqueImage()
254 private Bitmap decodeOpaqueImage(InputStream stream, BitmapFactory.Options options) { in decodeOpaqueImage()
265 BitmapFactory.Options options = new BitmapFactory.Options(); in testWebpStreamDecode() local
279 BitmapFactory.Options options = new BitmapFactory.Options(); in testWebpStreamEncode() local
297 BitmapFactory.Options options = new BitmapFactory.Options(); in testDecodeStream5() local
424 BitmapFactory.Options options = new BitmapFactory.Options(); in testDecodeReuseBasic() local
446 BitmapFactory.Options options = new BitmapFactory.Options(); in testDecodeReuseAttempt() local
460 BitmapFactory.Options options = new BitmapFactory.Options(); in testDecodeReuseRecycled() local
476 BitmapFactory.Options options = new BitmapFactory.Options(); in testDecodeReuseHardware() local
503 BitmapFactory.Options options = new BitmapFactory.Options(); in decodeResourceWithReuse() local
[all …]
/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0685/src/android/security/cts/CVE_2021_0685/
DPocAuthService.java41 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount()
57 Bundle options) throws NetworkErrorException { in confirmCredentials()
63 String authTokenType, Bundle options) throws NetworkErrorException { in getAuthToken()
74 String authTokenType, Bundle options) throws NetworkErrorException { in updateCredentials()
/cts/tests/tests/appenumeration/app/target/src/android/appenumeration/testapp/
DMockAuthenticatorService.java54 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount()
61 Bundle options) throws NetworkErrorException { in confirmCredentials()
67 String authTokenType, Bundle options) throws NetworkErrorException { in getAuthToken()
78 String authTokenType, Bundle options) throws NetworkErrorException { in updateCredentials()
/cts/tests/tests/accounts/common/src/android/accounts/cts/common/
DTestAccountAuthenticator.java64 Bundle options) throws NetworkErrorException { in addAccount()
110 Bundle options) throws NetworkErrorException { in confirmCredentials()
157 Bundle options) throws NetworkErrorException { in getAuthToken()
221 Bundle options) throws NetworkErrorException { in updateCredentials()
315 Bundle options) throws NetworkErrorException { in startAddAccountSession()
362 Bundle options) in startUpdateCredentialsSession()
395 private void fillDefaultError(Bundle result, Bundle options) { in fillDefaultError()
DTestDefaultAuthenticator.java56 Bundle options) throws NetworkErrorException { in addAccount()
81 Bundle options) throws NetworkErrorException { in confirmCredentials()
91 Bundle options) throws NetworkErrorException { in getAuthToken()
107 Bundle options) throws NetworkErrorException { in updateCredentials()
/cts/hostsidetests/backup/SyncAdapterSettingsApp/src/android/cts/backup/syncadaptersettingsapp/
DSyncAdapterSettingsAuthenticator.java54 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount()
66 String authTokenType, Bundle options) throws NetworkErrorException { in updateCredentials()
72 Bundle options) throws NetworkErrorException { in confirmCredentials()
78 String authTokenType, Bundle options) throws NetworkErrorException { in getAuthToken()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2020-0338/src/android/security/cts/CVE_2020_0338/
DPocAuthenticator.java56 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount()
73 Bundle options) throws NetworkErrorException { in confirmCredentials()
79 String authTokenType, Bundle options) throws NetworkErrorException { in getAuthToken()
90 String authTokenType, Bundle options) throws NetworkErrorException { in updateCredentials()
/cts/hostsidetests/devicepolicy/app/AccountManagement/src/com/android/cts/devicepolicy/accountmanagement/
DMockAccountAuthenticator.java50 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount()
62 String authTokenType, Bundle options) throws NetworkErrorException { in updateCredentials()
68 Bundle options) throws NetworkErrorException { in confirmCredentials()
77 String authTokenType, Bundle options) throws NetworkErrorException { in getAuthToken()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0921/src/android/security/cts/CVE_2021_0921/
DAuthenticator.java95 String authTokenType, Bundle options) { in getAuthToken()
101 String authTokenType, String[] requiredFeatures, Bundle options) { in addAccount()
144 …Bundle confirmCredentials(AccountAuthenticatorResponse response, Account account, Bundle options) { in confirmCredentials()
149 …als(AccountAuthenticatorResponse response, Account account, String authTokenType, Bundle options) { in updateCredentials()
/cts/tests/tests/content/src/android/content/cts/
DMockAccountAuthenticator.java51 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount()
63 String authTokenType, Bundle options) throws NetworkErrorException { in updateCredentials()
69 Bundle options) throws NetworkErrorException { in confirmCredentials()
78 String authTokenType, Bundle options) throws NetworkErrorException { in getAuthToken()
/cts/hostsidetests/devicepolicy/app/AccountCheck/Auth/src/com/android/cts/devicepolicy/accountcheck/
DTestAuthenticator.java60 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount()
93 String authTokenType, Bundle options) throws NetworkErrorException { in updateCredentials()
99 Bundle options) throws NetworkErrorException { in confirmCredentials()
105 String authTokenType, Bundle options) throws NetworkErrorException { in getAuthToken()
/cts/common/device-side/bedstead/testapp/src/testapps/main/java/com/android/bedstead/testapp/
DTestAppAccountAuthenticator.java62 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount()
74 String authTokenType, Bundle options) throws NetworkErrorException { in updateCredentials()
80 Bundle options) throws NetworkErrorException { in confirmCredentials()
89 String authTokenType, Bundle options) throws NetworkErrorException { in getAuthToken()
/cts/tests/tests/syncmanager/apps/app1/src/android/content/syncmanager/cts/app/
DSyncManagerCtsAuthenticator.java105 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount()
117 String authTokenType, Bundle options) throws NetworkErrorException { in updateCredentials()
123 Bundle options) throws NetworkErrorException { in confirmCredentials()
129 String authTokenType, Bundle options) throws NetworkErrorException { in getAuthToken()
/cts/hostsidetests/securitybulletin/test-apps/launchanywhere/src/com/android/security/cts/launchanywhere/
DAuthenticator.java107 Account account, String authTokenType, Bundle options) { in getAuthToken()
114 Bundle options) { in addAccount()
164 AccountAuthenticatorResponse response, Account account, Bundle options) { in confirmCredentials()
170 Account account, String authTokenType, Bundle options) { in updateCredentials()
/cts/tests/tests/accounts/common/src/android/accounts/cts/common/tx/
DStartUpdateCredentialsSessionTx.java26 public final Bundle options; field in StartUpdateCredentialsSessionTx
37 Bundle options) { in StartUpdateCredentialsSessionTx()
DConfirmCredentialsTx.java25 public final Bundle options; field in ConfirmCredentialsTx
36 Bundle options, in ConfirmCredentialsTx()
DGetAuthTokenTx.java26 public final Bundle options; field in GetAuthTokenTx
39 Bundle options, in GetAuthTokenTx()
/cts/tests/tests/app.usage/src/android/app/usage/cts/
DBroadcastResponseStatsTest.java168 final BroadcastOptions options = BroadcastOptions.makeBasic(); in testBroadcastOptions_noPermission() local
261 final BroadcastOptions options = BroadcastOptions.makeBasic(); in testBroadcastResponseStats_broadcastDispatchedCount() local
325 final BroadcastOptions options = BroadcastOptions.makeBasic(); in testBroadcastResponseStats_notificationPostedCount() local
410 final BroadcastOptions options = BroadcastOptions.makeBasic(); in testBroadcastResponseStats_notificationUpdatedCount() local
493 final BroadcastOptions options = BroadcastOptions.makeBasic(); in testBroadcastResponseStats_notificationCancelledCount() local
567 final BroadcastOptions options = BroadcastOptions.makeBasic(); in testBroadcastResponseStats_multipleEvents() local
695 final BroadcastOptions options = BroadcastOptions.makeBasic(); in testBroadcastResponseStats_clearCounts() local
800 final BroadcastOptions options = BroadcastOptions.makeBasic(); in testBroadcastResponseStats_changeResponseWindowDuration() local
894 final BroadcastOptions options = BroadcastOptions.makeBasic(); in testBroadcastResponseStats_appNotInForeground() local
1011 final BroadcastOptions options = BroadcastOptions.makeBasic(); in testBroadcastResponseStats_multiplePackages() local
[all …]
/cts/tests/tests/contactsprovider/src/android/provider/cts/contacts/account/
DStaticAccountAuthenticator.java62 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount()
69 Bundle options) throws NetworkErrorException { in confirmCredentials()
77 String authTokenType, Bundle options) throws NetworkErrorException { in getAuthToken()
88 String authTokenType, Bundle options) throws NetworkErrorException { in updateCredentials()
/cts/hostsidetests/statsdatom/apps/statsdapp/src/com/android/server/cts/device/statsdatom/
DStatsdAuthenticator.java96 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount()
108 String authTokenType, Bundle options) throws NetworkErrorException { in updateCredentials()
114 Bundle options) throws NetworkErrorException { in confirmCredentials()
120 String authTokenType, Bundle options) throws NetworkErrorException { in getAuthToken()
/cts/hostsidetests/incident/apps/batterystatsapp/src/com/android/server/cts/device/batterystats/
DBatteryStatsAuthenticator.java97 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount()
109 String authTokenType, Bundle options) throws NetworkErrorException { in updateCredentials()
115 Bundle options) throws NetworkErrorException { in confirmCredentials()
121 String authTokenType, Bundle options) throws NetworkErrorException { in getAuthToken()

123456