Home
last modified time | relevance | path

Searched refs:getTestNameSuffix (Results 1 – 4 of 4) sorted by relevance

/cts/hostsidetests/gwp_asan/src/android/cts/gwp_asan/
DGwpAsanBaseTest.java35 protected abstract String getTestNameSuffix(); in getTestNameSuffix() method in GwpAsanBaseTest
71 runTest(".GwpAsanActivityTest", "testCrashToDropbox" + getTestNameSuffix() + "Enabled"); in testCrashToDropbox()
72 runTest(".GwpAsanActivityTest", "testCrashToDropbox" + getTestNameSuffix() + "Default"); in testCrashToDropbox()
73 runTest(".GwpAsanServiceTest", "testCrashToDropbox" + getTestNameSuffix() + "Enabled"); in testCrashToDropbox()
74 runTest(".GwpAsanServiceTest", "testCrashToDropbox" + getTestNameSuffix() + "Default"); in testCrashToDropbox()
80 runTest(".GwpAsanActivityTest", "testCrashToDropbox" + getTestNameSuffix() + "Default"); in testAppExitInfo()
DRecoverableEnabledTest.java29 protected String getTestNameSuffix() { in getTestNameSuffix() method in RecoverableEnabledTest
DRecoverableDefaultTest.java33 protected String getTestNameSuffix() { in getTestNameSuffix() method in RecoverableDefaultTest
DNonRecoverableTest.java33 protected String getTestNameSuffix() { in getTestNameSuffix() method in NonRecoverableTest