Home
last modified time | relevance | path

Searched refs:CellLocation (Results 1 – 25 of 25) 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()
94 public static CellLocation getEmpty() { in getEmpty()
DPhoneStateListener.java321 PhoneStateListener.this.onCellLocationChanged((CellLocation)msg.obj); in PhoneStateListener()
417 public void onCellLocationChanged(CellLocation location) { in onCellLocationChanged()
626 CellLocation location = CellLocation.newFromBundle(bundle); in onCellLocationChanged()
DTelephonyManager.java1118 public CellLocation getCellLocation() { in getCellLocation()
1130 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.java22 import android.telephony.CellLocation;
113 CellLocation cl = mPhone.getCellLocation(); in handleGsmBroadcastSms()
/frameworks/base/services/core/java/com/android/server/emergency/
DEmergencyAffordanceService.java32 import android.telephony.CellLocation;
84 public void onCellLocationChanged(CellLocation location) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneInternalInterface.java24 import android.telephony.CellLocation;
212 CellLocation getCellLocation(WorkSource workSource); in getCellLocation()
DServiceStateTracker.java63 import android.telephony.CellLocation;
362 public CellLocation mCellLoc;
363 private CellLocation mNewCellLoc;
916 private void processCellLocationInfo(CellLocation cellLocation, in processCellLocationInfo()
2733 CellLocation tcl = mCellLoc; in pollStateDone()
3396 public CellLocation getCellLocation(WorkSource workSource) { in getCellLocation()
DGsmCdmaCallTracker.java32 import android.telephony.CellLocation;
1444 CellLocation loc = mPhone.getCellLocation(); in handleMessage()
DPhone.java45 import android.telephony.CellLocation;
1650 public CellLocation getCellLocation() { in getCellLocation()
DGsmCdmaPhone.java57 import android.telephony.CellLocation;
415 public CellLocation getCellLocation(WorkSource workSource) { 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(WorkSource workSource) { in getCellLocation()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneBase.java28 import android.telephony.CellLocation;
154 public CellLocation getCellLocation(WorkSource workSource) { in getCellLocation()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DPhoneMock.java33 import android.telephony.CellLocation;
1081 public CellLocation getCellLocation(WorkSource workSource) { in getCellLocation()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaPhoneTest.java52 import android.telephony.CellLocation;
174 CellLocation cellLocation = new GsmCellLocation(); in testGetCellLocation()
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java36 import android.telephony.CellLocation;
294 CellLocation location = CellLocation.getEmpty(); in TelephonyRegistry()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java60 import android.telephony.CellLocation;
4131 CellLocation loc = mPhone.getCellLocation(); in getCellLocationId()
/frameworks/base/
Dpreloaded-classes2125 android.telephony.CellLocation
Dcompiled-classes-phone3912 android.telephony.CellLocation
/frameworks/base/services/
Dprofile-classes2440 Landroid/telephony/CellLocation;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt28272 public abstract class CellLocation {
28273 ctor public CellLocation();
28274 method public static android.telephony.CellLocation getEmpty();
28433 method public void onCellLocationChanged(android.telephony.CellLocation);
28655 method public android.telephony.CellLocation getCellLocation();
28745 public class CdmaCellLocation extends android.telephony.CellLocation {
28764 public class GsmCellLocation extends android.telephony.CellLocation {
/frameworks/base/api/
Dcurrent.txt39542 public abstract class CellLocation {
39543 ctor public CellLocation();
39544 method public static android.telephony.CellLocation getEmpty();
39717 method public void onCellLocationChanged(android.telephony.CellLocation);
39955 method public deprecated android.telephony.CellLocation getCellLocation();
40150 public class CdmaCellLocation extends android.telephony.CellLocation {
40169 public class GsmCellLocation extends android.telephony.CellLocation {
Dsystem-current.txt42972 public abstract class CellLocation {
42973 ctor public CellLocation();
42974 method public static android.telephony.CellLocation getEmpty();
43147 method public void onCellLocationChanged(android.telephony.CellLocation);
43423 method public deprecated android.telephony.CellLocation getCellLocation();
43654 public class CdmaCellLocation extends android.telephony.CellLocation {
43673 public class GsmCellLocation extends android.telephony.CellLocation {