Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerTest.java4342 assertFalse(dpm.isCurrentInputMethodSetByOwner()); in testIsCurrentInputMethodSetByOwnerForDeviceOwner()
4344 assertFalse(dpm.isCurrentInputMethodSetByOwner()); in testIsCurrentInputMethodSetByOwnerForDeviceOwner()
4356 assertTrue(dpm.isCurrentInputMethodSetByOwner()); in testIsCurrentInputMethodSetByOwnerForDeviceOwner()
4358 assertFalse(dpm.isCurrentInputMethodSetByOwner()); in testIsCurrentInputMethodSetByOwnerForDeviceOwner()
4363 assertTrue(dpm.isCurrentInputMethodSetByOwner()); in testIsCurrentInputMethodSetByOwnerForDeviceOwner()
4365 assertFalse(dpm.isCurrentInputMethodSetByOwner()); in testIsCurrentInputMethodSetByOwnerForDeviceOwner()
4370 assertFalse(dpm.isCurrentInputMethodSetByOwner()); in testIsCurrentInputMethodSetByOwnerForDeviceOwner()
4372 assertFalse(dpm.isCurrentInputMethodSetByOwner()); in testIsCurrentInputMethodSetByOwnerForDeviceOwner()
4383 assertTrue(dpm.isCurrentInputMethodSetByOwner()); in testIsCurrentInputMethodSetByOwnerForDeviceOwner()
4385 assertFalse(dpm.isCurrentInputMethodSetByOwner()); in testIsCurrentInputMethodSetByOwnerForDeviceOwner()
[all …]
/frameworks/base/core/java/android/app/admin/
DIDevicePolicyManager.aidl392 boolean isCurrentInputMethodSetByOwner(); in isCurrentInputMethodSetByOwner() method
DDevicePolicyManager.java10074 public boolean isCurrentInputMethodSetByOwner() { in isCurrentInputMethodSetByOwner() method in DevicePolicyManager
10076 return mService.isCurrentInputMethodSetByOwner(); in isCurrentInputMethodSetByOwner()
/frameworks/base/api/
Dtest-current.txt426 method public boolean isCurrentInputMethodSetByOwner();
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java13582 public boolean isCurrentInputMethodSetByOwner() { in isCurrentInputMethodSetByOwner() method
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt2992 Landroid/app/admin/IDevicePolicyManager$Stub$Proxy;->isCurrentInputMethodSetByOwner()Z
3523 Landroid/app/admin/IDevicePolicyManager;->isCurrentInputMethodSetByOwner()Z