Searched refs:CellLocation (Results 1 - 16 of 16) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
H A DCellLocation.java31 public abstract class CellLocation { class
50 * Create a new CellLocation from a intent notifier Bundle
56 * @return newly created CellLocation
60 public static CellLocation newFromBundle(Bundle bundle) {
84 * Return a new CellLocation object representing an unknown
88 public static CellLocation getEmpty() {
H A DPhoneStateListener.java24 import android.telephony.CellLocation;
290 PhoneStateListener.this.onCellLocationChanged((CellLocation)msg.obj);
377 public void onCellLocationChanged(CellLocation location) {
530 CellLocation location = CellLocation.newFromBundle(bundle);
H A DTelephonyManager.java729 public CellLocation getCellLocation() {
733 CellLocation cl = CellLocation.newFromBundle(bundle);
/frameworks/base/telephony/java/android/telephony/gsm/
H A DGsmCellLocation.java20 import android.telephony.CellLocation;
25 public class GsmCellLocation extends CellLocation {
/frameworks/base/telephony/java/android/telephony/cdma/
H A DCdmaCellLocation.java20 import android.telephony.CellLocation;
25 public class CdmaCellLocation extends CellLocation {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmCellBroadcastHandler.java23 import android.telephony.CellLocation;
115 CellLocation cl = mPhone.getCellLocation();
H A DGSMPhone.java33 import android.telephony.CellLocation;
282 public CellLocation getCellLocation() {
H A DGsmServiceStateTracker.java47 import android.telephony.CellLocation;
1595 public CellLocation getCellLocation() {
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
H A DTrackerService.java37 import android.telephony.CellLocation;
346 public void onCellLocationChanged(CellLocation location) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneBase.java28 import android.telephony.CellLocation;
154 public CellLocation getCellLocation() {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java28 import android.telephony.CellLocation;
114 public CellLocation getCellLocation() {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhone.java25 import android.telephony.CellLocation;
185 * Get the current CellLocation.
187 CellLocation getCellLocation();
1285 * Update the ServiceState CellLocation for current network registration.
H A DPhoneProxy.java32 import android.telephony.CellLocation;
347 public CellLocation getCellLocation() {
/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java34 import android.telephony.CellLocation;
279 CellLocation location = CellLocation.getEmpty();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java38 import android.telephony.CellLocation;
632 public CellLocation getCellLocation() {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTracker.java53 import android.telephony.CellLocation;
2737 CellLocation loc = mPhone.getCellLocation();

Completed in 300 milliseconds