Searched refs:updateForeground (Results 1 – 4 of 4) sorted by relevance
36 stats.updateForeground(isForeground); in startRequesting()59 public void updateForeground(String packageName, String providerName, boolean isForeground) { in updateForeground() method in LocationRequestStatistics63 stats.updateForeground(isForeground); in updateForeground()156 private void updateForeground(boolean isForeground) { in updateForeground() method in LocationRequestStatistics.PackageStatistics177 updateForeground(false); in stopRequesting()
176 mStatistics.updateForeground(PACKAGE1, PROVIDER2, false); in testForegroundBackground()177 mStatistics.updateForeground(PACKAGE2, PROVIDER1, true); in testForegroundBackground()
582 record.updateForeground(foreground); in onUidImportanceChangedLocked()2344 private void updateForeground(boolean isForeground) { in updateForeground() method in LocationManagerService.UpdateRecord2346 mRequestStatistics.updateForeground( in updateForeground()
8198 PLcom/android/server/location/LocationRequestStatistics;->updateForeground(Ljava/lang/String;Ljava/…