Searched refs:setManagedProfileMaximumTimeOff (Results 1 – 6 of 6) sorted by relevance
544 void setManagedProfileMaximumTimeOff(in ComponentName admin, long timeoutMs); in setManagedProfileMaximumTimeOff() method
16184 public void setManagedProfileMaximumTimeOff(@NonNull ComponentName admin, long timeoutMillis) { in setManagedProfileMaximumTimeOff() method in DevicePolicyManager16188 mService.setManagedProfileMaximumTimeOff(admin, timeoutMillis); in setManagedProfileMaximumTimeOff()
7392 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()
21355 public void setManagedProfileMaximumTimeOff(ComponentName who, long timeoutMillis) {
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
7970 … method public void setManagedProfileMaximumTimeOff(@NonNull android.content.ComponentName, long);