/cts/hostsidetests/appsearch/src/android/appsearch/cts/ |
D | AppSearchHostTestBase.java | 47 protected void runDeviceTestAsUserInPkgA(@Nonnull String testMethod, int userId) in runDeviceTestAsUserInPkgA() 50 runDeviceTests(getDevice(), TARGET_PKG_A, TEST_CLASS_A, testMethod, userId, in runDeviceTestAsUserInPkgA() local 54 protected void runDeviceTestAsUserInPkgA(@Nonnull String testMethod, int userId, in runDeviceTestAsUserInPkgA() 68 protected void runStorageAugmenterDeviceTestAsUserInPkgA(@Nonnull String testMethod, int userId) in runStorageAugmenterDeviceTestAsUserInPkgA() 72 testMethod, userId, DEFAULT_INSTRUMENTATION_TIMEOUT_MS)).isTrue(); in runStorageAugmenterDeviceTestAsUserInPkgA() local 75 protected void runContactsIndexerDeviceTestAsUserInPkgA(@Nonnull String testMethod, int userId, in runContactsIndexerDeviceTestAsUserInPkgA() 89 protected void runEnterpriseContactsDeviceTestAsUserInPkgA(@Nonnull String testMethod, in runEnterpriseContactsDeviceTestAsUserInPkgA() 103 protected void runDeviceTestAsUserInPkgB(@Nonnull String testMethod, int userId) in runDeviceTestAsUserInPkgB() 106 runDeviceTests(getDevice(), TARGET_PKG_B, TEST_CLASS_B, testMethod, userId, in runDeviceTestAsUserInPkgB() local
|
D | AppSearchInstantAppTest.java | 52 private void runDeviceTestAsUserInPkgA(@Nonnull String testMethod, int userId) in runDeviceTestAsUserInPkgA() 55 runDeviceTests(getDevice(), TARGET_PKG_A, TEST_CLASS_A, testMethod, userId, in runDeviceTestAsUserInPkgA() local
|
/cts/hostsidetests/inputmethodservice/common/src/android/inputmethodservice/cts/common/test/ |
D | TestInfo.java | 28 public final String testMethod; field in TestInfo 30 public TestInfo(String testPackage, String testClass, String testMethod) { in TestInfo()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/ |
D | SensorCtsVerifierTestActivity.java | 76 Method testMethod = testMethodIt.next(); in executeTests() local 122 private SensorTestDetails executeTest(Method testMethod) throws InterruptedException { in executeTest() 164 public TestNode(Method testMethod) { in TestNode()
|
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/ |
D | CddCoverage.java | 42 public void addCoverage(String cddRequirementId, TestMethod testMethod) { in addCoverage() 82 public void addTestMethod(TestMethod testMethod) { in addTestMethod() 96 TestMethod(String testModule, String testClass, String testMethod) { in TestMethod()
|
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/media/projection/ |
D | MediaProjectionAtomsTests.java | 111 final String testMethod = "testCallbackOnStop"; in testMediaProjectionStateChanged_stoppedCapture() local 156 final String testMethod = "testCallbackOnStop"; in testMediaProjectionTargetChanged_stoppedCapture() local 190 final String testMethod = "testMediaProjectionPermissionDialogCancel"; in testMediaProjectionStateChanged_setupCancelled() local 192 DeviceUtils.runDeviceTestsOnStatsdApp(getDevice(), testClass, testMethod); in testMediaProjectionStateChanged_setupCancelled() local
|
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/powermanager/ |
D | PowerManagerStatsTests.java | 100 final String testMethod = "testGetThermalHeadroom"; in testThermalHeadroomCalledIsPushed() local 129 final String testMethod = "testGetCurrentThermalStatus"; in testThermalStatusCalledIsPushed() local 155 final String testMethod = "testGetThermalHeadroomThresholds"; in testThermalHeadroomThresholdsCalledIsPushed() local
|
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/ |
D | HeadlessSystemUserDeviceOwnerTest.java | 61 private void executeDeviceTest(String testMethod) throws Exception { in executeDeviceTest()
|
D | ManagedProfilePasswordTest.java | 215 final String testMethod = in verifyUnifiedPassword() local
|
D | DeviceOwnerTest.java | 1130 private void executeCreateAndManageUserTest(String testMethod) throws Exception { in executeCreateAndManageUserTest() 1139 private void executeListForegroundAffiliatedUsersTest(String testMethod) throws Exception { in executeListForegroundAffiliatedUsersTest()
|
/cts/hostsidetests/angle/src/android/angle/cts/ |
D | CtsAngleDeveloperOptionHostTest.java | 167 final String testMethod = getTestMethod(getDevice()); in testUseDefaultDriver() local 221 final String testMethod = getTestMethod(getDevice()); in testSettingsLengthMismatch() local 244 final String testMethod = getTestMethod(getDevice()); in testUseInvalidDriverSetting() local
|
/cts/tests/tests/content/HelloWorldApp/src_res_hardening/com/example/helloworld/ |
D | TestActivity.java | 58 final Method testMethod = TestUtils.class.getMethod(testName, Resources.class, in runTest() local
|
/cts/hostsidetests/blobstore/src/com/android/cts/host/blob/ |
D | BaseBlobStoreHostTest.java | 63 protected void runDeviceTest(String testPkg, String testClass, String testMethod) in runDeviceTest() 68 protected void runDeviceTestAsUser(String testPkg, String testClass, String testMethod, in runDeviceTestAsUser() 73 protected void runDeviceTest(String testPkg, String testClass, String testMethod, in runDeviceTest() 78 protected void runDeviceTestAsUser(String testPkg, String testClass, String testMethod, in runDeviceTestAsUser()
|
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/performancehintmanager/ |
D | PerformanceHintManagerStatsTests.java | 120 final String testMethod = "testCreateHintSession"; in testCreateHintSessionStatsdApp() local 170 final String testMethod = "testCreateHintSession"; in testCreateHintSessionStatsdGame() local 239 final String testMethod = "testAdpfTidCleanup"; in testAdpfHintSessionTidCleanupIsPushed() local
|
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/appexit/ |
D | AppExitHostTest.java | 126 private void performLogStatsdTest(String testMethod, String targetPackage, int expectedSize, in performLogStatsdTest() 135 DeviceUtils.runDeviceTests(getDevice(), TEST_PKG, TEST_CLASS, testMethod); in performLogStatsdTest() local
|
/cts/tools/cts-api-coverage/src/com/android/cts/apicommon/ |
D | ApiConstructor.java | 76 public void setCoveredTest(String testMethod) { in setCoveredTest()
|
D | ApiClass.java | 119 List<String> parameterTypes, String testMethod) { in markConstructorCoveredTest() 131 String name, List<String> parameterTypes, String testMethod) { in markMethodCoveredTest()
|
/cts/hostsidetests/appcloning/hostside/src/com/android/cts/appcloning/ |
D | AppCloningBaseHostTest.java | 187 protected void runDeviceTestAsUserInPkgA(@Nonnull String testMethod, int userId, in runDeviceTestAsUserInPkgA() 194 @Nonnull String testMethod, int userId, @Nonnull Map<String, String> args) in runDeviceTestAsUser()
|
/cts/tools/cts-api-coverage/src/com/android/cts/apimap/ |
D | TarJan.java | 52 public TarJan(MethodProfile testMethod, Set<String> resolvedMethods) { in TarJan()
|
/cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/ |
D | TestHelper.java | 87 final Method testMethod = getTestMethod(); in TestHelper() local
|
/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/ |
D | EndToEndImeTestBase.java | 126 final Method testMethod; in verifyAppModeConsistency() local
|
/cts/hostsidetests/usb/src/com/android/cts/usb/ |
D | TestUsbTest.java | 95 private void runTestOnDevice(String testMethod) throws DeviceNotAvailableException { in runTestOnDevice()
|
/cts/hostsidetests/scopedstorage/host/src/android/scopedstorage/cts/host/ |
D | AppCloningMediaProviderHostTest.java | 184 protected void runDeviceTestAsUserInPkgA(@Nonnull String testMethod, int userId, in runDeviceTestAsUserInPkgA()
|