Home
last modified time | relevance | path

Searched refs:setSecondaryLockscreenEnabled (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/app/admin/
DIDevicePolicyManager.aidl274 void setSecondaryLockscreenEnabled(in ComponentName who, boolean enabled); in setSecondaryLockscreenEnabled() method
DDevicePolicyManager.java9994 public void setSecondaryLockscreenEnabled(@NonNull ComponentName admin, boolean enabled) { in setSecondaryLockscreenEnabled() method in DevicePolicyManager
9998 mService.setSecondaryLockscreenEnabled(admin, enabled); in setSecondaryLockscreenEnabled()
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerTest.java4644 dpm.setSecondaryLockscreenEnabled(admin1, true); in testSecondaryLockscreen_profileOwner()
4656 () -> dpm.setSecondaryLockscreenEnabled(adminDifferentPackage, false)); in testSecondaryLockscreen_profileOwner()
4672 dpm.setSecondaryLockscreenEnabled(admin1, true); in testSecondaryLockscreen_deviceOwner()
4689 () -> dpm.setSecondaryLockscreenEnabled(admin1, true)); in testSecondaryLockscreen_nonOwner()
4713 () -> dpm.setSecondaryLockscreenEnabled(admin1, true)); in testSecondaryLockscreen_nonSupervisionApp()
4721 () -> dpm.setSecondaryLockscreenEnabled(admin1, true)); in testSecondaryLockscreen_nonSupervisionApp()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java11797 public void setSecondaryLockscreenEnabled(ComponentName who, boolean enabled) {
/frameworks/base/core/api/
Dsystem-current.txt950 … method public void setSecondaryLockscreenEnabled(@NonNull android.content.ComponentName, boolean);