Home
last modified time | relevance | path

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

/cts/tests/inputmethod/mockimewithsubtypes/
DAndroid.bp24 // TODO: ideally we should split MockIme source files into three categories
26 // Currently, both MockIme APK and test APKs that use MockIme contain
/cts/tests/inputmethod/mockime/
DAndroid.bp47 // TODO: ideally we should split MockIme source files into three categories
49 // Currently, both MockIme APK and test APKs that use MockIme contain
/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/
DRequireImeCompatFlagRule.java22 import com.android.cts.mockime.MockIme;
/cts/tests/framework/base/windowmanager/src/android/server/wm/ime/
DWindowInsetsAnimationImeTests.java48 import com.android.cts.mockime.MockIme;
92 && ime.getPackageName().equals(MockIme.class.getPackageName()); in initActivity()
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DExtractViewTest.java45 import com.android.cts.mockime.MockIme;
131 Until.findObject(By.text(MockIme.CUSTOM_EXTRACT_EDIT_TEXT_LABEL)), TIMEOUT)) in testOnCreateExtractTextViewWithCustomView()
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DSettingsProvider.java82 return new ComponentName(getContext().getPackageName(), MockIme.class.getName()) in getMockImeId()
DMockIme.java111 public final class MockIme extends InputMethodService { class
924 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) {
DMockImeSession.java255 return new ComponentName(mMockImePackageName, MockIme.class.getName()); in getMockImeComponentName()
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DInlineUiBot.java36 import com.android.cts.mockime.MockIme;