Home
last modified time | relevance | path

Searched refs:getPermittedInputMethods (Results 1 – 5 of 5) sorted by relevance

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DInputMethodsTest.java37 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()
/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DPermitInputMethodsTest.java114 .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()
/cts/common/device-side/bedstead/dpmwrapper/src/main/java/com/android/bedstead/dpmwrapper/
DDevicePolicyManagerWrapper.java248 doAnswer(answer).when(spy).getPermittedInputMethods(any()); in getWrapper()
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/devicepolicy/
DDevicePolicy.kt756 fun getPermittedInputMethods(): List<String>? = in <lambda>() method
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt8070 …HODS, conditional=true) public java.util.List<java.lang.String> getPermittedInputMethods(@Nullable…