Home
last modified time | relevance | path

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

/cts/tests/inputmethod/src/android/view/inputmethod/cts/util/
DEndToEndImeTestBase.java51 final String fullTestMethodName = thisClass.getSimpleName() + "#" + testMethodName; in verifyAppModeConsistency() local
57 throw new IllegalStateException("Failed to find " + fullTestMethodName, e); in verifyAppModeConsistency()
64 fail("Both @AppModeFull and @AppModeInstant are found in " + fullTestMethodName in verifyAppModeConsistency()