Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/
DITelephony.aidl2572 int prepareForUnattendedReboot(); in prepareForUnattendedReboot() method
/frameworks/base/core/api/
Dmodule-lib-lint-baseline.txt1408 RequiresPermission: android.telephony.TelephonyManager#prepareForUnattendedReboot():
1409 …Method 'prepareForUnattendedReboot' documentation mentions permissions already declared by @Requir…
Dtest-lint-baseline.txt1568 RequiresPermission: android.telephony.TelephonyManager#prepareForUnattendedReboot():
1569 …Method 'prepareForUnattendedReboot' documentation mentions permissions already declared by @Requir…
Dsystem-lint-baseline.txt1484 RequiresPermission: android.telephony.TelephonyManager#prepareForUnattendedReboot():
1485 …Method 'prepareForUnattendedReboot' documentation mentions permissions already declared by @Requir…
Dsystem-current.txt15420 …od @RequiresPermission(android.Manifest.permission.REBOOT) public int prepareForUnattendedReboot();
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java18097 public int prepareForUnattendedReboot() { in prepareForUnattendedReboot() method in TelephonyManager
18101 return service.prepareForUnattendedReboot(); in prepareForUnattendedReboot()