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

/frameworks/base/location/java/com/android/internal/location/
H A DGpsLocationProvider.java84 * @see #EXTRA_ENABLED
95 * @see #EXTRA_ENABLED
109 public static final String EXTRA_ENABLED = "enabled"; field in class:GpsLocationProvider
1035 intent.putExtra(EXTRA_ENABLED, true);
1112 intent.putExtra(EXTRA_ENABLED, mNavigating);
1169 intent.putExtra(EXTRA_ENABLED, false);

Completed in 20 milliseconds