Searched refs:setManagedProfileMaximumTimeOff (Results 1 – 6 of 6) sorted by relevance
550 void setManagedProfileMaximumTimeOff(in ComponentName admin, long timeoutMs); in setManagedProfileMaximumTimeOff() method
16655 public void setManagedProfileMaximumTimeOff(@NonNull ComponentName admin, long timeoutMillis) { in setManagedProfileMaximumTimeOff() method in DevicePolicyManager16659 mService.setManagedProfileMaximumTimeOff(admin, timeoutMillis); in setManagedProfileMaximumTimeOff()
7410 dpm.setManagedProfileMaximumTimeOff(admin1, PROFILE_OFF_TIMEOUT); in testMaximumProfileTimeOff_profileOffTimeExceeded()7471 dpm.setManagedProfileMaximumTimeOff(admin1, PROFILE_OFF_TIMEOUT); in testMaximumProfileTimeOff_turnOnBeforeWarning()7492 dpm.setManagedProfileMaximumTimeOff(admin1, PROFILE_OFF_TIMEOUT); in testMaximumProfileTimeOff_turnOnAfterWarning()7523 dpm.setManagedProfileMaximumTimeOff(admin1, PROFILE_OFF_TIMEOUT); in testMaximumProfileTimeOff_turnOnAfterDeadline()
21190 public void setManagedProfileMaximumTimeOff(ComponentName who, long timeoutMillis) {
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
8197 … method public void setManagedProfileMaximumTimeOff(@NonNull android.content.ComponentName, long);