Home
last modified time | relevance | path

Searched refs:property (Results 1 – 7 of 7) sorted by relevance

/bootable/recovery/etc/
Dinit.rc87 on property:service.adb.root=1
90 on fs && property:sys.usb.configfs=1
103 on fs && property:sys.usb.configfs=0
117 on property:sys.usb.config=adb
120 on property:sys.usb.config=fastboot
123 on property:sys.usb.config=none && property:sys.usb.configfs=0
129 on property:sys.usb.config=adb && property:sys.usb.configfs=0
135 on property:sys.usb.config=sideload && property:sys.usb.configfs=0
141 on property:sys.usb.config=fastboot && property:sys.usb.configfs=0
148 on property:sys.usb.config=none && property:sys.usb.configfs=1
[all …]
/bootable/recovery/minadbd/
DREADME.md11 - The start / stop of `adbd` is managed via system property `sys.usb.config`, when setting to `adb`
/bootable/recovery/updater_sample/tools/
Dgen_update_config.py73 @property
/bootable/recovery/
DREADME.md97 trigger, and will only re-enable it in debuggable builds (the `on property` rule will always run
104 on property:ro.debuggable=1
143 Both of the two conditions need to be satisfied. Although `ro.adb.secure` is a runtime property, its
DAndroid.bp30 // default license using the 'licenses: [...]' property on targets as needed.
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/
DUpdateManager.java587 public Builder addExtraProperty(String property) { in addExtraProperty() argument
591 this.mExtraProperties.add(property); in addExtraProperty()
/bootable/recovery/updater/
Dinstall.cpp725 const std::string& property = args[1]; in RebootNowFn() local
740 Reboot(property); in RebootNowFn()