Searched defs:mLocationState (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DQuickSettingsModel.java240 private State mLocationState = new State(); field in class:QuickSettingsModel
552 mLocationCallback.refreshView(mLocationTile, mLocationState);
557 mLocationState.enabled = inUse;
558 mLocationState.label = description;
559 mLocationCallback.refreshView(mLocationTile, mLocationState);

Completed in 45 milliseconds