Searched refs:MockIme (Results 1 – 3 of 3) sorted by relevance
19 // TODO: ideally we should split MockIme source files into three categories21 // Currently, both MockIme APK and test APKs that use MockIme contain
177 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()
72 public final class MockIme extends InputMethodService { class79 return new ComponentName(PACKAGE_NAME, MockIme.class.getName()); in getComponentName()607 private final MockIme mIme;624 Tracer(@NonNull MockIme mockIme) {