Searched refs:setPermittedInputMethods (Results 1 – 2 of 2) sorted by relevance
791 devicePolicyManager.setPermittedInputMethods(testComponent, inputMethods); in getPermittedInputMethodsShouldWorkAsIntendedForDeviceOwner()806 devicePolicyManager.setPermittedInputMethods(testComponent, inputMethods); in getPermittedInputMethodsShouldWorkAsIntendedForProfileOwner()821 devicePolicyManager.setPermittedInputMethods(testComponent, inputMethods); in getPermittedInputMethodsShouldReturnNullIfNullIsSet()
539 protected boolean setPermittedInputMethods(ComponentName admin, List<String> packageNames) { in setPermittedInputMethods() method in ShadowDevicePolicyManager