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.aidl304 void setSecondaryLockscreenEnabled(in ComponentName who, boolean enabled); in setSecondaryLockscreenEnabled() method
DDevicePolicyManager.java12500 public void setSecondaryLockscreenEnabled(@NonNull ComponentName admin, boolean enabled) { in setSecondaryLockscreenEnabled() method in DevicePolicyManager
12504 mService.setSecondaryLockscreenEnabled(admin, enabled); in setSecondaryLockscreenEnabled()
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerTest.java4862 dpm.setSecondaryLockscreenEnabled(admin1, true); in testSecondaryLockscreen_profileOwner()
4874 () -> dpm.setSecondaryLockscreenEnabled(adminDifferentPackage, false)); in testSecondaryLockscreen_profileOwner()
4890 dpm.setSecondaryLockscreenEnabled(admin1, true); in testSecondaryLockscreen_deviceOwner()
4907 () -> dpm.setSecondaryLockscreenEnabled(admin1, true)); in testSecondaryLockscreen_nonOwner()
4931 () -> dpm.setSecondaryLockscreenEnabled(admin1, true)); in testSecondaryLockscreen_nonSupervisionApp()
4939 () -> dpm.setSecondaryLockscreenEnabled(admin1, true)); in testSecondaryLockscreen_nonSupervisionApp()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java14660 public void setSecondaryLockscreenEnabled(ComponentName who, boolean enabled) { in setSecondaryLockscreenEnabled() method
/frameworks/base/core/api/
Dsystem-current.txt1349 … method public void setSecondaryLockscreenEnabled(@NonNull android.content.ComponentName, boolean);