Searched refs:mMobileType (Results 1 – 1 of 1) sorted by relevance
58 private ImageView mMobile, mMobileType, mMobileRoaming; field in StatusBarMobileView106 mMobileType = findViewById(R.id.mobile_type); in init()157 mMobileType.setContentDescription(mState.typeContentDescription); in initViewState()158 mMobileType.setImageResource(mState.typeId); in initViewState()159 mMobileType.setVisibility(View.VISIBLE); in initViewState()161 mMobileType.setVisibility(View.GONE); in initViewState()186 mMobileType.setContentDescription(state.typeContentDescription); in updateState()187 mMobileType.setImageResource(state.typeId); in updateState()188 mMobileType.setVisibility(View.VISIBLE); in updateState()190 mMobileType.setVisibility(View.GONE); in updateState()[all …]