| /cts/hostsidetests/appsecurity/src/android/appsecurity/cts/ |
| D | ExternalStorageHostTest.java | 94 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 …]
|
| D | AppSecurityTests.java | 119 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/ |
| D | ConfirmCredentialsTx.java | 25 public final Bundle options; field in ConfirmCredentialsTx 36 Bundle options, in ConfirmCredentialsTx()
|
| D | GetAuthTokenTx.java | 26 public final Bundle options; field in GetAuthTokenTx 39 Bundle options, in GetAuthTokenTx()
|
| D | UpdateCredentialsTx.java | 26 public final Bundle options; field in UpdateCredentialsTx 39 Bundle options, in UpdateCredentialsTx()
|
| D | AddAccountTx.java | 29 public final Bundle options; field in AddAccountTx 44 Bundle options, in AddAccountTx()
|
| /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/ |
| D | AccountAuthenticator.java | 49 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/ |
| D | MockAccountAuthenticator.java | 51 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/ |
| D | MockAccountAuthenticator.java | 51 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/ |
| D | FreeformActivity.java | 35 final ActivityOptions options = ActivityOptions.makeBasic(); in onResume() local
|
| D | AlwaysFocusablePipActivity.java | 33 final ActivityOptions options = ActivityOptions.makeBasic(); in launchAlwaysFocusablePipActivity() local
|
| /cts/tests/tests/provider/src/android/provider/cts/contacts/account/ |
| D | StaticAccountAuthenticator.java | 64 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/ |
| D | TestAccountAuthenticator.java | 60 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/ |
| D | RenderScriptTask.java | 96 public Bitmap applyRefocusFilter(DepthOfFieldOptions options) { in applyRefocusFilter() 131 private void prepareRefocusFilter(DepthOfFieldOptions options) { in prepareRefocusFilter()
|
| /cts/libs/deviceutil/src/android/cts/util/ |
| D | WidgetTestUtils.java | 119 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/ |
| D | BitmapFactoryTest.java | 192 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/ |
| D | WrappedGTest.java | 95 String[] options = {AbiUtils.createAbiFlag(mAbi.getName())}; in installTest() local 116 String options = mAbi == null ? "" : String.format("--abi %s ", mAbi.getName()); in runTest() local
|
| D | CtsInstrumentationApkTest.java | 97 String[] options = {AbiUtils.createAbiFlag(mAbi.getName())}; in run() local
|
| /cts/tests/tests/media/src/android/media/cts/ |
| D | MediaBrowserTest.java | 126 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/ |
| D | MockAccountAuthenticator.java | 148 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/ |
| D | AbstractMonkeyTest.java | 43 String[] options = {AbiUtils.createAbiFlag(mAbi.getName())}; in setUp() local
|
| /cts/tests/app/src/android/app/cts/ |
| D | ActivityManagerTest.java | 411 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/ |
| D | AbiOverrideTest.java | 76 String[] options = {}; in setUp() local
|
| /cts/tests/tests/database/src/android/database/sqlite/cts/ |
| D | SQLiteFtsTest.java | 104 private void prepareFtsTable(String table, String ftsType, String options) in prepareFtsTable()
|
| /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/ |
| D | ByodPresentMediaDialog.java | 91 private int calculateInSampleSize(BitmapFactory.Options options, int reqWidth, int reqHeight){ in calculateInSampleSize() 147 BitmapFactory.Options options = new BitmapFactory.Options(); in onCreateDialog() local
|