Searched defs:csph (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/core/java/com/android/internal/app/ |
H A D | IBatteryStats.aidl | 201 void noteWifiBatchedScanStartedFromSource(in WorkSource ws, int csph); in noteWifiBatchedScanStartedFromSource()
|
/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/ |
H A D | BatteryStatsImpl.java | 6804 public void noteWifiBatchedScanStartedLocked(int uid, int csph, in noteWifiBatchedScanStartedLocked() 6930 public void noteWifiBatchedScanStartedFromSourceLocked(WorkSource ws, int csph, in noteWifiBatchedScanStartedFromSourceLocked() 6934 noteWifiBatchedScanStartedLocked(ws.getUid(i), csph, elapsedRealtimeMs, uptimeMs); in noteWifiBatchedScanStartedFromSourceLocked() local 6940 noteWifiBatchedScanStartedLocked(workChains.get(i).getAttributionUid(), csph, in noteWifiBatchedScanStartedFromSourceLocked() local 8344 public void noteWifiBatchedScanStartedLocked(int csph, long elapsedRealtimeMs) { in noteWifiBatchedScanStartedLocked()
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | BatteryStatsService.java | 2192 public void noteWifiBatchedScanStartedFromSource(final WorkSource ws, final int csph) { in noteWifiBatchedScanStartedFromSource()
|
/aosp14/frameworks/base/core/java/android/os/ |
H A D | BatteryStats.java | 815 public abstract void noteWifiBatchedScanStartedLocked(int csph, long elapsedRealtime); in noteWifiBatchedScanStartedLocked()
|