Searched refs:isAllowedByCurrentUserSettingsLocked (Results 1 – 1 of 1) sorted by relevance
868 if (isAllowedByCurrentUserSettingsLocked(updateRecord.mProvider)) { in updateMonitoring()1303 if (isAllowedByCurrentUserSettingsLocked(LocationManager.GPS_PROVIDER)) { in reportLocationBatch()1336 private boolean isAllowedByCurrentUserSettingsLocked(String provider) { in isAllowedByCurrentUserSettingsLocked() method in LocationManagerService1361 return isAllowedByCurrentUserSettingsLocked(provider); in isAllowedByUserSettingsLocked()1646 boolean shouldBeEnabled = isAllowedByCurrentUserSettingsLocked(name); in updateProvidersLocked()2128 if (!isAllowedByCurrentUserSettingsLocked(provider)) { in removeUpdatesLocked()2139 if (!isAllowedByCurrentUserSettingsLocked(p.getName())) { in applyAllProviderRequirementsLocked()2760 if (isAllowedByCurrentUserSettingsLocked(provider)) { in handleLocationChanged()