Home
last modified time | relevance | path

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

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