Searched defs:mCellLocation (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DTelephonyRegistry.java120 private Bundle mCellLocation = new Bundle(); field in class:TelephonyRegistry
143 TelephonyRegistry.this.notifyCellLocation(mCellLocation);
174 location.fillInNotifierBundle(mCellLocation);
258 if (DBG_LOC) Slog.d(TAG, "listen: mCellLocation=" + mCellLocation);
259 r.callback.onCellLocationChanged(new Bundle(mCellLocation));
567 mCellLocation = cellLocation;
572 Slog.d(TAG, "notifyCellLocation: mCellLocation=" + mCellLocation
629 pw.println(" mCellLocation
[all...]

Completed in 67 milliseconds