Searched refs:getPermittedInputMethods (Results 1 – 5 of 5) sorted by relevance
37 mDevicePolicyManager.getPermittedInputMethods(ADMIN_RECEIVER_COMPONENT)).isNull(); in testPermittedInputMethods()42 mDevicePolicyManager.getPermittedInputMethods(ADMIN_RECEIVER_COMPONENT)).isEmpty(); in testPermittedInputMethods()48 mDevicePolicyManager.getPermittedInputMethods(ADMIN_RECEIVER_COMPONENT)) in testPermittedInputMethods()57 assertThat(parentDevicePolicyManager.getPermittedInputMethods( in testPermittedInputMethodsOnParent()63 assertThat(parentDevicePolicyManager.getPermittedInputMethods( in testPermittedInputMethodsOnParent()84 mDevicePolicyManager.getPermittedInputMethods(badAdmin); in testPermittedInputMethodsThrowsIfWrongAdmin()
115 .getPermittedInputMethods(dpc(sDeviceState).componentName())).isNull(); in setPermittedInputMethods_allPermitted()116 assertThat(sLocalDevicePolicyManager.getPermittedInputMethods()).isNull(); in setPermittedInputMethods_allPermitted()162 .getPermittedInputMethods(dpc(sDeviceState).componentName())) in setPermittedInputMethods_policyDoesNotApply_isNotSet()164 assertThat(sLocalDevicePolicyManager.getPermittedInputMethods()).isNull(); in setPermittedInputMethods_policyDoesNotApply_isNotSet()185 .getPermittedInputMethods(dpc(sDeviceState).componentName())) in setPermittedInputMethods_includesSetPlusSystem()187 assertThat(sLocalDevicePolicyManager.getPermittedInputMethods()) in setPermittedInputMethods_includesSetPlusSystem()313 .getPermittedInputMethods(dpc(sDeviceState).componentName())) in setPermittedInputMethods_policyMigration_works()315 assertThat(sLocalDevicePolicyManager.getPermittedInputMethods()) in setPermittedInputMethods_policyMigration_works()
248 doAnswer(answer).when(spy).getPermittedInputMethods(any()); in getWrapper()
764 fun getPermittedInputMethods(): List<String>? = in <lambda>() method
8205 …HODS, conditional=true) public java.util.List<java.lang.String> getPermittedInputMethods(@Nullable…