Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/admin/
H A DIDevicePolicyManager.aidl544 void setManagedProfileMaximumTimeOff(in ComponentName admin, long timeoutMs); in setManagedProfileMaximumTimeOff() method
H A DDevicePolicyManager.java16184 public void setManagedProfileMaximumTimeOff(@NonNull ComponentName admin, long timeoutMillis) { in setManagedProfileMaximumTimeOff() method in DevicePolicyManager
16188 mService.setManagedProfileMaximumTimeOff(admin, timeoutMillis); in setManagedProfileMaximumTimeOff()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDevicePolicyManagerTest.java7392 dpm.setManagedProfileMaximumTimeOff(admin1, PROFILE_OFF_TIMEOUT); in testMaximumProfileTimeOff_profileOffTimeExceeded()
7453 dpm.setManagedProfileMaximumTimeOff(admin1, PROFILE_OFF_TIMEOUT); in testMaximumProfileTimeOff_turnOnBeforeWarning()
7474 dpm.setManagedProfileMaximumTimeOff(admin1, PROFILE_OFF_TIMEOUT); in testMaximumProfileTimeOff_turnOnAfterWarning()
7505 dpm.setManagedProfileMaximumTimeOff(admin1, PROFILE_OFF_TIMEOUT); in testMaximumProfileTimeOff_turnOnAfterDeadline()
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java21355 public void setManagedProfileMaximumTimeOff(ComponentName who, long timeoutMillis) {
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt7970 … method public void setManagedProfileMaximumTimeOff(@NonNull android.content.ComponentName, long);