OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mCellInfo
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/services/core/java/com/android/server/
TelephonyRegistry.java
153
private ArrayList<List<CellInfo>>
mCellInfo
= null;
255
mCellInfo
= new ArrayList<List<CellInfo>>();
269
mCellInfo
.add(i, null);
439
if (DBG_LOC) log("listen:
mCellInfo
[" + phoneId + "] = "
440
+
mCellInfo
.get(phoneId));
441
r.callback.onCellInfoChanged(
mCellInfo
.get(phoneId));
663
mCellInfo
.set(phoneId, cellInfo);
670
log("notifyCellInfo:
mCellInfo
=" + cellInfo + " r=" + r);
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
ServiceStateTracker.java
74
protected final CellInfo
mCellInfo
;
218
mCellInfo
= cellInfo;
251
synchronized(
mCellInfo
) {
[
all
...]
/packages/apps/Settings/src/com/android/settings/
RadioInfo.java
105
private TextView
mCellInfo
;
273
mCellInfo
= (TextView) findViewById(R.id.cellinfo);
550
mCellInfo
.setText(value.toString());
[
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
...]
Completed in 80 milliseconds