Home
last modified time | relevance | path

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

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