Searched refs:isCurrentInputMethodSetByOwner (Results 1 – 6 of 6) sorted by relevance
5956 assertThat(dpm.isCurrentInputMethodSetByOwner()).isFalse(); in testIsCurrentInputMethodSetByOwnerForDeviceOwner()5970 assertThat(dpm.isCurrentInputMethodSetByOwner()).isTrue(); in testIsCurrentInputMethodSetByOwnerForDeviceOwner()5977 assertThat(dpm.isCurrentInputMethodSetByOwner()).isTrue(); in testIsCurrentInputMethodSetByOwnerForDeviceOwner()5997 assertThat(dpm.isCurrentInputMethodSetByOwner()).isTrue(); in testIsCurrentInputMethodSetByOwnerForDeviceOwner()6004 assertThat(dpm.isCurrentInputMethodSetByOwner()).isTrue(); in testIsCurrentInputMethodSetByOwnerForDeviceOwner()6010 assertThat(dpm.isCurrentInputMethodSetByOwner()).isTrue(); in testIsCurrentInputMethodSetByOwnerForDeviceOwner()6052 assertThat(dpm.isCurrentInputMethodSetByOwner()).isTrue(); in testIsCurrentInputMethodSetByOwnerForProfileOwner()6059 assertThat(dpm.isCurrentInputMethodSetByOwner()).isTrue(); in testIsCurrentInputMethodSetByOwnerForProfileOwner()6079 assertThat(dpm.isCurrentInputMethodSetByOwner()).isTrue(); in testIsCurrentInputMethodSetByOwnerForProfileOwner()6086 assertThat(dpm.isCurrentInputMethodSetByOwner()).isTrue(); in testIsCurrentInputMethodSetByOwnerForProfileOwner()[all …]
474 boolean isCurrentInputMethodSetByOwner(); in isCurrentInputMethodSetByOwner() method
14831 public boolean isCurrentInputMethodSetByOwner() { in isCurrentInputMethodSetByOwner() method in DevicePolicyManager14833 return mService.isCurrentInputMethodSetByOwner(); in isCurrentInputMethodSetByOwner()
563 method public boolean isCurrentInputMethodSetByOwner();
19598 public boolean isCurrentInputMethodSetByOwner() {
2736 Landroid/app/admin/IDevicePolicyManager$Stub$Proxy;->isCurrentInputMethodSetByOwner()Z3263 Landroid/app/admin/IDevicePolicyManager;->isCurrentInputMethodSetByOwner()Z