/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/ |
D | AdoptableHostTest.java | 23 import static android.appsecurity.cts.Utils.CLASS; 165 runDeviceTests(PKG, CLASS, "testDataInternal"); in testApps() 166 runDeviceTests(PKG, CLASS, "testDataWrite"); in testApps() 167 runDeviceTests(PKG, CLASS, "testDataRead"); in testApps() 168 runDeviceTests(PKG, CLASS, "testNative"); in testApps() 178 runDeviceTests(PKG, CLASS, "testDataNotInternal"); in testApps() 179 runDeviceTests(PKG, CLASS, "testDataRead"); in testApps() 180 runDeviceTests(PKG, CLASS, "testNative"); in testApps() 188 runDeviceTests(PKG, CLASS, "testDataNotInternal"); in testApps() 189 runDeviceTests(PKG, CLASS, "testDataRead"); in testApps() [all …]
|
D | SplitTests.java | 25 import static android.appsecurity.cts.Utils.CLASS; 239 runDeviceTests(PKG, CLASS, "testSingleBase"); in testSingleBase() 254 runDeviceTests(PKG, CLASS, "testDensitySingle"); in testDensitySingle() 270 runDeviceTests(PKG, CLASS, "testDensityAll"); in testDensityAll() 289 runDeviceTests(PKG, CLASS, "testDensityBest1"); in testDensityBest() 293 runDeviceTests(PKG, CLASS, "testDensityBest2"); in testDensityBest() 312 runDeviceTests(PKG, CLASS, "testApi"); in testApi() 327 runDeviceTests(PKG, CLASS, "testLocale"); in testLocale() 373 runDeviceTests(PKG, CLASS, "testNative"); in testNativeSingle() 374 runDeviceTests(PKG, CLASS, "testNativeRevision_sub_shouldImplementBadly"); in testNativeSingle() [all …]
|
D | StorageHostTest.java | 67 private static final String CLASS = "com.android.cts.storageapp.StorageTest"; field in StorageHostTest 113 runDeviceTests(PKG_A, CLASS, "testAllocate", user); in testVerifyAppStats() 123 runDeviceTests(PKG_A, CLASS, "testVerifySpaceManual", user); in testVerifyAppStats() 124 runDeviceTests(PKG_A, CLASS, "testVerifySpaceApi", user); in testVerifyAppStats() 131 runDeviceTests(PKG_A, CLASS, "testVerifyQuotaApi", user); in testVerifyAppQuota() 138 runDeviceTests(PKG_A, CLASS, "testVerifyAllocateApi", user); in testVerifyAppAllocate() 167 runDeviceTests(PKG_A, CLASS, "testAllocate", user); in testVerifyStatsMultiple() 168 runDeviceTests(PKG_A, CLASS, "testAllocate", user); in testVerifyStatsMultiple() 170 runDeviceTests(PKG_B, CLASS, "testAllocate", user); in testVerifyStatsMultiple() 242 Utils.runDeviceTestsAsCurrentUser(getDevice(), PKG_B, CLASS, "testFullDisk"); in testFullDisk() local [all …]
|
D | DirectBootHostTest.java | 50 private static final String CLASS = PKG + ".EncryptionAppTest"; field in DirectBootHostTest 123 runDeviceTestsAsCurrentUser(PKG, CLASS, "testSetUp"); in doDirectBootTest() 133 runDeviceTestsAsCurrentUser(PKG, CLASS, "testVerifyLockedAndDismiss"); in doDirectBootTest() 135 runDeviceTestsAsCurrentUser(PKG, CLASS, "testVerifyUnlockedAndDismiss"); in doDirectBootTest() 141 runDeviceTestsAsCurrentUser(PKG, CLASS, "testTearDown"); in doDirectBootTest()
|
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/ |
D | RemoteControlPassthrough.java | 29 private static final String CLASS = "HdmiCecKeyEventCapture"; field in RemoteControlPassthrough 34 PACKAGE, PACKAGE, CLASS); 59 LogHelper.assertLog(device, CLASS, "Short press KEYCODE_DPAD_UP"); in checkUserControlPressAndRelease() 62 LogHelper.assertLog(device, CLASS, "Short press KEYCODE_DPAD_DOWN"); in checkUserControlPressAndRelease() 65 LogHelper.assertLog(device, CLASS, "Short press KEYCODE_DPAD_LEFT"); in checkUserControlPressAndRelease() 68 LogHelper.assertLog(device, CLASS, "Short press KEYCODE_DPAD_RIGHT"); in checkUserControlPressAndRelease() 72 device, CLASS, "Short press KEYCODE_DPAD_CENTER", "Short press KEYCODE_ENTER"); in checkUserControlPressAndRelease() 75 LogHelper.assertLog(device, CLASS, "Short press KEYCODE_BACK"); in checkUserControlPressAndRelease() 96 LogHelper.assertLog(device, CLASS, "Long press KEYCODE_DPAD_UP"); in checkUserControlPressAndHold() 99 LogHelper.assertLog(device, CLASS, "Long press KEYCODE_DPAD_DOWN"); in checkUserControlPressAndHold() [all …]
|
D | AudioManagerHelper.java | 33 private static final String CLASS = "HdmiCecAudioManager"; field in AudioManagerHelper 37 String.format("am start -n %s/%s.%s -a ", PACKAGE, PACKAGE, CLASS); 84 return (LogHelper.parseDutVolume(device, CLASS) >= 128); in isDeviceMuted() 119 return LogHelper.parseDutVolume(device, CLASS); in getDutAudioVolume()
|
D | WakeLockHelper.java | 34 private static final String CLASS = "HdmiCecWakeLock"; field in WakeLockHelper 38 String.format("am start -n %s/%s.%s -a ", PACKAGE, PACKAGE, CLASS);
|
/cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/ |
D | InputMethodServiceDeviceTest.java | 90 helper.launchActivity(EditTextAppConstants.PACKAGE, EditTextAppConstants.CLASS, in testCreateIme1() 95 .anyMatch(isFrom(Ime1Constants.CLASS).and(isType(ON_CREATE))), in testCreateIme1() 99 .anyMatch(isFrom(Ime1Constants.CLASS).and(isType(ON_START_INPUT))), in testCreateIme1() 110 helper.launchActivity(EditTextAppConstants.PACKAGE, EditTextAppConstants.CLASS, in testSwitchToNextInputMethod() 114 .anyMatch(isFrom(Ime1Constants.CLASS).and(isType(ON_START_INPUT))), in testSwitchToNextInputMethod() 136 helper.launchActivity(EditTextAppConstants.PACKAGE, EditTextAppConstants.CLASS, in switchToPreviousInputMethod() 144 .anyMatch(isFrom(Ime2Constants.CLASS).and(isType(ON_START_INPUT))), in switchToPreviousInputMethod() 164 helper.launchActivity(EditTextAppConstants.PACKAGE, EditTextAppConstants.CLASS, in testSwitchToHandwritingInputMethod() 168 .anyMatch(isFrom(Ime1Constants.CLASS).and(isType(ON_START_INPUT))), in testSwitchToHandwritingInputMethod() 203 .filter(isFrom(Ime2Constants.CLASS)) in testSwitchToHandwritingInputMethod() [all …]
|
/cts/hostsidetests/packagemanager/abioverride/src/android/abioverride/cts/ |
D | AbiOverrideTest.java | 46 private static final String CLASS = "AbiOverrideActivity"; field in AbiOverrideTest 57 "am start -W -a android.intent.action.MAIN -n %s/%s.%s", PACKAGE, PACKAGE, CLASS); 98 String logs = device.executeAdbCommand("logcat", "-v", "brief", "-d", CLASS + ":I", "*:S"); in testAbiIs32bit() 104 if (line.startsWith("I/" + CLASS)) { in testAbiIs32bit()
|
/cts/hostsidetests/inputmethodservice/common/src/android/inputmethodservice/cts/common/ |
D | Ime1Constants.java | 34 public static final String CLASS = "android.inputmethodservice.cts.ime1.CtsInputMethod1"; field in Ime1Constants 43 public static final String IME_ID = ComponentNameUtils.buildComponentName(PACKAGE, CLASS);
|
D | Ime2Constants.java | 34 public static final String CLASS = "android.inputmethodservice.cts.ime2.CtsInputMethod2"; field in Ime2Constants 43 public static final String IME_ID = ComponentNameUtils.buildComponentName(PACKAGE, CLASS);
|
D | EditTextAppConstants.java | 26 public static final String CLASS = PACKAGE + ".MainActivity"; field in EditTextAppConstants
|
/cts/tests/inputmethod/installtests/src/android/view/inputmethod/cts/installtests/common/ |
D | Ime2Constants.java | 36 public static final String CLASS = "android.inputmethodservice.cts.ime2.CtsInputMethod2"; field in Ime2Constants 45 public static final ComponentName COMPONENT_NAME = new ComponentName(PACKAGE, CLASS);
|
D | Ime1Constants.java | 36 public static final String CLASS = "android.inputmethodservice.cts.ime1.CtsInputMethod1"; field in Ime1Constants 45 public static final ComponentName COMPONENT_NAME = new ComponentName(PACKAGE, CLASS);
|
/cts/hostsidetests/backup/src/android/cts/backup/ |
D | BackupTransportHostSideTest.java | 28 private static final String CLASS = PACKAGE + ".BackupTransportTest"; field in BackupTransportHostSideTest 34 assertTrue(runDeviceTests(PACKAGE, CLASS)); in testBackupTransport()
|
D | AutoRestoreHostSideTest.java | 40 private static final String CLASS = PACKAGE + ".AutoRestoreTest"; field in AutoRestoreHostSideTest 134 runDeviceTests(PACKAGE, CLASS, testName); in runDeviceProcedure()
|
/cts/hostsidetests/sample/src/android/sample/cts/ |
D | SampleHostJUnit4Test.java | 52 private static final String CLASS = "SampleDeviceActivity"; field in SampleHostJUnit4Test 58 PACKAGE, PACKAGE, CLASS); 68 String.format("logcat -v brief -d %s:I *:S", CLASS); 109 if (line.startsWith("I/" + CLASS)) { in testLogcat()
|
/cts/ |
D | test_defs.sh | 43 for CLASS in ${1}; do 44 … java $RDBG_FLAG -cp ${JAR_PATH} ${TF_CONSOLE} run singleCommand host -n --class ${CLASS} ${3}
|
/cts/hostsidetests/wifibroadcasts/src/android/wifibroadcasts/cts/ |
D | WifiBroadcastsHostJUnit4Test.java | 56 private static final String CLASS = "WifiBroadcastsDeviceActivity"; field in WifiBroadcastsHostJUnit4Test 62 "am start -W -a android.intent.action.MAIN -n %s/%s.%s", PACKAGE, PACKAGE, CLASS); 152 String logs = device.executeAdbCommand("logcat", "-v", "brief", "-d", CLASS + ":I", "*:S"); in testCleanLogcat() 158 if (line.startsWith("I/" + CLASS)) { in testCleanLogcat()
|
/cts/hostsidetests/sustainedperf/src/android/SustainedPerformance/cts/ |
D | SustainedPerformanceHostTest.java | 39 private static final String CLASS = "GPUStressTestActivity"; field in SustainedPerformanceHostTest 42 PACKAGE, PACKAGE, CLASS); 45 PACKAGE, PACKAGE, CLASS); 124 if(line.startsWith("I/"+CLASS)) { in analyzeResults() 215 logs = device.executeAdbCommand("logcat", "-v", "brief", "-d", CLASS + ":I", "*:S"); in testShader()
|
/cts/hostsidetests/tv/src/com/android/cts/tv/ |
D | TvInputManagerHostTest.java | 40 private static final String CLASS = "TvViewMonitorActivity"; field in TvInputManagerHostTest 43 "am start -W -a android.intent.action.MAIN -n %s/%s.%s", TEST_PKG2, TEST_PKG2, CLASS); 112 "logcat", "-v", "brief", "-d", CLASS + ":I", "*:S"); in testInputUpdated()
|
/cts/tests/leanbackjank/src/android/leanbackjank/cts/ |
D | CtsDeviceLeanback.java | 43 private final static String CLASS = JAVA_PACKAGE + ".MainActivity"; field in CtsDeviceLeanback 76 intent.setComponent(new ComponentName(APP_PACKAGE, CLASS)); in setUp()
|
/cts/common/device-side/bedstead/harrier/common/src/main/java/com/android/bedstead/harrier/annotations/ |
D | NotTestable.kt | 13 AnnotationTarget.CLASS
|
D | EnsureWillTakeQuickBugReports.kt | 23 AnnotationTarget.CLASS
|
D | EnsureWillNotTakeQuickBugReports.kt | 23 AnnotationTarget.CLASS
|