Home
last modified time | relevance | path

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

12345

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DExternalStorageHostTest.java165 String[] options = {AbiUtils.createAbiFlag(getAbi().getName())}; in testExternalStorageNone29() local
166 assertNull(getDevice().installPackage(getTestAppFile(NONE_APK), false, options)); in testExternalStorageNone29() local
188 String[] options = {AbiUtils.createAbiFlag(getAbi().getName())}; in testExternalStorageRead29() local
189 assertNull(getDevice().installPackage(getTestAppFile(READ_APK), false, options)); in testExternalStorageRead29() local
211 String[] options = {AbiUtils.createAbiFlag(getAbi().getName())}; in testExternalStorageWrite() local
212 assertNull(getDevice().installPackage(getTestAppFile(WRITE_APK), false, options)); in testExternalStorageWrite() local
236 final String[] options = {AbiUtils.createAbiFlag(getAbi().getName())}; in testExternalStorageNoGifts() local
238 assertNull(getDevice().installPackage(getTestAppFile(WRITE_APK), false, options)); in testExternalStorageNoGifts() local
239 assertNull(getDevice().installPackage(getTestAppFile(NONE_APK), false, options)); in testExternalStorageNoGifts() local
240 assertNull(getDevice().installPackage(getTestAppFile(READ_APK), false, options)); in testExternalStorageNoGifts() local
[all …]
/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapFactoryTest.java234 private Bitmap decodeOpaqueImage(int resId, BitmapFactory.Options options) { in decodeOpaqueImage()
238 private Bitmap decodeOpaqueImage(InputStream stream, BitmapFactory.Options options) { in decodeOpaqueImage()
249 BitmapFactory.Options options = new BitmapFactory.Options(); in testWebpStreamDecode() local
263 BitmapFactory.Options options = new BitmapFactory.Options(); in testWebpStreamEncode() local
281 BitmapFactory.Options options = new BitmapFactory.Options(); in testDecodeStream5() local
408 BitmapFactory.Options options = new BitmapFactory.Options(); in testDecodeReuseBasic() local
430 BitmapFactory.Options options = new BitmapFactory.Options(); in testDecodeReuseAttempt() local
444 BitmapFactory.Options options = new BitmapFactory.Options(); in testDecodeReuseRecycled() local
460 BitmapFactory.Options options = new BitmapFactory.Options(); in testDecodeReuseHardware() local
487 BitmapFactory.Options options = new BitmapFactory.Options(); in decodeResourceWithReuse() local
[all …]
/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()
DAccountManagerUnaffiliatedAuthenticatorTests.java283 Bundle options = createOptionsWithAccountName(accountName); in testStartAddAccountSession() local
321 Bundle options = createOptionsWithAccountName(accountName); in testStartUpdateCredentialsSession() local
359 Bundle options = new Bundle(); in testDefaultFinishSessiontWithStartAddAccountSessionImpl() local
409 Bundle options = new Bundle(); in testDefaultFinishSessionWithCustomStartUpdateCredentialsSessionImpl() local
488 Bundle options = new Bundle(); in createOptionsWithAccountName() local
/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/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/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/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/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/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/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()
DStartAddAccountSessionTx.java29 public final Bundle options; field in StartAddAccountSessionTx
42 Bundle options) { in StartAddAccountSessionTx()
DUpdateCredentialsTx.java26 public final Bundle options; field in UpdateCredentialsTx
39 Bundle options, in UpdateCredentialsTx()
DAddAccountTx.java29 public final Bundle options; field in AddAccountTx
44 Bundle options, in AddAccountTx()
/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()
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DNoOpHotwordDetectionService.java48 @Nullable PersistableBundle options, in onDetect()
64 public void onUpdateState( in onUpdateState()
/cts/hostsidetests/devicepolicy/app/AccountCheck/Tester/src/com/android/cts/devicepolicy/accountcheck/tester/
DTestAuthenticator.java92 String authTokenType, String[] requiredFeatures, Bundle options) { in addAccount()
103 String authTokenType, Bundle options) throws NetworkErrorException { in updateCredentials()
109 Bundle options) throws NetworkErrorException { in confirmCredentials()
115 String authTokenType, Bundle options) throws NetworkErrorException { in getAuthToken()
/cts/hostsidetests/accounts/test-apps/AccountManagerCrossUserApp/src/com/android/cts/accountmanager/
DMockAuthenticator.java95 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount()
111 String authTokenType, Bundle options) throws NetworkErrorException { in updateCredentials()
117 Bundle options) throws NetworkErrorException { in confirmCredentials()
126 String authTokenType, Bundle options) throws NetworkErrorException { in getAuthToken()
/cts/hostsidetests/multiuser/app/src/com/android/cts/multiuser/
DMockAuthenticator.java96 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount()
112 String authTokenType, Bundle options) throws NetworkErrorException { in updateCredentials()
118 Bundle options) throws NetworkErrorException { in confirmCredentials()
127 String authTokenType, Bundle options) throws NetworkErrorException { in getAuthToken()

12345