Home
last modified time | relevance | path

Searched refs:isCurrentInputMethodSetByOwner (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDevicePolicyManagerTest.java5956 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 …]
/aosp14/frameworks/base/core/java/android/app/admin/
H A DIDevicePolicyManager.aidl474 boolean isCurrentInputMethodSetByOwner(); in isCurrentInputMethodSetByOwner() method
H A DDevicePolicyManager.java14831 public boolean isCurrentInputMethodSetByOwner() { in isCurrentInputMethodSetByOwner() method in DevicePolicyManager
14833 return mService.isCurrentInputMethodSetByOwner(); in isCurrentInputMethodSetByOwner()
/aosp14/frameworks/base/core/api/
H A Dtest-current.txt563 method public boolean isCurrentInputMethodSetByOwner();
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java19598 public boolean isCurrentInputMethodSetByOwner() {
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt2736 Landroid/app/admin/IDevicePolicyManager$Stub$Proxy;->isCurrentInputMethodSetByOwner()Z
3263 Landroid/app/admin/IDevicePolicyManager;->isCurrentInputMethodSetByOwner()Z