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()
74 Assert.checkArgument(canGetLocation(context)); in LocationHelper()78 static boolean canGetLocation(Context context) { in canGetLocation() method in LocationHelper
26 boolean canGetLocation(@NonNull Context context); in canGetLocation() method
40 public boolean canGetLocation(@NonNull Context context) { in canGetLocation() method in StubCallLocationModule.StubCallLocation
216 } else if (!callLocation.canGetLocation(mContext)) { in onInCallScreenReady()810 if (!callLocation.canGetLocation(mContext)) { in getLocationFragment()