Searched refs:single (Results 1 – 9 of 9) sorted by relevance
/cts/hostsidetests/rollback/app/src/com/android/cts/rollback/host/app/ |
D | HostTestHelper.java | 77 Install.single(TestApp.A1).commit(); in testApkOnlyEnableRollback() 78 Install.single(TestApp.A2).setStaged().setEnableRollback().commit(); in testApkOnlyEnableRollback() 143 Install.single(TestApp.Apex2).setStaged().commit(); in testApexOnlyInstallFirstVersion() 156 Install.single(TestApp.Apex3).setStaged().setEnableRollback().commit(); in testApexOnlyEnableRollback() 304 Install.single(TestApp.Apex2).setStaged().setEnableRollback().commit(); in testApexRollbackExpirationEnableRollback() 318 Install.single(TestApp.Apex3).setStaged().commit(); in testApexRollbackExpirationUpdateApex()
|
/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/rollback/src/android/server/cts/rollback/ |
D | RollbackManagerTest.java | 78 Install.single(TestApp.A1).commit(); in testBasic() 83 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/rollback/src/com/android/cts/rollback/lib/ |
D | Install.java | 45 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/theme/ |
D | README | 44 3. Use the SDK's AVD Manager tool to create a single virtual device using the
|
/cts/tools/dasm/src/java_cup/ |
D | parser.cup | 42 various parts of the specification. Various small parts (e.g., single
|