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()
114 .getPermittedInputMethods(sDeviceState.dpc().componentName())).isNull(); in setPermittedInputMethods_allPermitted()115 assertThat(sLocalDevicePolicyManager.getPermittedInputMethods()).isNull(); in setPermittedInputMethods_allPermitted()161 .getPermittedInputMethods(sDeviceState.dpc().componentName())) in setPermittedInputMethods_policyDoesNotApply_isNotSet()163 assertThat(sLocalDevicePolicyManager.getPermittedInputMethods()).isNull(); in setPermittedInputMethods_policyDoesNotApply_isNotSet()184 .getPermittedInputMethods(sDeviceState.dpc().componentName())) in setPermittedInputMethods_includesSetPlusSystem()186 assertThat(sLocalDevicePolicyManager.getPermittedInputMethods()) in setPermittedInputMethods_includesSetPlusSystem()311 .getPermittedInputMethods(sDeviceState.dpc().componentName())) in setPermittedInputMethods_policyMigration_works()313 assertThat(sLocalDevicePolicyManager.getPermittedInputMethods()) in setPermittedInputMethods_policyMigration_works()
248 doAnswer(answer).when(spy).getPermittedInputMethods(any()); in getWrapper()
756 fun getPermittedInputMethods(): List<String>? = in <lambda>() method
8070 …HODS, conditional=true) public java.util.List<java.lang.String> getPermittedInputMethods(@Nullable…