Home
last modified time | relevance | path

Searched refs:scanning (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/tools/powermodel/src/com/android/powermodel/component/
DModemBatteryStatsReader.java84 final RawBatteryStats.SignalScanningTime scanning in createRemainder() local
88 if (strength != null && scanning != null && misc != null) { in createRemainder()
96 remainder.scanningTimeMs = scanning.phoneSignalScanningTimeMs; in createRemainder()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DREADME.txt47 …- Setup wizard opts user into allowing scanning for improved location. We show no further dialogs …
49 …- In the scan mode, the device continues to allow scanning from any app with Wi-Fi turned off. Thi…
/frameworks/base/core/proto/android/os/
Dbatterystats.proto539 // Duration spent BLE scanning blamed on this App (i.e. apportioned to this
540 // app amongst all apps doing BLE scanning; see explanation of 'apportioned'
545 // Running unoptimized BLE scanning, as defined by Bluetooth's
550 // Running unoptimized BLE scanning when app is in background. Durations are
553 // Count of results returned by BLE scanning.
870 // this app amongst all apps doing Wifi-scanning; see explanation of
/frameworks/base/packages/SystemUI/docs/
Dplugins.md195 …places, SysUI checks to ensure that the build is debuggable before even scanning or loading any pl…
/frameworks/base/proto/src/
Dwifi.proto45 // Does the user have scanning enabled.
1533 // Amount of time wifi is scanning (ms)
1883 // Total time the wifi radio is scanning in ms over the logging duration.
/frameworks/base/core/proto/android/app/
Dsettings_enums.proto677 // ACTION: Connect to a Wi-Fi network by scanning a QR code
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java5159 boolean scanning = false; in updateAllPhoneStateLocked()
5189 scanning = true; in updateAllPhoneStateLocked()
5201 if (!scanning) { in updateAllPhoneStateLocked()
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto7223 // ACTION: Connect to a Wi-Fi network by scanning a QR code
/frameworks/base/cmds/statsd/src/
Datoms.proto1073 * Note that Wifi may still perform certain functions (e.g. location scanning) even when disabled.