HomeSort by relevance Sort by last modified time
    Searched refs:REBOOT (Results 1 - 22 of 22) sorted by null

  /bootable/recovery/
device.h 37 // enum KeyAction { NONE, TOGGLE, REBOOT };
68 enum BuiltinAction { NO_ACTION, REBOOT, APPLY_EXT, APPLY_CACHE,
88 // reboot from the main system with the --wipe_data flag, or when the
default_device.cpp 28 static const char* ITEMS[] = {"reboot system now",
73 case 0: return REBOOT;
ui.h 80 enum KeyAction { ENQUEUE, TOGGLE, REBOOT, IGNORE };
ui.cpp 102 // should trigger a visibility toggle, an immediate reboot, or be
144 case RecoveryUI::REBOOT:
recovery.cpp 87 * --wipe_data - erase user data (and cache), then reboot
88 * --wipe_cache - wipe cache (but not user data), then reboot
90 * --just_exit - do nothing; exit and reboot
92 * After completing, we remove /cache/recovery/command and reboot.
106 * 8. main() calls reboot() to boot main system
134 * 9. main() calls reboot() to boot main system
715 case Device::REBOOT:
749 return; // reboot if logs aren't visible
772 return; // reboot if logs aren't visible
787 return; // reboot if logs aren't visibl
    [all...]
  /device/asus/deb/recovery/
recovery_ui.cpp 31 const char* ITEMS[] = { "reboot system now",
51 return REBOOT;
93 case 0: return REBOOT;
  /device/asus/flo/recovery/
recovery_ui.cpp 31 const char* ITEMS[] = { "reboot system now",
51 return REBOOT;
93 case 0: return REBOOT;
  /device/asus/grouper/recovery/
recovery_ui.cpp 31 const char* ITEMS[] = { "reboot system now",
50 return REBOOT;
92 case 0: return REBOOT;
  /device/asus/tilapia/recovery/
recovery_ui.cpp 31 const char* ITEMS[] = { "reboot system now",
50 return REBOOT;
92 case 0: return REBOOT;
  /device/lge/mako/recovery/
recovery_ui.cpp 31 const char* ITEMS[] = { "reboot system now",
51 return REBOOT;
93 case 0: return REBOOT;
  /device/samsung/manta/recovery/
recovery_ui.cpp 31 const char* ITEMS[] = { "reboot system now",
50 return REBOOT;
92 case 0: return REBOOT;
  /device/samsung/tuna/recovery/
recovery_ui.cpp 31 const char* ITEMS[] = { "reboot system now",
51 return REBOOT;
93 case 0: return REBOOT;
  /device/ti/panda/recovery/
recovery_ui.cpp 35 const char* MENU_ITEMS[] = { "reboot system now",
54 return REBOOT;
96 case 0: return REBOOT;
  /external/dhcpcd/dhcpcd-hooks/
20-dns.conf 49 BOUND|INFORM|REBIND|REBOOT|RENEW|TIMEOUT) set_dns_props;;
  /external/iproute2/examples/
dhcp-client-script 369 BOUND|RENEW|REBIND|REBOOT)
380 "$reason" = "BOUND" -o "$reason" = "REBOOT" ]; then
  /frameworks/base/services/java/com/android/server/
Watchdog.java 71 static final int REBOOT_DEFAULT_INTERVAL = DB ? 1 : 0; // never force reboot
75 static final String REBOOT_ACTION = "com.android.service.Watchdog.REBOOT";
110 boolean mReqRebootNoWait; // should wait for one interval before reboot?
111 int mReqRebootInterval = -1; // >= 0 if a reboot has been requested
130 // See if we should force a reboot.
135 // We have been running long enough that a reboot can
160 if (localLOGV) Slog.v(TAG, "Alarm went off, checking reboot.");
218 android.Manifest.permission.REBOOT, null);
257 // No reboot interval requested.
258 if (localLOGV) Slog.v(TAG, "No need to schedule a reboot alarm!")
    [all...]
  /frameworks/base/services/java/com/android/server/power/
PowerManagerService.java 1830 public void reboot(boolean confirm, String reason, boolean wait) { method in class:PowerManagerService
    [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 

Completed in 313 milliseconds