Searched refs:isCurrentInputMethodSetByOwner (Results 1 – 5 of 5) sorted by relevance
58 …e("isCurrentInputMethodSetByOwner", () -> TestApis.devicePolicy().isCurrentInputMethodSetByOwner()) in isCurrentInputMethodSetByOwner_isSetByOwner_returnsTrue()80 …e("isCurrentInputMethodSetByOwner", () -> TestApis.devicePolicy().isCurrentInputMethodSetByOwner()) in isCurrentInputMethodSetByOwner_isNotSetByOwner_returnsFalse()
836 fun isCurrentInputMethodSetByOwner(user: UserReference = TestApis.users().instrumented()) = in <lambda>() method838 devicePolicyManager(user).isCurrentInputMethodSetByOwner in <lambda>()
1 android.app.admin.DevicePolicyManager,public boolean isCurrentInputMethodSetByOwner()
171 doAnswer(answer).when(spy).isCurrentInputMethodSetByOwner(); in getWrapper()
602 method public boolean isCurrentInputMethodSetByOwner();