Home
last modified time | relevance | path

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

/cts/tests/inputmethod/mockime/
DAndroid.bp19 // TODO: ideally we should split MockIme source files into three categories
21 // Currently, both MockIme APK and test APKs that use MockIme contain
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockImeSession.java177 return MockIme.getComponentName(); in getMockImeComponentName()
181 return MockIme.getImeId(); in getMockImeId()
292 intent.setPackage(MockIme.getComponentName().getPackageName()); in callCommandInternal()
293 intent.setAction(MockIme.getCommandActionName(mImeEventActionName)); in callCommandInternal()
DMockIme.java72 public final class MockIme extends InputMethodService { class
79 return new ComponentName(PACKAGE_NAME, MockIme.class.getName()); in getComponentName()
607 private final MockIme mIme;
624 Tracer(@NonNull MockIme mockIme) {