Searched refs:blockedByLocationOff (Results 1 – 3 of 3) sorted by relevance
100 public void blockedByLocationOff() throws Exception { in blockedByLocationOff() method in UtilsTest105 assertThat(Utils.blockedByLocationOff(context, userHandle)).isEqualTo(!enableStatus); in blockedByLocationOff()108 assertThat(Utils.blockedByLocationOff(context, userHandle)).isEqualTo(enableStatus); in blockedByLocationOff()
878 public static boolean blockedByLocationOff(Context context, UserHandle userHandle) { in blockedByLocationOff() method in Utils891 if (blockedByLocationOff(context, userHandle)) { in checkCallerHasCoarseLocation()924 if (blockedByLocationOff(context, userHandle)) { in checkCallerHasCoarseOrFineLocation()962 if (blockedByLocationOff(context, userHandle)) { in checkCallerHasFineLocation()
558 && !Utils.blockedByLocationOff(mContext, client.userHandle); in hasScanResultPermission()