/cts/tools/mcts/ |
D | download_mcts.sh | 71 [[ -x `which wget` ]] || sudo apt-get install wget 72 [[ -x `which curl` ]] || sudo apt-get install curl 75 [[ -x `which wget` ]] || brew install wget 76 [[ -x `which curl` ]] || sudo apt-get install curl
|
/cts/tests/tests/mediacujtest/smalltest/ |
D | README.md | 3 CtsMediaCUJSmallTest is part for cts mediacujtest which does E2E CUJ testing. This test suites uses… 13 …ondatastorage.googleapis.com/gtv-videos-bucket/sample/ForBiggerBlazes.mp4 which is copyrighted to … 21 …ndatastorage.googleapis.com/gtv-videos-bucket/sample/ForBiggerEscapes.mp4 which is copyrighted to … 29 …datastorage.googleapis.com/gtv-videos-bucket/sample/ForBiggerJoyrides.mp4 which is copyrighted to … 36 …atastorage.googleapis.com/gtv-videos-bucket/sample/ForBiggerMeltdowns.mp4 which is copyrighted to …
|
/cts/tests/tests/telephony3/ |
D | README.md | 3 This directory contains the set of Telephony CTS tests which verify behavior on 4 sdk28 (Android P, which was released in 2018).
|
/cts/tests/JobScheduler/src/android/jobscheduler/cts/ |
D | TriggerContentTest.java | 104 private void cleanupActive(int which) { in cleanupActive() argument 105 if (mActiveUris[which] != null) { in cleanupActive() 106 getContext().getContentResolver().delete(mActiveUris[which], null, null); in cleanupActive() 107 mActiveUris[which] = null; in cleanupActive() 109 if (mActiveFiles[which] != null) { in cleanupActive() 110 mActiveFiles[which].delete(); in cleanupActive() 111 mActiveFiles[which] = null; in cleanupActive() 181 public Uri makeActiveFile(int which, File file, InputStream source) throws IOException, in makeActiveFile() argument 183 mActiveFiles[which] = file; in makeActiveFile() 184 mActiveUris[which] = createAndAddImage(file, source); in makeActiveFile() [all …]
|
/cts/hostsidetests/appsecurity/test-apps/DocumentProvider/src/com/android/cts/documentprovider/ |
D | WebLinkActivity.java | 44 public void onClick(DialogInterface dialog, int which) { in onCreate() 52 public void onClick(DialogInterface dialog, int which) { in onCreate()
|
/cts/tests/app/WallpaperTest/src/android/app/cts/wallpapers/ |
D | WallpaperManagerTestUtils.java | 405 ColorChangeWaiter(int which) { in ColorChangeWaiter() argument 406 int expectedHomeEvents = ((which & FLAG_SYSTEM) != 0) ? 1 : 0; in ColorChangeWaiter() 407 int expectedLockEvents = ((which & FLAG_LOCK) != 0) ? 1 : 0; in ColorChangeWaiter() 413 public void onColorsChanged(@Nullable WallpaperColors colors, int which) { in onColorsChanged() argument 414 if ((which & FLAG_SYSTEM) != 0) { in onColorsChanged() 417 if ((which & FLAG_LOCK) != 0) { in onColorsChanged() 420 Log.d(TAG, "color state count down: " + which + " - " + colors); in onColorsChanged()
|
D | WallpaperManagerTest.java | 666 int which = entry.getKey(); in testClear() local 674 mWallpaperManager.clear(which); in testClear() 677 if ((testWhich & which) > 0) { in testClear() 685 flagDescriptions.get(which), in testClear() 1637 private void verifyColorListenerInvoked(int which, int whichExpected) { in verifyColorListenerInvoked() argument 1684 mWallpaperManager.setResource(R.drawable.icon_red, which); in verifyColorListenerInvoked() 1706 private void verifyColorListenerInvokedClearing(int which) { in verifyColorListenerInvokedClearing() argument 1707 ensureCleanState(which); in verifyColorListenerInvokedClearing() 1720 mWallpaperManager.clear(which); in verifyColorListenerInvokedClearing() 1761 private void assertNullOrDefaultWallpaper(int which) { in assertNullOrDefaultWallpaper() argument [all …]
|
/cts/hostsidetests/appsecurity/res/pkgsigverify/ |
D | README.md | 15 - version: denotes which APK Signature Scheme (v1, v2, and/or v3) was used 21 which test certificates were used to generate a proof-of-rotation object, 26 which lives at `tools/apksig/src/apksigner/java/com/android/apksigner/` in the
|
/cts/tests/tests/telephony4/ |
D | README.md | 3 This directory contains the set of Telephony CTS tests which involve carrier privileges.
|
/cts/hostsidetests/sample/ |
D | README | 1 This 'sample' folder is a sample which illustrates the basic structure and contents of a CTS
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/biometrics/ |
D | BiometricStrongTests.java | 138 (dialog, which) -> { in onCreate() 139 if (which == DialogInterface.BUTTON_POSITIVE) { in onCreate() 221 builder.setNegativeButton("Cancel", mExecutor, (dialog, which) -> { in testBiometricBoundEncryption()
|
/cts/tests/tests/dynamic_linker/ |
D | README.md | 7 gtests from bionic/tests/, which includes the vast majority of dynamic linker
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/ |
D | NfcDialogs.java | 37 public void onClick(DialogInterface dialog, int which) { in createNotEnabledDialog()
|
/cts/tests/framework/base/biometrics/apps/biometrics/src/android/server/biometrics/ |
D | Class2BiometricActivity.java | 47 .setNegativeButton("Negative Button", executor, (dialog, which) -> { in onResume()
|
D | Class3BiometricActivity.java | 44 .setNegativeButton("Negative Button", executor, (dialog, which) -> { in onResume()
|
/cts/tests/tests/companion/multidevice/client/ |
D | proguard.flags | 17 # By default, proguard leaves all classes in their original package, which
|
/cts/tests/app/src/android/app/cts/ |
D | AlertDialog_BuilderCursorTest.java | 87 public void onClick(DialogInterface dialog, int which, in onClick() argument 91 mCursor.moveToPosition(which); in onClick() 98 mCheckedTracker[which] = isChecked; in onClick()
|
/cts/apps/CameraITS/build/ |
D | envsetup.sh | 89 python_paths=$(which python)
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Dialogs/ |
D | Lap2Dialog.java | 52 public void onClick(DialogInterface dialog, int which) { in onCreateDialog()
|
/cts/tests/tests/companion/ |
D | README.md | 6 does NOT use `UiAutomation` which makes it:
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/ |
D | DisplayCutoutTests.java | 284 (activity, insets, displayCutout, which) -> { in testDisplayCutout_default() 288 if (which == ROOT) { in testDisplayCutout_default() 292 } else if (which == DISPATCHED) { in testDisplayCutout_default() 302 runTest(LAYOUT_IN_DISPLAY_CUTOUT_MODE_SHORT_EDGES, (a, insets, cutout, which) -> { in testDisplayCutout_shortEdges() 303 if (which == ROOT) { in testDisplayCutout_shortEdges() 328 runTest(LAYOUT_IN_DISPLAY_CUTOUT_MODE_NEVER, (a, insets, displayCutout, which) -> { in testDisplayCutout_never() 336 runTest(LAYOUT_IN_DISPLAY_CUTOUT_MODE_ALWAYS, (a, insets, displayCutout, which) -> { in testDisplayCutout_always() 337 if (which == ROOT) { in testDisplayCutout_always() 346 runTest(LAYOUT_IN_DISPLAY_CUTOUT_MODE_ALWAYS, (a, insets, displayCutout, which) -> { in testDisplayCutout_CutoutPaths()
|
/cts/tests/tests/provider/ |
D | Android.bp | 33 // TODO: remove testng once Android migrates to JUnit 4.12, which provides assertThrows
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/wifi/ |
D | TestListActivity.java | 142 public void onClick(DialogInterface dialog, int which) { in showWifiAndLocationEnableDialog() 149 public void onClick(DialogInterface dialog, int which) { in showWifiAndLocationEnableDialog()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
D | ConnectionAccessServerActivity.java | 161 public void onClick(DialogInterface dialog, int which) { in onReceive() 168 public void onClick(DialogInterface dialog, int which) { in onReceive()
|
/cts/hostsidetests/art/device/tlr_app/ |
D | Android.bp | 21 // An app which allows querying ThreadLocalRandom instance.
|