Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DLocationControllerImpl.java44 public static final String LOCATION_STATUS_ICON_PLACEHOLDER = "location"; field in LocationControllerImpl
184 mStatusBarManager.setIcon(LOCATION_STATUS_ICON_PLACEHOLDER, LOCATION_STATUS_ICON_ID, 0, in refreshViews()
187 mStatusBarManager.removeIcon(LOCATION_STATUS_ICON_PLACEHOLDER); in refreshViews()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DDemoStatusIcons.java85 updateSlot(LocationControllerImpl.LOCATION_STATUS_ICON_PLACEHOLDER, null, iconId); in dispatchDemoCommand()