HomeSort by relevance Sort by last modified time
    Searched full:bootmode (Results 1 - 5 of 5) sorted by null

  /system/netd/
TetherController.cpp 59 char bootmode[PROPERTY_VALUE_MAX] = {0}; local
60 property_get("ro.bootmode", bootmode, "unknown");
61 if ((enable == false) && (0 == strcmp("bp-tools", bootmode))) {
  /system/core/init/
init.c 73 static char bootmode[32]; variable
730 { "ro.boot.mode", "ro.bootmode", "unknown", },
748 property_get("ro.bootmode", tmp);
749 strlcpy(bootmode, tmp, sizeof(bootmode));
762 if (!strcmp(bootmode,"factory"))
764 else if (!strcmp(bootmode,"factory2"))
1031 is_charger = !strcmp(bootmode, "charger");
  /frameworks/base/services/java/com/android/server/usb/
UsbDeviceManager.java 108 private static final String BOOT_MODE_PROPERTY = "ro.bootmode";
343 // Check if USB mode needs to be overridden depending on OEM specific bootmode.
505 // Override with bootmode specific usb mode if needed
    [all...]
  /frameworks/base/services/java/com/android/server/
EntropyMixer.java 152 out.println(SystemProperties.get("ro.bootmode"));
  /frameworks/base/core/res/res/values/
config.xml     [all...]

Completed in 98 milliseconds