Home
last modified time | relevance | path

Searched refs:locationServiceStatus (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/calllocation/impl/
DGoogleLocationSettingHelper.java124 int locationServiceStatus = StrictModeUtils.bypass(() -> getUseLocationForServices(context)); in isGoogleLocationServicesEnabled() local
125 return locationServiceStatus == USE_LOCATION_FOR_SERVICES_ON; in isGoogleLocationServicesEnabled()