Searched refs:mCellInfo (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/
H A DRadioInfo.java180 private TextView mCellInfo; field in class:RadioInfo
377 mCellInfo = (TextView) findViewById(R.id.cellinfo);
378 mCellInfo.setTypeface(Typeface.MONOSPACE);
770 mCellInfo.setText(buildCellInfoString(arrayCi));
964 mCellInfo.setText("");
/packages/apps/Launcher2/src/com/android/launcher2/
H A DCellLayout.java79 private final CellInfo mCellInfo = new CellInfo(); field in class:CellLayout
708 mCellInfo.screen = ((ViewGroup) getParent()).indexOfChild(this);
712 final CellInfo cellInfo = mCellInfo;
787 final CellInfo cellInfo = mCellInfo;

Completed in 281 milliseconds