/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/ |
D | PasswordMinimumRestrictionsTest.java | 91 getMethodName(METHOD_LIST[i]) in testPasswordMinimumRestriction() 99 getMethodName(METHOD_LIST[i]) + " failed to get expected value on mParentDpm.", in testPasswordMinimumRestriction() 139 assertEquals(getMethodName(METHOD_LIST[i]) + " failed.", TEST_PASSWORD_LENGTH_LOW + i, in testGetPasswordMinimumRestrictionWithNullAdmin() 146 assertEquals(getMethodName(METHOD_LIST[i]) + " failed.", TEST_PASSWORD_LENGTH + i, in testGetPasswordMinimumRestrictionWithNullAdmin() 149 assertEquals(getMethodName(METHOD_LIST[i]) + " failed.", TEST_PASSWORD_LENGTH + i, in testGetPasswordMinimumRestrictionWithNullAdmin() 154 assertEquals(getMethodName(METHOD_LIST[i]) + " failed.", TEST_PASSWORD_LENGTH_LOW + i, in testGetPasswordMinimumRestrictionWithNullAdmin() 157 assertEquals(getMethodName(METHOD_LIST[i]) + " failed.", TEST_PASSWORD_LENGTH + i, in testGetPasswordMinimumRestrictionWithNullAdmin() 167 assertEquals(getMethodName(METHOD_LIST[i]) + " failed.", TEST_PASSWORD_LENGTH + i, in testGetPasswordMinimumRestrictionWithNullAdmin() 170 assertEquals(getMethodName(METHOD_LIST[i]) + " failed.", TEST_PASSWORD_LENGTH + i, in testGetPasswordMinimumRestrictionWithNullAdmin() 175 assertEquals(getMethodName(METHOD_LIST[i]) + " failed.", TEST_PASSWORD_LENGTH + i, in testGetPasswordMinimumRestrictionWithNullAdmin() [all …]
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/ |
D | SensorCtsTestActivity.java | 189 getTestLogger().logTestStart(description.getMethodName()); in testStarted() 194 getTestLogger().logTestPass(description.getMethodName(), null /* testSummary */); in testFinished() 201 .logTestFail(failure.getDescription().getMethodName(), failure.toString()); in testFailure() 207 .logTestFail(failure.getDescription().getMethodName(), failure.toString()); in testAssumptionFailure() 212 getTestLogger().logTestSkip(description.getMethodName(), description.toString()); in testIgnored()
|
/cts/tests/tests/uirendering27/src/android/uirendering/cts/testinfrastructure/ |
D | Tracer.java | 33 mName = description.getMethodName(); in apply() 44 public String getMethodName() {
|
D | ActivityTestBase.java | 67 name.getMethodName()); 70 return name.getMethodName(); in getName()
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/ |
D | Tracer.java | 33 mName = description.getMethodName(); in apply() 44 public String getMethodName() {
|
D | ActivityTestBase.java | 67 name.getMethodName()); 70 return name.getMethodName(); in getName()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/base/ |
D | GnssCtsTestActivity.java | 217 mTextView.append("\n Running test: " + description.getMethodName()); in testStarted() 225 appendTestDetail("\n Test passed: " + description.getMethodName()); in testFinished() 226 mTestsResults.append("\n Test passed: " + description.getMethodName()); in testFinished() 238 + failure.getDescription().getMethodName() in testFailure()
|
/cts/tests/tests/systemui/src/android/systemui/cts/ |
D | ScreenshotTestRule.java | 58 mTestMethod = description.getMethodName(); in apply() 77 + description.getMethodName(); in capture()
|
D | LightBarThemeTest.java | 88 mTestName.getMethodName()); in testNavigationBarDividerColor()
|
D | LightBarTests.java | 133 mTestName.getMethodName()); in testNavigationBarDivider() 172 dumpBitmap(bitmap, mTestName.getMethodName()); in assertLightStats()
|
/cts/tests/core/runner/src/com/android/cts/core/runner/ |
D | ExpectationBasedFilter.java | 102 String methodName = testDescription.getMethodName(); in shouldRun() 133 String methodName = child.getMethodName(); in getTestDescription()
|
/cts/tests/core/runner-axt/src/com/android/cts/core/runner/ |
D | ExpectationBasedFilter.java | 102 String methodName = testDescription.getMethodName(); in shouldRun() 133 String methodName = child.getMethodName(); in getTestDescription()
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/ |
D | DumpOnFailure.java | 102 return description.getTestClass().getSimpleName() + "_" + description.getMethodName() 108 + "_" + description.getMethodName());
|
/cts/common/device-side/util/src/com/android/compatibility/common/util/ |
D | RequiredFeatureRule.java | 48 + description.getClassName() + "#" + description.getMethodName() in apply()
|
D | RequiredServiceRule.java | 53 + description.getClassName() + "#" + description.getMethodName() in apply()
|
D | BusinessLogicTestCase.java | 64 String methodName = mTestCase.getMethodName(); in executeBusinessLogic()
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | RequiredFeatureRule.java | 49 + description.getClassName() + "#" + description.getMethodName() in apply()
|
D | RequiredServiceRule.java | 53 + description.getClassName() + "#" + description.getMethodName() in apply()
|
D | BusinessLogicTestCase.java | 65 String methodName = mTestCase.getMethodName(); in executeBusinessLogic()
|
/cts/tests/tests/preference/src/android/preference/cts/ |
D | PreferenceActivityFlowTest.java | 486 String testName = getClass().getSimpleName() + "." + mTestName.getMethodName(); in assertScreenshotsAreEqual() 535 String testName = mTestName.getMethodName(); in requirePortraitModeSupport() 555 String testName = mTestName.getMethodName(); in requireLandscapeModeSupport()
|
/cts/common/device-side/nativetesthelper/src/com/android/gtestrunner/ |
D | GtestRunner.java | 85 nAddTest(description.getMethodName()); in run()
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
D | EdgeEffectTests.java | 62 name.getMethodName()); 114 name.getMethodName(), "EdgeEffect doesn't match expected"); in assertEdgeEffect()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/performance/ |
D | CameraPerformanceActivity.java | 150 setTestResult(description.getMethodName(), TestResult.TEST_RESULT_PASSED); in testFinished() 163 setTestResult(failure.getDescription().getMethodName(), in testFailure()
|
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp1/src/com/android/cts/ephemeralapp1/ |
D | ClientTest.java | 626 assertThat(testResult.getMethodName(), in testStartExposed07() 651 assertThat(testResult.getMethodName(), in testStartExposed08() 680 assertThat(testResult.getMethodName(), in testStartExposed09() 912 assertThat(testResult.getMethodName(), in testStartEphemeral() 937 assertThat(testResult.getMethodName(), in testStartEphemeral() 962 assertThat(testResult.getMethodName(), in testStartEphemeral() 989 assertThat(testResult.getMethodName(), in testStartEphemeral()
|
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/util/src/com/android/cts/util/ |
D | TestResult.java | 47 public String getMethodName() { in getMethodName() method in TestResult
|