Searched refs:numLocations (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/ |
D | LocationUtils.java | 48 int numLocations) { in createLocationResult() argument 49 Location[] locations = new Location[numLocations]; in createLocationResult() 50 for (int i = 0; i < numLocations; i++) { in createLocationResult()
|
/frameworks/base/services/core/java/com/android/server/location/eventlog/ |
D | LocationEventLog.java | 194 public void logProviderReceivedLocations(String provider, int numLocations) { in logProviderReceivedLocations() argument 195 addLogEvent(EVENT_PROVIDER_RECEIVE_LOCATION, provider, numLocations); in logProviderReceivedLocations() 199 public void logProviderDeliveredLocations(String provider, int numLocations, in logProviderDeliveredLocations() argument 202 addLogEvent(EVENT_PROVIDER_DELIVER_LOCATION, provider, numLocations, identity); in logProviderDeliveredLocations() 406 ProviderReceiveLocationEvent(long timeDelta, String provider, int numLocations) { in ProviderReceiveLocationEvent() argument 408 mNumLocations = numLocations; in ProviderReceiveLocationEvent() 422 ProviderDeliverLocationEvent(long timeDelta, String provider, int numLocations, in ProviderDeliverLocationEvent() argument 425 mNumLocations = numLocations; in ProviderDeliverLocationEvent()
|