/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 | 30 private static final String CLASS = "HdmiCecKeyEventCapture"; field in RemoteControlPassthrough 35 PACKAGE, PACKAGE, CLASS); 60 LogHelper.assertLog(device, CLASS, "Short press KEYCODE_DPAD_UP"); in checkUserControlPressAndRelease() 63 LogHelper.assertLog(device, CLASS, "Short press KEYCODE_DPAD_DOWN"); in checkUserControlPressAndRelease() 66 LogHelper.assertLog(device, CLASS, "Short press KEYCODE_DPAD_LEFT"); in checkUserControlPressAndRelease() 69 LogHelper.assertLog(device, CLASS, "Short press KEYCODE_DPAD_RIGHT"); in checkUserControlPressAndRelease() 73 device, CLASS, "Short press KEYCODE_DPAD_CENTER", "Short press KEYCODE_ENTER"); in checkUserControlPressAndRelease() 76 LogHelper.assertLog(device, CLASS, "Short press KEYCODE_BACK"); in checkUserControlPressAndRelease() 97 LogHelper.assertLog(device, CLASS, "Long press KEYCODE_DPAD_UP"); in checkUserControlPressAndHold() 100 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 | 91 helper.launchActivity(EditTextAppConstants.PACKAGE, EditTextAppConstants.CLASS, in testCreateIme1() 96 .anyMatch(isFrom(Ime1Constants.CLASS).and(isType(ON_CREATE))), in testCreateIme1() 100 .anyMatch(isFrom(Ime1Constants.CLASS).and(isType(ON_START_INPUT))), in testCreateIme1() 112 helper.launchActivity(EditTextAppConstants.PACKAGE, EditTextAppConstants.CLASS, in testSwitchToNextInputMethod() 116 .anyMatch(isFrom(Ime1Constants.CLASS).and(isType(ON_START_INPUT))), in testSwitchToNextInputMethod() 139 helper.launchActivity(EditTextAppConstants.PACKAGE, EditTextAppConstants.CLASS, in switchToPreviousInputMethod() 147 .anyMatch(isFrom(Ime2Constants.CLASS).and(isType(ON_START_INPUT))), in switchToPreviousInputMethod() 167 helper.launchActivity(EditTextAppConstants.PACKAGE, EditTextAppConstants.CLASS, in testSwitchToHandwritingInputMethod() 171 .anyMatch(isFrom(Ime1Constants.CLASS).and(isType(ON_START_INPUT))), in testSwitchToHandwritingInputMethod() 206 .filter(isFrom(Ime2Constants.CLASS)) in testSwitchToHandwritingInputMethod() [all …]
|
/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/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/packagemanager/abioverride/src/android/abioverride/cts/ |
D | AbiOverrideTest.java | 58 private static final String CLASS = "AbiOverrideActivity"; field in AbiOverrideTest 69 "am start -W -a android.intent.action.MAIN -n %s/%s.%s", PACKAGE, PACKAGE, CLASS); 116 String logs = device.executeAdbCommand("logcat", "-v", "brief", "-d", CLASS + ":I", "*:S"); in testAbiIs32bit() 122 if (line.startsWith("I/" + CLASS)) { in testAbiIs32bit()
|
/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/common/device-side/bedstead/harrier/common/src/main/java/com/android/bedstead/harrier/annotations/ |
D | UsesTestRuleExecutor.kt | 24 @Target(AnnotationTarget.CLASS)
|
D | NotTestable.kt | 13 AnnotationTarget.CLASS
|
/cts/hostsidetests/backup/src/android/cts/backup/ |
D | AutoRestoreHostSideTest.java | 40 private static final String CLASS = PACKAGE + ".AutoRestoreTest"; field in AutoRestoreHostSideTest 134 runDeviceTests(PACKAGE, CLASS, testName); in runDeviceProcedure()
|
/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/modules/onboarding/src/main/kotlin/com/android/bedstead/onboarding/annotations/ |
D | OnboardingTest.kt | 27 @Target(AnnotationTarget.CLASS)
|
/cts/common/device-side/bedstead/modules/flags/src/main/kotlin/com/android/bedstead/flags/annotations/ |
D | RequireFlagsEnabled.kt | 24 @Target(AnnotationTarget.FUNCTION, AnnotationTarget.TYPE, AnnotationTarget.CLASS)
|