Home
last modified time | relevance | path

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

123

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DExternalStorageHostTest.java96 String[] options = {AbiUtils.createAbiFlag(mAbi.getName())}; in testExternalStorageNone() local
97 assertNull(getDevice().installPackage(getTestAppFile(NONE_APK), false, options)); in testExternalStorageNone() local
118 String[] options = {AbiUtils.createAbiFlag(mAbi.getName())}; in testExternalStorageRead() local
119 assertNull(getDevice().installPackage(getTestAppFile(READ_APK), false, options)); in testExternalStorageRead() local
140 String[] options = {AbiUtils.createAbiFlag(mAbi.getName())}; in testExternalStorageWrite() local
141 assertNull(getDevice().installPackage(getTestAppFile(WRITE_APK), false, options)); in testExternalStorageWrite() local
163 final String[] options = {AbiUtils.createAbiFlag(mAbi.getName())}; in testExternalStorageGifts() local
167 assertNull(getDevice().installPackage(getTestAppFile(WRITE_APK), false, options)); in testExternalStorageGifts() local
172 assertNull(getDevice().installPackage(getTestAppFile(NONE_APK), false, options)); in testExternalStorageGifts() local
173 assertNull(getDevice().installPackage(getTestAppFile(READ_APK), false, options)); in testExternalStorageGifts() local
[all …]
DAppSecurityTests.java129 String[] options = {AbiUtils.createAbiFlag(mAbi.getName())}; in testSharedUidDifferentCerts() local
156 String[] options = {AbiUtils.createAbiFlag(mAbi.getName())}; in testAppUpgradeDifferentCerts() local
182 String[] options = {AbiUtils.createAbiFlag(mAbi.getName())}; in testAppFailAccessPrivateData() local
211 String[] options = {AbiUtils.createAbiFlag(mAbi.getName())}; in testUninstallRemovesData() local
243 String[] options = {AbiUtils.createAbiFlag(mAbi.getName())}; in testInstrumentationDiffCert() local
277 String[] options = {AbiUtils.createAbiFlag(mAbi.getName())}; in testPermissionDiffCert() local
/cts/tests/tests/accounts/src/android/accounts/cts/
DAbstractAuthenticatorTests.java72 Bundle options = new Bundle(); in testStartAddAccountSessionDefaultImpl() local
108 Bundle options = new Bundle(); in testStartUpdateCredentialsSessionDefaultImpl() local
145 Bundle options = new Bundle(); in testFinishSessionAndStartAddAccountSessionDefaultImpl() local
214 Bundle options = new Bundle(); in testFinishSessionAndStartUpdateCredentialsSessionDefaultImpl() local
273 private void validateSystemOptions(Bundle options) { in validateSystemOptions()
DAccountManagerUnaffiliatedAuthenticatorTests.java294 Bundle options = createOptionsWithAccountName(accountName); in testStartAddAccountSession() local
326 Bundle options = createOptionsWithAccountName(accountName); in testStartUpdateCredentialsSession() local
363 Bundle options = new Bundle(); in testDefaultFinishSessiontWithStartAddAccountSessionImpl() local
413 Bundle options = new Bundle(); in testDefaultFinishSessionWithCustomStartUpdateCredentialsSessionImpl() local
473 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/tests/autofillservice/src/android/autofillservice/cts/
DCheckoutActivityTest.java101 final CharSequence[] options = ccExpirationNode.getAutofillOptions(); in testAutofill() local
145 final CharSequence[] options = ccExpirationNode.getAutofillOptions(); in testAutofillDynamicAdapter() local
187 final CharSequence[] options = ccExpirationNode.getAutofillOptions(); in testGetAutofillOptionsSorted() local
/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/hostsidetests/devicepolicy/app/AccountManagement/src/com/android/cts/devicepolicy/accountmanagement/
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/tests/tests/accounts/common/src/android/accounts/cts/common/tx/
DConfirmCredentialsTx.java25 public final Bundle options; field in ConfirmCredentialsTx
36 Bundle options, in ConfirmCredentialsTx()
DStartUpdateCredentialsSessionTx.java26 public final Bundle options; field in StartUpdateCredentialsSessionTx
37 Bundle options) { in StartUpdateCredentialsSessionTx()
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/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/provider/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/tests/tests/graphics/src/android/graphics/cts/
DBitmapFactoryTest.java218 BitmapFactory.Options options = new BitmapFactory.Options(); in testDecodeStream4() local
253 BitmapFactory.Options options = new BitmapFactory.Options(); in testDecodeStream5() local
381 BitmapFactory.Options options = new BitmapFactory.Options(); in testDecodeReuseBasic() local
414 BitmapFactory.Options options = new BitmapFactory.Options(); in decodeResourceWithReuse() local
451 BitmapFactory.Options options = new BitmapFactory.Options(); in testDecodeReuseFormats() local
462 BitmapFactory.Options options = new BitmapFactory.Options(); in testDecodeReuseFailure() local
479 BitmapFactory.Options options = new BitmapFactory.Options(); in testDecodeReuseScaling() local
497 BitmapFactory.Options options = new BitmapFactory.Options(); in testDecodeReuseDoubleScaling() local
519 BitmapFactory.Options options = new BitmapFactory.Options(); in testDecodeReuseEquivalentScaling() local
545 BitmapFactory.Options options = new BitmapFactory.Options(); in testDecodePremultipliedData() local
[all …]
/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/services/activityandwindowmanager/activitymanager/app/src/android/server/cts/
DFreeformActivity.java35 final ActivityOptions options = ActivityOptions.makeBasic(); in onResume() local
DAlwaysFocusablePipActivity.java33 final ActivityOptions options = ActivityOptions.makeBasic(); in launchAlwaysFocusablePipActivity() local
/cts/tests/app/src/android/app/cts/
DActivityOptionsTest.java26 ActivityOptions options = ActivityOptions.makeBasic(); in testActivityOptionsBundle_makeBasic() local
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DAccountAuthenticator.java72 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount()
84 String authTokenType, Bundle options) throws NetworkErrorException { in updateCredentials()
90 Bundle options) throws NetworkErrorException { in confirmCredentials()
99 String authTokenType, Bundle options) throws NetworkErrorException { in getAuthToken()
/cts/tests/tests/transition/src/android/transition/cts/
DActivityTransitionTest.java129 Bundle options = ActivityOptions.makeSceneTransitionAnimation(mActivity, in viewsNotStripped() local
201 Bundle options = ActivityOptions.makeSceneTransitionAnimation(mActivity, in viewsStripped() local
276 Bundle options = ActivityOptions.makeSceneTransitionAnimation(mActivity).toBundle(); in earlyExitStop() local
356 Bundle options = ActivityOptions.makeSceneTransitionAnimation(mActivity).toBundle(); in untargetedViews() local
400 Bundle options = ActivityOptions.makeSceneTransitionAnimation(mActivity, in removeSharedViews() local

123