Searched defs:statistics (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/location/
H A DLocationRequestStatistics.java9 * Holds statistics for location requests (active requests by provider).
16 // Maps package name and provider to location request statistics.
17 public final HashMap<PackageProviderKey, PackageStatistics> statistics field in class:LocationRequestStatistics
29 PackageStatistics stats = statistics.get(key);
32 statistics.put(key, stats);
45 PackageStatistics stats = statistics.get(key);
50 Log.e(TAG, "Couldn't find package statistics when removing location request.");
90 * Usage statistics for a package/provider pair.
133 Log.e(TAG, "Reference counting corrupted in usage statistics.");
179 * Returns true if a request is active for these tracked statistics
[all...]

Completed in 66 milliseconds