Home | History | Annotate | Download | only in usb

Lines Matching full:systemproperties

39 import android.os.SystemProperties;
168 boolean secureAdbEnabled = SystemProperties.getBoolean("ro.adb.secure", false);
169 boolean dataEncrypted = "1".equals(SystemProperties.get("vold.decrypt"));
238 String serial = SystemProperties.get("ro.serialno", "1234567890ABCDEF");
331 mDefaultFunctions = SystemProperties.get("persist.sys.usb.config", "adb");
338 String config = SystemProperties.get("sys.usb.config", "none");
341 SystemProperties.set("sys.usb.config", mDefaultFunctions);
350 String value = SystemProperties.get("persist.service.adb.enable", "");
358 SystemProperties.set("persist.service.adb.enable", "");
430 if (state.equals(SystemProperties.get("sys.usb.state"))) return true;
440 SystemProperties.set("sys.usb.config", config);
478 SystemProperties.set("persist.sys.usb.config", functions);
485 SystemProperties.set("persist.sys.usb.config", mDefaultFunctions);
715 if ("0".equals(SystemProperties.get("persist.adb.notify"))) return;
829 String bootMode = SystemProperties.get(BOOT_MODE_PROPERTY, "unknown");
836 String bootMode = SystemProperties.get(BOOT_MODE_PROPERTY, "unknown");