Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DLocationControllerImpl.java45 public static final int LOCATION_STATUS_ICON_ID = R.drawable.stat_sys_location; field in LocationControllerImpl
184 mStatusBarManager.setIcon(LOCATION_STATUS_ICON_PLACEHOLDER, LOCATION_STATUS_ICON_ID, 0, in refreshViews()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DDemoStatusIcons.java83 … int iconId = location.equals("show") ? LocationControllerImpl.LOCATION_STATUS_ICON_ID in dispatchDemoCommand()