Home
last modified time | relevance | path

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

/cts/tests/inputmethod/src/android/view/inputmethod/cts/util/
DEndToEndImeTestBase.java49 final Class<?> thisClass = this.getClass(); in verifyAppModeConsistency() local
51 final String fullTestMethodName = thisClass.getSimpleName() + "#" + testMethodName; in verifyAppModeConsistency()
55 testMethod = thisClass.getMethod(testMethodName); in verifyAppModeConsistency()