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

  /frameworks/base/services/core/java/com/android/server/
TelephonyRegistry.java 173 private ArrayList<List<CellInfo>> mCellInfo = null;
313 mCellInfo = new ArrayList<List<CellInfo>>();
327 mCellInfo.add(i, null);
618 if (DBG_LOC) log("listen: mCellInfo[" + phoneId + "] = "
619 + mCellInfo.get(phoneId));
620 r.callback.onCellInfoChanged(mCellInfo.get(phoneId));
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DefaultPhoneNotifierTest.java 53 CellInfo mCellInfo;
127 mCellInfoList.add(mCellInfo);
134 assertEquals(mCellInfo, cellInfoArgumentCaptor.getValue().get(0));
  /packages/apps/Settings/src/com/android/settings/
RadioInfo.java 180 private TextView mCellInfo;
377 mCellInfo = (TextView) findViewById(R.id.cellinfo);
378 mCellInfo.setTypeface(Typeface.MONOSPACE);
770 mCellInfo.setText(buildCellInfoString(arrayCi));
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java 79 private final CellInfo mCellInfo = new CellInfo();
708 mCellInfo.screen = ((ViewGroup) getParent()).indexOfChild(this);
712 final CellInfo cellInfo = mCellInfo;
787 final CellInfo cellInfo = mCellInfo;
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 415 milliseconds