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

/frameworks/base/location/java/android/location/
H A DLocationRequest.java170 float minDistance, boolean singleShot) {
189 if (singleShot) request.setNumUpdates(1);
195 float minDistance, boolean singleShot) {
222 if (singleShot) request.setNumUpdates(1);
169 createFromDeprecatedProvider(String provider, long minTime, float minDistance, boolean singleShot) argument
194 createFromDeprecatedCriteria(Criteria criteria, long minTime, float minDistance, boolean singleShot) argument
/frameworks/base/services/java/com/android/server/location/
H A DGpsLocationProvider.java837 boolean singleShot = false;
843 singleShot = true;
847 singleShot = false;
874 startNavigating(singleShot);
1030 private void startNavigating(boolean singleShot) { argument
1032 if (DEBUG) Log.d(TAG, "startNavigating, singleShot is " + singleShot);
1036 mSingleShot = singleShot;
1041 if (singleShot && hasCapability(GPS_CAPABILITY_MSA)) {

Completed in 1014 milliseconds