Searched refs:getPermittedInputMethods (Results 1 – 2 of 2) sorted by relevance
794 assertThat(devicePolicyManager.getPermittedInputMethods(testComponent)).isEqualTo(inputMethods); in getPermittedInputMethodsShouldWorkAsIntendedForDeviceOwner()809 assertThat(devicePolicyManager.getPermittedInputMethods(testComponent)).isEmpty(); in getPermittedInputMethodsShouldWorkAsIntendedForProfileOwner()824 assertThat(devicePolicyManager.getPermittedInputMethods(testComponent)).isNull(); in getPermittedInputMethodsShouldReturnNullIfNullIsSet()
544 protected List<String> getPermittedInputMethods(ComponentName admin) { in getPermittedInputMethods() method in ShadowDevicePolicyManager