Home
last modified time | relevance | path

Searched refs:CellLocation (Results 1 – 19 of 19) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DCellLocation.java31 public abstract class CellLocation { class
60 public static CellLocation newFromBundle(Bundle bundle) { in newFromBundle()
88 public static CellLocation getEmpty() { in getEmpty()
DPhoneStateListener.java24 import android.telephony.CellLocation;
292 PhoneStateListener.this.onCellLocationChanged((CellLocation)msg.obj); in PhoneStateListener()
382 public void onCellLocationChanged(CellLocation location) { in onCellLocationChanged()
555 CellLocation location = CellLocation.newFromBundle(bundle);
DTelephonyManager.java819 public CellLocation getCellLocation() { in getCellLocation()
831 CellLocation cl = CellLocation.newFromBundle(bundle); in getCellLocation()
/frameworks/base/telephony/java/android/telephony/gsm/
DGsmCellLocation.java20 import android.telephony.CellLocation;
25 public class GsmCellLocation extends CellLocation {
/frameworks/base/telephony/java/android/telephony/cdma/
DCdmaCellLocation.java20 import android.telephony.CellLocation;
25 public class CdmaCellLocation extends CellLocation {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmCellBroadcastHandler.java23 import android.telephony.CellLocation;
115 CellLocation cl = mPhone.getCellLocation(); in handleGsmBroadcastSms()
DGSMPhone.java33 import android.telephony.CellLocation;
280 public CellLocation getCellLocation() { in getCellLocation()
DGsmServiceStateTracker.java50 import android.telephony.CellLocation;
1647 public CellLocation getCellLocation() { in getCellLocation()
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
DTrackerService.java37 import android.telephony.CellLocation;
346 public void onCellLocationChanged(CellLocation location) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhoneBase.java29 import android.telephony.CellLocation;
115 public CellLocation getCellLocation() { in getCellLocation()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneBase.java29 import android.telephony.CellLocation;
148 public CellLocation getCellLocation() { in getCellLocation()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhone.java26 import android.telephony.CellLocation;
192 CellLocation getCellLocation(); in getCellLocation()
DPhoneProxy.java35 import android.telephony.CellLocation;
362 public CellLocation getCellLocation() { in getCellLocation()
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java36 import android.telephony.CellLocation;
291 CellLocation location = CellLocation.getEmpty(); in TelephonyRegistry()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCDMAPhone.java39 import android.telephony.CellLocation;
653 public CellLocation getCellLocation() { in getCellLocation()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java51 import android.telephony.CellLocation;
2730 CellLocation loc = mPhone.getCellLocation(); in getCellLocationId()
/frameworks/base/api/
Dcurrent.txt30711 public abstract class CellLocation {
30712 ctor public CellLocation();
30713 method public static android.telephony.CellLocation getEmpty();
30881 method public void onCellLocationChanged(android.telephony.CellLocation);
31107 method public android.telephony.CellLocation getCellLocation();
31205 public class CdmaCellLocation extends android.telephony.CellLocation {
31224 public class GsmCellLocation extends android.telephony.CellLocation {
Dsystem-current.txt32945 public abstract class CellLocation {
32946 ctor public CellLocation();
32947 method public static android.telephony.CellLocation getEmpty();
33115 method public void onCellLocationChanged(android.telephony.CellLocation);
33356 method public android.telephony.CellLocation getCellLocation();
33488 public class CdmaCellLocation extends android.telephony.CellLocation {
33507 public class GsmCellLocation extends android.telephony.CellLocation {
/frameworks/base/docs/html/
Dsitemap.txt4585 http://developer.android.com/reference/android/telephony/CellLocation.html