Searched refs:MockIme (Results 1 – 5 of 5) sorted by relevance
23 // TODO: ideally we should split MockIme source files into three categories25 // Currently, both MockIme APK and test APKs that use MockIme contain
22 import com.android.cts.mockime.MockIme;
184 return MockIme.getComponentName(); in getMockImeComponentName()188 return MockIme.getImeId(); in getMockImeId()282 MockIme.getComponentName().getPackageName(), UserHandle.CURRENT))); in isFinishInputNoFallbackConnectionEnabled()326 intent.setPackage(MockIme.getComponentName().getPackageName()); in callCommandInternal()327 intent.setAction(MockIme.getCommandActionName(mImeEventActionName)); in callCommandInternal()
97 public final class MockIme extends InputMethodService { class104 return new ComponentName(PACKAGE_NAME, MockIme.class.getName()); in getComponentName()598 private final MockIme mMockIme;611 KeyboardLayoutView(MockIme mockIme, @NonNull ImeSettings imeSettings, in KeyboardLayoutView()1008 private final MockIme mIme;1025 Tracer(@NonNull MockIme mockIme) {
31 import com.android.cts.mockime.MockIme;