Home
last modified time | relevance | path

Searched refs:TestNameUtils (Results 1 – 9 of 9) sorted by relevance

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DTestNameUtils.java27 public final class TestNameUtils { class
64 private TestNameUtils() { in TestNameUtils() method in TestNameUtils
DTimeout.java79 Log.d(TAG, "Constructor: " + this + " at " + TestNameUtils.getCurrentTestName()); in Timeout()
121 + TestNameUtils.getCurrentTestName()); in increase()
DOneTimeDeviceConfigListener.java80 Log.v(TAG, TestNameUtils.getCurrentTestName() + "/" + mKey + ": " + delta + "ms"); in assertCalled()
DOneTimeSettingsListener.java88 Log.v(TAG, TestNameUtils.getCurrentTestName() + "/" + mKey + ": " + delta + "ms"); in assertCalled()
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DAutofillTestWatcher.java27 import com.android.compatibility.common.util.TestNameUtils;
66 TestNameUtils.setCurrentTestName(testName); in starting()
75 TestNameUtils.setCurrentTestName(null); in finished()
DCtsAugmentedAutofillService.java50 import com.android.compatibility.common.util.TestNameUtils;
217 if (!TestNameUtils.isRunningTest()) { in onFillRequest()
DInstrumentedAutoFillService.java59 import com.android.compatibility.common.util.TestNameUtils;
235 if (!TestNameUtils.isRunningTest()) { in onFillRequest()
263 if (!TestNameUtils.isRunningTest()) { in handleSaveRequest()
DHelper.java82 import com.android.compatibility.common.util.TestNameUtils;
1438 final String prefix = TestNameUtils.getCurrentTestName().replaceAll("\\.|\\(|\\/", "_") in createTestFile()
/cts/tests/autofillservice/src/android/autofillservice/cts/commontests/
DAutoFillServiceTestCase.java62 import com.android.compatibility.common.util.TestNameUtils;
221 TestNameUtils.setCurrentTestClass(description.getClassName());
226 TestNameUtils.setCurrentTestClass(null);