Searched refs:isCurrentInputMethodSetByOwner (Results 1 – 7 of 7) sorted by relevance
5934 assertThat(dpm.isCurrentInputMethodSetByOwner()).isFalse(); in testIsCurrentInputMethodSetByOwnerForDeviceOwner()5936 assertThat(dpm.isCurrentInputMethodSetByOwner()).isFalse(); in testIsCurrentInputMethodSetByOwnerForDeviceOwner()5948 assertThat(dpm.isCurrentInputMethodSetByOwner()).isTrue(); in testIsCurrentInputMethodSetByOwnerForDeviceOwner()5950 assertThat(dpm.isCurrentInputMethodSetByOwner()).isFalse(); in testIsCurrentInputMethodSetByOwnerForDeviceOwner()5955 assertThat(dpm.isCurrentInputMethodSetByOwner()).isTrue(); in testIsCurrentInputMethodSetByOwnerForDeviceOwner()5957 assertThat(dpm.isCurrentInputMethodSetByOwner()).isFalse(); in testIsCurrentInputMethodSetByOwnerForDeviceOwner()5962 assertThat(dpm.isCurrentInputMethodSetByOwner()).isFalse(); in testIsCurrentInputMethodSetByOwnerForDeviceOwner()5964 assertThat(dpm.isCurrentInputMethodSetByOwner()).isFalse(); in testIsCurrentInputMethodSetByOwnerForDeviceOwner()5975 assertThat(dpm.isCurrentInputMethodSetByOwner()).isTrue(); in testIsCurrentInputMethodSetByOwnerForDeviceOwner()5977 assertThat(dpm.isCurrentInputMethodSetByOwner()).isFalse(); in testIsCurrentInputMethodSetByOwnerForDeviceOwner()[all …]
448 boolean isCurrentInputMethodSetByOwner(); in isCurrentInputMethodSetByOwner() method
13571 public boolean isCurrentInputMethodSetByOwner() { in isCurrentInputMethodSetByOwner() method in DevicePolicyManager13573 return mService.isCurrentInputMethodSetByOwner(); in isCurrentInputMethodSetByOwner()
517 method public boolean isCurrentInputMethodSetByOwner();
16028 public boolean isCurrentInputMethodSetByOwner() {
2736 Landroid/app/admin/IDevicePolicyManager$Stub$Proxy;->isCurrentInputMethodSetByOwner()Z3263 Landroid/app/admin/IDevicePolicyManager;->isCurrentInputMethodSetByOwner()Z
19797 PLcom/android/server/devicepolicy/DevicePolicyManagerService;->isCurrentInputMethodSetByOwner()Z