Home
last modified time | relevance | path

Searched defs:csph (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DIBatteryStats.aidl201 void noteWifiBatchedScanStartedFromSource(in WorkSource ws, int csph); in noteWifiBatchedScanStartedFromSource()
/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/
H A DBatteryStatsImpl.java6804 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 DBatteryStatsService.java2192 public void noteWifiBatchedScanStartedFromSource(final WorkSource ws, final int csph) { in noteWifiBatchedScanStartedFromSource()
/aosp14/frameworks/base/core/java/android/os/
H A DBatteryStats.java815 public abstract void noteWifiBatchedScanStartedLocked(int csph, long elapsedRealtime); in noteWifiBatchedScanStartedLocked()