Searched defs:iconState (Results 1 – 7 of 7) sorted by relevance
261 public void onSystemIconStateChanged(String iconState) { in onSystemIconStateChanged()268 String iconState = mIconProvider.getSystemIconState(); in verifyIconChanged() local
93 IconState iconState = new IconState(/* visible= */ true, R.drawable.icon, in getMobileDataIndicator() local
111 IconState iconState = new IconState(/* visible= */ true, R.drawable.icon, in getWifiIndicator() local
177 IconState iconState = new IconState(true, R.drawable.icon, ""); in getWifiIndicator() local
279 public void onSystemIconStateChanged(String iconState) { in onSystemIconStateChanged()
375 void onSystemIconStateChanged(String iconState); in onSystemIconStateChanged()
271 int[] iconState = mMuteButton.getIcon().getState(); in updateMuteButtonIconState() local