Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/location/
DLocationRequestStatistics.java36 stats.updateForeground(isForeground); in startRequesting()
59 public void updateForeground(String packageName, String providerName, boolean isForeground) { in updateForeground() method in LocationRequestStatistics
63 stats.updateForeground(isForeground); in updateForeground()
156 private void updateForeground(boolean isForeground) { in updateForeground() method in LocationRequestStatistics.PackageStatistics
177 updateForeground(false); in stopRequesting()
/frameworks/base/services/tests/servicestests/src/com/android/server/location/
DLocationRequestStatisticsTest.java176 mStatistics.updateForeground(PACKAGE1, PROVIDER2, false); in testForegroundBackground()
177 mStatistics.updateForeground(PACKAGE2, PROVIDER1, true); in testForegroundBackground()
/frameworks/base/services/core/java/com/android/server/
DLocationManagerService.java582 record.updateForeground(foreground); in onUidImportanceChangedLocked()
2344 private void updateForeground(boolean isForeground) { in updateForeground() method in LocationManagerService.UpdateRecord
2346 mRequestStatistics.updateForeground( in updateForeground()
/frameworks/base/services/
Dart-profile8198 PLcom/android/server/location/LocationRequestStatistics;->updateForeground(Ljava/lang/String;Ljava/…