Searched refs:hasLocationPermissions (Results 1 – 5 of 5) sorted by relevance
104 if (!hasLocationPermissions(context)) { in registerForLocationUpdates()168 || !hasLocationPermissions(appContext) in getLocationBasedCountryIso()271 private static boolean hasLocationPermissions(Context context) { in hasLocationPermissions() method in CountryDetector
51 public static boolean hasLocationPermissions(Context context) { in hasLocationPermissions() method in PermissionsUtil
291 || PermissionsUtil.hasLocationPermissions(getContext()) in showLocationPermission()419 if (getContext() == null || !PermissionsUtil.hasLocationPermissions(getContext())) { in loadNearbyPlacesCursor()
77 if (!PermissionsUtil.hasLocationPermissions(context)) { in canGetLocation()
98 public static boolean hasLocationPermissions(Context context) { in hasLocationPermissions() method in PermissionsUtil