Searched refs:setSecondaryLockscreenEnabled (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/app/admin/ |
D | IDevicePolicyManager.aidl | 304 void setSecondaryLockscreenEnabled(in ComponentName who, boolean enabled); in setSecondaryLockscreenEnabled() method
|
D | DevicePolicyManager.java | 12500 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/ |
D | DevicePolicyManagerTest.java | 4862 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/ |
D | DevicePolicyManagerService.java | 14660 public void setSecondaryLockscreenEnabled(ComponentName who, boolean enabled) { in setSecondaryLockscreenEnabled() method
|
/frameworks/base/core/api/ |
D | system-current.txt | 1349 … method public void setSecondaryLockscreenEnabled(@NonNull android.content.ComponentName, boolean);
|