Home
last modified time | relevance | path

Searched defs:noteGpsChanged (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DIBatteryStats.aidl137 void noteGpsChanged(in WorkSource oldSource, in WorkSource newSource); in noteGpsChanged() method
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DBatteryStatsService.java1383 public void noteGpsChanged(final WorkSource oldWs, final WorkSource newWs) { in noteGpsChanged() method in BatteryStatsService