Home
last modified time | relevance | path

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

/cts/tests/inputmethod/mocka11yime/common/src/com/android/cts/mocka11yime/
DMockA11yImeConstants.java34 BundleKey.EVENT_CALLBACK_INTENT_ACTION_NAME,
35 BundleKey.SETTINGS,
37 public @interface BundleKey { annotation in MockA11yImeConstants
/cts/tests/inputmethod/mocka11yime/service/src/com/android/cts/mocka11yime/
DMockA11yImeContentProvider.java104 MockA11yImeConstants.BundleKey.EVENT_CALLBACK_INTENT_ACTION_NAME), in call()
106 MockA11yImeConstants.BundleKey.SETTINGS, PersistableBundle.class))); in call()
/cts/tests/inputmethod/mocka11yime/client/src/com/android/cts/mocka11yime/
DMockA11yImeSession.java219 MockA11yImeConstants.BundleKey.EVENT_CALLBACK_INTENT_ACTION_NAME, in create()
222 MockA11yImeConstants.BundleKey.SETTINGS, settings.getRawBundle()); in create()