Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/calllocation/impl/
DGoogleLocationSettingHelper.java119 public static boolean isGoogleLocationServicesEnabled(Context context) { in isGoogleLocationServicesEnabled() method in GoogleLocationSettingHelper
DLocationHelper.java86 if (!GoogleLocationSettingHelper.isGoogleLocationServicesEnabled(context) in canGetLocation()