HomeSort by relevance Sort by last modified time
    Searched defs:qsIcon (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
WifiSignalController.java 92 IconState qsIcon = new IconState(mCurrentState.connected, getQsCurrentIconId(),
94 callback.setWifiIndicators(mCurrentState.enabled, statusIcon, qsIcon,
MobileSignalController.java 286 IconState qsIcon = null;
291 qsIcon = new IconState(mCurrentState.enabled
303 callback.setMobileDataIndicators(statusIcon, qsIcon, typeIcon, qsTypeIcon,

Completed in 371 milliseconds