Searched refs:canGetLocation (Results 1 – 5 of 5) sorted by relevance
38 public boolean canGetLocation(@NonNull Context context) { in canGetLocation() method in CallLocationImpl40 return LocationHelper.canGetLocation(context); in canGetLocation()
72 Assert.checkArgument(canGetLocation(context)); in LocationHelper()76 static boolean canGetLocation(Context context) { in canGetLocation() method in LocationHelper
26 boolean canGetLocation(@NonNull Context context); in canGetLocation() method
43 public boolean canGetLocation(@NonNull Context context) { in canGetLocation() method in StubCallLocationModule.StubCallLocation
214 } else if (!callLocation.canGetLocation(context)) { in onInCallScreenReady()793 if (!callLocation.canGetLocation(context)) { in shouldShowLocation()