Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/admin/
H A DIDevicePolicyManager.aidl280 void setSecondaryLockscreenEnabled(in ComponentName who, boolean enabled); in setSecondaryLockscreenEnabled() method
H A DDevicePolicyManager.java10139 public void setSecondaryLockscreenEnabled(@NonNull ComponentName admin, boolean enabled) { in setSecondaryLockscreenEnabled() method in DevicePolicyManager
10143 mService.setSecondaryLockscreenEnabled(admin, enabled); in setSecondaryLockscreenEnabled()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDevicePolicyManagerTest.java4654 dpm.setSecondaryLockscreenEnabled(admin1, true); in testSecondaryLockscreen_profileOwner()
4666 () -> dpm.setSecondaryLockscreenEnabled(adminDifferentPackage, false)); in testSecondaryLockscreen_profileOwner()
4682 dpm.setSecondaryLockscreenEnabled(admin1, true); in testSecondaryLockscreen_deviceOwner()
4699 () -> dpm.setSecondaryLockscreenEnabled(admin1, true)); in testSecondaryLockscreen_nonOwner()
4723 () -> dpm.setSecondaryLockscreenEnabled(admin1, true)); in testSecondaryLockscreen_nonSupervisionApp()
4731 () -> dpm.setSecondaryLockscreenEnabled(admin1, true)); in testSecondaryLockscreen_nonSupervisionApp()
/aosp12/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java11992 public void setSecondaryLockscreenEnabled(ComponentName who, boolean enabled) {
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt956 … method public void setSecondaryLockscreenEnabled(@NonNull android.content.ComponentName, boolean);