/cts/hostsidetests/rollback/app/src/com/android/cts/rollback/host/app/ |
D | HostTestHelper.java | 110 Install.single(TestApp.A1).commit(); in testApkOnlyEnableRollback() 111 Install.single(TestApp.A2).setStaged().setEnableRollback().commit(); in testApkOnlyEnableRollback() 174 Install.single(TestApp.A1).commit(); in testApkOnlyMultipleStagedRollback_Phase1() 175 Install.single(TestApp.A2).setStaged().setEnableRollback().commit(); in testApkOnlyMultipleStagedRollback_Phase1() 177 Install.single(TestApp.B1).commit(); in testApkOnlyMultipleStagedRollback_Phase1() 178 Install.single(TestApp.B2).setStaged().setEnableRollback().commit(); in testApkOnlyMultipleStagedRollback_Phase1() 265 Install.single(TestApp.A1).commit(); in testApkOnlyMultipleStagedPartialRollback_Phase1() 266 Install.single(TestApp.A2).setStaged().setEnableRollback().commit(); in testApkOnlyMultipleStagedPartialRollback_Phase1() 268 Install.single(TestApp.B1).commit(); in testApkOnlyMultipleStagedPartialRollback_Phase1() 269 Install.single(TestApp.B2).setStaged().commit(); in testApkOnlyMultipleStagedPartialRollback_Phase1() [all …]
|
/cts/tests/tests/packageinstaller/atomicinstall/src/com/android/tests/atomicinstall/ |
D | AtomicInstallTest.java | 99 Install parentStaged = Install.multi(Install.single(TestApp.A1)).setStaged(); in testFailInconsistentMultiPackageCommit() 100 Install childStaged = Install.multi(Install.single(TestApp.A1).setStaged()); in testFailInconsistentMultiPackageCommit() 108 Install parentEnabledRollback = Install.multi(Install.single(TestApp.A1)) in testFailInconsistentMultiPackageCommit() 111 Install.single(TestApp.A1).setEnableRollback()); in testFailInconsistentMultiPackageCommit() 123 Install childInstall = Install.single(TestApp.A1).setSessionMode( in testChildFailurePropagated() 163 int toAbandonSessionId = Install.single(TestApp.A1).createSession(); in testInvalidStateScenarios()
|
/cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/ |
D | CommonExternalStorageTest.java | 75 final File single = getContext().getExternalCacheDir(); in testMultipleCacheDirs() local 76 assertNotNull("Primary storage must always be available", single); in testMultipleCacheDirs() 78 assertEquals(single, firstMultiple); in testMultipleCacheDirs() 85 final File single = getContext().getExternalFilesDir(Environment.DIRECTORY_PICTURES); in testMultipleFilesDirs() local 86 assertNotNull("Primary storage must always be available", single); in testMultipleFilesDirs() 89 assertEquals(single, firstMultiple); in testMultipleFilesDirs() 96 final File single = getContext().getObbDir(); in testMultipleObbDirs() local 97 assertNotNull("Primary storage must always be available", single); in testMultipleObbDirs() 99 assertEquals(single, firstMultiple); in testMultipleObbDirs()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | BaseAdapterTest.java | 133 CharSequence[] single = baseAdapter.getAutofillOptions(); in testGetAutofillOptions() local 134 assertEquals(1, single.length); in testGetAutofillOptions() 135 assertEquals("single", single[0]); in testGetAutofillOptions()
|
/cts/tests/tests/util/src/android/util/cts/ |
D | InstallUtilTest.java | 131 Install.single(TestApp.A1).commit(); in testCommitSingleTestApp() 155 int sessionId = Install.single(TestApp.A1).createSession(); in testOpenAndAbandonSessionForSingleApk() 174 int sessionId = Install.single(TestApp.A1).createSession(); in testOpenAndCommitSessionForSingleApk() 190 int sessionId = Install.single(TestApp.A1).setStaged().createSession(); in testOpenSingleSessionWithParameters()
|
/cts/hostsidetests/stagedinstall/app/src/com/android/tests/stagedinstall/ |
D | StagedInstallTest.java | 365 Install.single(TestApp.A2).commit(); in testStagedInstallDowngrade_DowngradeNotRequested_Fails_Commit() 375 Install.single(TestApp.A2).commit(); in testStagedInstallDowngrade_DowngradeRequested_Commit() 386 Install.single(TestApp.A2).commit(); in testStagedInstallDowngrade_DowngradeRequested_Fails_Commit() 489 Install.single(TESTAPP_SAME_NAME_AS_APEX)); in testNonStagedInstallApkWithSameNameAsApexShouldFail() 637 Install.single(TestApp.Apex2).setStaged()); in testInstallApex_DeviceDoesNotSupportApex_Fails() 934 Install.single(TestApp.A2).commit(); in testInstallMultipleStagedSession_PartialFail_ApkOnly_Commit() 981 int sessionId = Install.single(TestApp.A1).setStaged().commit(); in testInstallApkChangingFingerprint() 1005 return Install.single(TestApp.A1).setStaged().createSession(); in createStagedSession() 1015 int sessionId = Install.single(testApp).setStaged().setRequestDowngrade().createSession(); in stageDowngradeSingleApk() 1029 int sessionId = Install.single(empty).setStaged().createSession(); in stageSingleApk() [all …]
|
D | ApexShimValidationTest.java | 129 int sessionId = Install.single(apexTestApp).setStaged().createSession(); in stageApex()
|
/cts/tests/rollback/src/com/android/cts/rollback/ |
D | RollbackManagerTest.java | 80 Install.single(TestApp.A1).commit(); in testBasic() 85 Install.single(TestApp.A2).setEnableRollback().commit(); in testBasic()
|
/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/ |
D | README.md | 18 historical data as well, since multiple reports could get batched into a single MotionEvent.
|
/cts/libs/install/src/com/android/cts/install/lib/ |
D | Install.java | 60 public static Install single(TestApp testApp) { in single() method in Install
|
/cts/apps/CameraITS/build/scripts/ |
D | gpylint_rcfile | 42 single-file=no 231 # Maximum number of characters on a single line. 242 single-line-if-stmt=yes
|
/cts/hostsidetests/hdmicec/ |
D | cec_adapter.md | 174 where all of the above parameters should be filled in with a single HEX digit
|
/cts/hostsidetests/theme/ |
D | README | 44 3. Use the SDK's AVD Manager tool to create a single virtual device using the
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | single_source_alloc.rscript | 340 // These data types are not supported from single-source
|