Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DBaseIDevicePolicyManager.java107 public void setManagedProfileMaximumTimeOff(ComponentName admin, long timeoutMs) { in setManagedProfileMaximumTimeOff() method in BaseIDevicePolicyManager
H A DDevicePolicyManagerService.java17075 public void setManagedProfileMaximumTimeOff(ComponentName who, long timeoutMillis) {
/aosp12/frameworks/base/core/java/android/app/admin/
H A DIDevicePolicyManager.aidl511 void setManagedProfileMaximumTimeOff(in ComponentName admin, long timeoutMs); in setManagedProfileMaximumTimeOff() method
H A DDevicePolicyManager.java13692 public void setManagedProfileMaximumTimeOff(@NonNull ComponentName admin, long timeoutMillis) { in setManagedProfileMaximumTimeOff() method in DevicePolicyManager
13696 mService.setManagedProfileMaximumTimeOff(admin, timeoutMillis); in setManagedProfileMaximumTimeOff()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDevicePolicyManagerTest.java7162 dpm.setManagedProfileMaximumTimeOff(admin1, PROFILE_OFF_TIMEOUT); in testMaximumProfileTimeOff_profileOffTimeExceeded()
7225 dpm.setManagedProfileMaximumTimeOff(admin1, PROFILE_OFF_TIMEOUT); in testMaximumProfileTimeOff_turnOnBeforeWarning()
7246 dpm.setManagedProfileMaximumTimeOff(admin1, PROFILE_OFF_TIMEOUT); in testMaximumProfileTimeOff_turnOnAfterWarning()
7276 dpm.setManagedProfileMaximumTimeOff(admin1, PROFILE_OFF_TIMEOUT); in testMaximumProfileTimeOff_turnOnAfterDeadline()
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt7306 … method public void setManagedProfileMaximumTimeOff(@NonNull android.content.ComponentName, long);