Searched refs:mPlmnLabel (Results 1 – 1 of 1) sorted by relevance
189 TextView mPlmnLabel; field in StatusBarService285 mPlmnLabel = (TextView)expanded.findViewById(R.id.plmnLabel); in makeStatusBarView()316 mPlmnLabel.setText(R.string.lockscreen_carrier_default); in makeStatusBarView()317 mPlmnLabel.setVisibility(View.VISIBLE); in makeStatusBarView()1725 mPlmnLabel.setVisibility(View.VISIBLE);1727 mPlmnLabel.setText(plmn);1729 mPlmnLabel.setText(R.string.lockscreen_carrier_default);1732 mPlmnLabel.setText("");1733 mPlmnLabel.setVisibility(View.GONE);