Searched refs:PACKAGE2 (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/location/
H A DLocationRequestStatisticsTest.java14 private static final String PACKAGE2 = "package2"; field in class:LocationRequestStatisticsTest
126 mStatistics.startRequesting(PACKAGE2, PROVIDER1, INTERVAL1, true);
143 PackageProviderKey key3 = new PackageProviderKey(PACKAGE2, PROVIDER1);
162 mStatistics.stopRequesting(PACKAGE2, PROVIDER1);
174 mStatistics.startRequesting(PACKAGE2, PROVIDER1, INTERVAL1, false);
177 mStatistics.updateForeground(PACKAGE2, PROVIDER1, true);

Completed in 110 milliseconds