Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DLocationControllerImpl.java114 if (isUserLocationRestricted(currentUserId)) { in setLocationEnabled()
143 private boolean isUserLocationRestricted(int userId) { in isUserLocationRestricted() method in LocationControllerImpl