Home
last modified time | relevance | path

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

/cts/tests/inputmethod/mocka11yime/service/src/com/android/cts/mocka11yime/
DMockA11yImeContentProvider.java89 @MockA11yImeConstants.ContentProviderCommand String method, String arg, Bundle extras) { in call()
90 if (!MockA11yImeConstants.SETTINGS_PROVIDER_AUTHORITY.equals(authority)) { in call()
95 case MockA11yImeConstants.ContentProviderCommand.DELETE: in call()
98 case MockA11yImeConstants.ContentProviderCommand.WRITE: { in call()
104 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.java183 info -> MockA11yImeConstants.COMPONENT_NAME.equals(info.getComponentName()); in create()
208 .acquireContentProviderClient(MockA11yImeConstants.SETTINGS_PROVIDER_AUTHORITY); in create()
211 + MockA11yImeConstants.SETTINGS_PROVIDER_AUTHORITY); in create()
219 MockA11yImeConstants.BundleKey.EVENT_CALLBACK_INTENT_ACTION_NAME, in create()
222 MockA11yImeConstants.BundleKey.SETTINGS, settings.getRawBundle()); in create()
225 MockA11yImeConstants.SETTINGS_PROVIDER_AUTHORITY, in create()
226 MockA11yImeConstants.ContentProviderCommand.WRITE, null, bundle); in create()
231 MockA11yImeConstants.COMPONENT_NAME.flattenToShortString())); in create()
246 MockA11yImeConstants.SETTINGS_PROVIDER_AUTHORITY, in create()
247 MockA11yImeConstants.ContentProviderCommand.DELETE, null, null); in create()
[all …]
/cts/tests/inputmethod/mocka11yime/common/src/com/android/cts/mocka11yime/
DMockA11yImeConstants.java27 final class MockA11yImeConstants { class