Home
last modified time | relevance | path

Searched defs:inputMethods (Results 1 – 2 of 2) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowDevicePolicyManagerTest.java785 List<String> inputMethods = Arrays.asList("com.example.input1", "com.example.input2"); in getPermittedInputMethodsShouldWorkAsIntendedForDeviceOwner() local
800 List<String> inputMethods = new ArrayList<>(); in getPermittedInputMethodsShouldWorkAsIntendedForProfileOwner() local
815 List<String> inputMethods = null; in getPermittedInputMethodsShouldReturnNullIfNullIsSet() local
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowDevicePolicyManagerTest.java1086 List<String> inputMethods = Arrays.asList("com.example.input1", "com.example.input2"); in getPermittedInputMethodsShouldWorkAsIntendedForDeviceOwner() local
1101 List<String> inputMethods = new ArrayList<>(); in getPermittedInputMethodsShouldWorkAsIntendedForProfileOwner() local
1116 List<String> inputMethods = null; in getPermittedInputMethodsShouldReturnNullIfNullIsSet() local