Home
last modified time | relevance | path

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

12

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DExternalStorageHostTest.java94 String[] options = {AbiUtils.createAbiFlag(mAbi.getName())}; in testExternalStorageNone() local
95 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
142 String[] options = {AbiUtils.createAbiFlag(mAbi.getName())}; in testExternalStorageWrite() local
143 assertNull(getDevice().installPackage(getTestAppFile(WRITE_APK), false, options)); in testExternalStorageWrite() local
167 final String[] options = {AbiUtils.createAbiFlag(mAbi.getName())}; in testExternalStorageGifts() local
171 assertNull(getDevice().installPackage(getTestAppFile(WRITE_APK), false, options)); in testExternalStorageGifts() local
176 assertNull(getDevice().installPackage(getTestAppFile(NONE_APK), false, options)); in testExternalStorageGifts() local
177 assertNull(getDevice().installPackage(getTestAppFile(READ_APK), false, options)); in testExternalStorageGifts() local
[all …]
DAppSecurityTests.java119 String[] options = {AbiUtils.createAbiFlag(mAbi.getName())}; in testSharedUidDifferentCerts() local
146 String[] options = {AbiUtils.createAbiFlag(mAbi.getName())}; in testAppUpgradeDifferentCerts() local
172 String[] options = {AbiUtils.createAbiFlag(mAbi.getName())}; in testAppFailAccessPrivateData() local
201 String[] options = {AbiUtils.createAbiFlag(mAbi.getName())}; in testUninstallRemovesData() local
233 String[] options = {AbiUtils.createAbiFlag(mAbi.getName())}; in testInstrumentationDiffCert() local
267 String[] options = {AbiUtils.createAbiFlag(mAbi.getName())}; in testPermissionDiffCert() local
/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()
DGetAuthTokenTx.java26 public final Bundle options; field in GetAuthTokenTx
39 Bundle options, in GetAuthTokenTx()
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/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DAccountAuthenticator.java49 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount()
61 String authTokenType, Bundle options) throws NetworkErrorException { in updateCredentials()
67 Bundle options) throws NetworkErrorException { in confirmCredentials()
76 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/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/services/activitymanager/app/src/android/server/app/
DFreeformActivity.java35 final ActivityOptions options = ActivityOptions.makeBasic(); in onResume() local
DAlwaysFocusablePipActivity.java33 final ActivityOptions options = ActivityOptions.makeBasic(); in launchAlwaysFocusablePipActivity() local
/cts/tests/tests/provider/src/android/provider/cts/contacts/account/
DStaticAccountAuthenticator.java64 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount()
71 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/tests/tests/accounts/common/src/android/accounts/cts/common/
DTestAccountAuthenticator.java60 Bundle options) throws NetworkErrorException { in addAccount()
113 Bundle options) throws NetworkErrorException { in confirmCredentials()
168 Bundle options) throws NetworkErrorException { in getAuthToken()
239 Bundle options) throws NetworkErrorException { in updateCredentials()
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
DRenderScriptTask.java96 public Bitmap applyRefocusFilter(DepthOfFieldOptions options) { in applyRefocusFilter()
131 private void prepareRefocusFilter(DepthOfFieldOptions options) { in prepareRefocusFilter()
/cts/libs/deviceutil/src/android/cts/util/
DWidgetTestUtils.java119 BitmapFactory.Options options = new BitmapFactory.Options(); in getUnscaledBitmap() local
132 BitmapFactory.Options options = new BitmapFactory.Options(); in getUnscaledAndDitheredBitmap() local
/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapFactoryTest.java192 BitmapFactory.Options options = new BitmapFactory.Options(); in testDecodeStream4() local
226 BitmapFactory.Options options = new BitmapFactory.Options(); in testDecodeStream5() local
348 BitmapFactory.Options options = new BitmapFactory.Options(); in testDecodeReuseBasic() local
381 BitmapFactory.Options options = new BitmapFactory.Options(); in decodeResourceWithReuse() local
416 BitmapFactory.Options options = new BitmapFactory.Options(); in testDecodeReuseFormats() local
426 BitmapFactory.Options options = new BitmapFactory.Options(); in testDecodeReuseFailure() local
442 BitmapFactory.Options options = new BitmapFactory.Options(); in testDecodeReuseScaling() local
459 BitmapFactory.Options options = new BitmapFactory.Options(); in testDecodeReuseDoubleScaling() local
480 BitmapFactory.Options options = new BitmapFactory.Options(); in testDecodeReuseEquivalentScaling() local
504 BitmapFactory.Options options = new BitmapFactory.Options(); in testDecodePremultipliedData() local
[all …]
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DWrappedGTest.java95 String[] options = {AbiUtils.createAbiFlag(mAbi.getName())}; in installTest() local
116 String options = mAbi == null ? "" : String.format("--abi %s ", mAbi.getName()); in runTest() local
DCtsInstrumentationApkTest.java97 String[] options = {AbiUtils.createAbiFlag(mAbi.getName())}; in run() local
/cts/tests/tests/media/src/android/media/cts/
DMediaBrowserTest.java126 Bundle options = new Bundle(); in testSubscribeWithOptions() local
177 Bundle options = new Bundle(); in testSubscribeInvalidItemWithOptions() local
305 Bundle options) { in onChildrenLoaded()
318 public void onError(String id, Bundle options) { in onError()
/cts/tests/tests/accounts/src/android/accounts/cts/
DMockAccountAuthenticator.java148 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount()
165 String authTokenType, Bundle options) throws NetworkErrorException { in updateCredentials()
190 Bundle options) throws NetworkErrorException { in confirmCredentials()
214 Bundle options) throws NetworkErrorException { in getAuthToken()
/cts/hostsidetests/monkey/src/com/android/cts/monkey/
DAbstractMonkeyTest.java43 String[] options = {AbiUtils.createAbiFlag(mAbi.getName())}; in setUp() local
/cts/tests/app/src/android/app/cts/
DActivityManagerTest.java411 ActivityOptions options = ActivityOptions.makeBasic(); in testTimeTrackingAPI_SimpleStartExit() local
458 ActivityOptions options = ActivityOptions.makeBasic(); in testTimeTrackingAPI_SwitchAwayTriggers() local
506 ActivityOptions options = ActivityOptions.makeBasic(); in testTimeTrackingAPI_ChainedActivityExit() local
/cts/hostsidetests/abioverride/src/android/abioverride/cts/
DAbiOverrideTest.java76 String[] options = {}; in setUp() local
/cts/tests/tests/database/src/android/database/sqlite/cts/
DSQLiteFtsTest.java104 private void prepareFtsTable(String table, String ftsType, String options) in prepareFtsTable()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DByodPresentMediaDialog.java91 private int calculateInSampleSize(BitmapFactory.Options options, int reqWidth, int reqHeight){ in calculateInSampleSize()
147 BitmapFactory.Options options = new BitmapFactory.Options(); in onCreateDialog() local

12