Searched refs:isGpsEnabled (Results 1 – 3 of 3) sorted by relevance
262 private void handleGpsEnabledChanged(boolean isGpsEnabled) { in handleGpsEnabledChanged() argument265 + ", isGpsEnabled: " + isGpsEnabled); in handleGpsEnabledChanged()270 mIsGpsEnabled = isGpsEnabled; in handleGpsEnabledChanged()
974 if (enabled == isGpsEnabled()) { in updateEnabled()985 private boolean isGpsEnabled() { in isGpsEnabled() method in GnssLocationProvider1029 if (mProviderRequest.isActive() && isGpsEnabled()) { in updateRequirements()1678 if (isGpsEnabled()) { in onHalRestarted()
14124 PLcom/android/server/location/gnss/GnssLocationProvider;->isGpsEnabled()Z