Searched refs:MockIme (Results 1 – 9 of 9) sorted by relevance
24 // TODO: ideally we should split MockIme source files into three categories26 // Currently, both MockIme APK and test APKs that use MockIme contain
47 // TODO: ideally we should split MockIme source files into three categories49 // Currently, both MockIme APK and test APKs that use MockIme contain
22 import com.android.cts.mockime.MockIme;
48 import com.android.cts.mockime.MockIme;92 && ime.getPackageName().equals(MockIme.class.getPackageName()); in initActivity()
45 import com.android.cts.mockime.MockIme;131 Until.findObject(By.text(MockIme.CUSTOM_EXTRACT_EDIT_TEXT_LABEL)), TIMEOUT)) in testOnCreateExtractTextViewWithCustomView()
82 return new ComponentName(getContext().getPackageName(), MockIme.class.getName()) in getMockImeId()
111 public final class MockIme extends InputMethodService { class924 private final MockIme mMockIme;937 KeyboardLayoutView(MockIme mockIme, @NonNull ImeSettings imeSettings, in KeyboardLayoutView()983 MockIme.class.getName()).flattenToShortString()); in KeyboardLayoutView()1424 private final MockIme mIme;1437 Tracer(@NonNull MockIme mockIme) {
255 return new ComponentName(mMockImePackageName, MockIme.class.getName()); in getMockImeComponentName()
36 import com.android.cts.mockime.MockIme;