Home
last modified time | relevance | path

Searched defs:noteWifiRadioPowerState (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/core/java/com/android/internal/app/
H A DIBatteryStats.aidl136 void noteWifiRadioPowerState(int powerState, long timestampNs, int uid); in noteWifiRadioPowerState() method
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DBatteryStatsService.java1598 public void noteWifiRadioPowerState(final int powerState, final long tsNanos, final int uid) { in noteWifiRadioPowerState() method in BatteryStatsService
/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java6306 public void noteWifiRadioPowerState(int powerState, long timestampNs, int uid) { in noteWifiRadioPowerState() method in BatteryStatsImpl
6311 public void noteWifiRadioPowerState(int powerState, long timestampNs, int uid, in noteWifiRadioPowerState() method in BatteryStatsImpl