Searched refs:isLocationModeEnabled (Results 1 – 4 of 4) sorted by relevance
357 if (!isLocationModeEnabled(context, UserHandle.getUserHandleForUid(uid).getIdentifier()) in checkSystemLocationAccess()370 public static boolean isLocationModeEnabled(@NonNull Context context, @UserIdInt int userId) { in isLocationModeEnabled() method in LocationAccessPolicy
214 return isLocationModeEnabled() && PermissionChecker.checkPermissionForPreflight(mContext, in canAccessLocation()219 private boolean isLocationModeEnabled() { in isLocationModeEnabled() method in NetworkScorerAppManager
3695 if (LocationAccessPolicy.isLocationModeEnabled(mContext, mContext.getUserId())) { in broadcastServiceStateChanged()
53643 Landroid/telephony/LocationAccessPolicy;->isLocationModeEnabled(Landroid/content/Context;I)Z