• Home
  • Raw
  • Download

Lines Matching refs:https

18 - The `adbd` service is described [here](https://cs.android.com/android/platform/superproject/main/…
21 When a device boots, the script init.usb.rc [checks](https://cs.android.com/android/platform/superp…
23 When this value is written, it [triggers](https://cs.android.com/android/platform/superproject/main…
43 1. The confirmation dialog is displayed from [AdbPreferenceController.showConfirmationDialog](https
44 2. Validation is performed in [AdbPreferenceController.writeAdbSettings](https://cs.android.com/and…
59 1. Both `ADB_ENABLED` and `ADB_WIFI_ENABLED` are monitored by [AdbSettingsObserver](https://cs.andr…
61 2. When a change is detected, the Observers calls [AdbService::setAdbEnabled](https://cs.android.co…
65 1. [AdbService.startAdbd](https://cs.android.com/android/platform/superproject/main/+/main:framewor…
70 If USB is involved (as opposed to ADB Wifi), ([USBDeviceManager.onAdbEnabled](https://cs.android.co…
74 1. `MSG_ENABLE_ADB` message is sent from [onAdbEnabled](https://cs.android.com/android/platform/sup…
76 2. In [UsbDeviceManager.setAdbEnabled](https://cs.android.com/android/platform/superproject/main/+/…
79 …1. [UsbDeviceManager.setEnabledFunctions](https://cs.android.com/android/platform/superproject/mai…
80 …2. [UsbDeviceManager.setUsbConfig()](https://cs.android.com/android/platform/superproject/main/+/m…
84 `init` [monitors](https://cs.android.com/android/platform/superproject/main/+/main:system/core/init…
86 …service. See `init` built-in commands (such as `start` and `stop`) [here](https://cs.android.com/a…
88 To let other systems observe services' lifecycle, `init` [sets properties](https://cs.android.com/a…
89 …set to "running", "stopped", "stopping" (see [Service::NotifyStateChange](https://cs.android.com/a…