Home
last modified time | relevance | path

Searched refs:getPermittedInputMethods (Results 1 – 2 of 2) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowDevicePolicyManagerTest.java794 assertThat(devicePolicyManager.getPermittedInputMethods(testComponent)).isEqualTo(inputMethods); in getPermittedInputMethodsShouldWorkAsIntendedForDeviceOwner()
809 assertThat(devicePolicyManager.getPermittedInputMethods(testComponent)).isEmpty(); in getPermittedInputMethodsShouldWorkAsIntendedForProfileOwner()
824 assertThat(devicePolicyManager.getPermittedInputMethods(testComponent)).isNull(); in getPermittedInputMethodsShouldReturnNullIfNullIsSet()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowDevicePolicyManager.java544 protected List<String> getPermittedInputMethods(ComponentName admin) { in getPermittedInputMethods() method in ShadowDevicePolicyManager