Home
last modified time | relevance | path

Searched refs:noteGpsChangedLocked (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DBatteryStatsNoteTest.java960 bi.noteGpsChangedLocked(new WorkSource(), ws); in testNoteGpsChanged()
965 bi.noteGpsChangedLocked(ws, new WorkSource()); in testNoteGpsChanged()
984 bi.noteGpsChangedLocked(new WorkSource(), ws); in testNoteGpsChanged_workSource()
989 bi.noteGpsChangedLocked(ws, new WorkSource()); in testNoteGpsChanged_workSource()
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DBatteryStatsService.java1191 mStats.noteGpsChangedLocked(localOldWs, localNewWs, elapsedRealtime, uptime); in noteGpsChanged()
/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java4877 public void noteGpsChangedLocked(WorkSource oldWs, WorkSource newWs) { in noteGpsChangedLocked() method in BatteryStatsImpl
4878 noteGpsChangedLocked(oldWs, newWs, mClocks.elapsedRealtime(), mClocks.uptimeMillis()); in noteGpsChangedLocked()
4881 public void noteGpsChangedLocked(WorkSource oldWs, WorkSource newWs, in noteGpsChangedLocked() method in BatteryStatsImpl
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt77843 Lcom/android/internal/os/BatteryStatsImpl;->noteGpsChangedLocked(Landroid/os/WorkSource;Landroid/os…