Home
last modified time | relevance | path

Searched defs:noteWifiScanStartedLocked (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/
H A DBatteryStatsImpl.java6773 public void noteWifiScanStartedLocked(int uid) { in noteWifiScanStartedLocked() method in BatteryStatsImpl
6778 public void noteWifiScanStartedLocked(int uid, long elapsedRealtimeMs, long uptimeMs) { in noteWifiScanStartedLocked() method in BatteryStatsImpl
8323 public void noteWifiScanStartedLocked(long elapsedRealtimeMs) { in noteWifiScanStartedLocked() method in BatteryStatsImpl.Uid
/aosp14/frameworks/base/core/java/android/os/
H A DBatteryStats.java813 public abstract void noteWifiScanStartedLocked(long elapsedRealtime); in noteWifiScanStartedLocked() method in BatteryStats.Uid