Searched defs:powerState (Results 1 – 4 of 4) sorted by relevance
| /frameworks/base/core/java/com/android/internal/app/ |
| D | IBatteryStats.aidl | 110 void noteMobileRadioPowerState(int powerState, long timestampNs, int uid); in noteMobileRadioPowerState() 136 void noteWifiRadioPowerState(int powerState, long timestampNs, int uid); in noteWifiRadioPowerState()
|
| /frameworks/base/services/core/java/com/android/server/power/ |
| D | Notifier.java | 675 final int powerState; in sendNextBroadcast() local
|
| /frameworks/base/services/core/java/com/android/server/am/ |
| D | BatteryStatsService.java | 1291 public void noteMobileRadioPowerState(final int powerState, final long timestampNs, in noteMobileRadioPowerState() 1598 public void noteWifiRadioPowerState(final int powerState, final long tsNanos, final int uid) { in noteWifiRadioPowerState()
|
| /frameworks/base/core/java/com/android/internal/os/ |
| D | BatteryStatsImpl.java | 5052 public boolean noteMobileRadioPowerStateLocked(int powerState, long timestampNs, int uid) { in noteMobileRadioPowerStateLocked() 5057 public boolean noteMobileRadioPowerStateLocked(int powerState, long timestampNs, int uid, in noteMobileRadioPowerStateLocked() 5973 public void noteWifiRadioPowerState(int powerState, long timestampNs, int uid) { in noteWifiRadioPowerState() 5978 public void noteWifiRadioPowerState(int powerState, long timestampNs, int uid, in noteWifiRadioPowerState()
|