Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DLocationControllerImpl.java87 private boolean mShowSystemAccessesSetting; field in LocationControllerImpl
108 mShowSystemAccessesSetting = getShowSystemSetting(); in LocationControllerImpl()
112 mShowSystemAccessesSetting = getShowSystemSetting(); in LocationControllerImpl()
252 boolean showSystem = mShowSystemAccessesFlag || mShowSystemAccessesSetting; in areActiveLocationRequests()