Home
last modified time | relevance | path

Searched refs:CdmaCellLocation (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/telephony/java/android/telephony/cdma/
DCdmaCellLocation.java25 public class CdmaCellLocation extends CellLocation { class
57 public CdmaCellLocation() { in CdmaCellLocation() method in CdmaCellLocation
68 public CdmaCellLocation(Bundle bundle) { in CdmaCellLocation() method in CdmaCellLocation
167 CdmaCellLocation s; in equals()
170 s = (CdmaCellLocation)o; in equals()
/frameworks/base/telephony/java/android/telephony/
DCellLocation.java23 import android.telephony.cdma.CdmaCellLocation;
65 return new CdmaCellLocation(bundle); in newFromBundle()
99 return new CdmaCellLocation(); in getEmpty()
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
DTrackerService.java41 import android.telephony.cdma.CdmaCellLocation;
353 } else if (location instanceof CdmaCellLocation) {
354 CdmaCellLocation cellLocation = (CdmaCellLocation)location;
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaPhoneTest.java57 import android.telephony.cdma.CdmaCellLocation;
247 CdmaCellLocation cdmaCellLocation = new CdmaCellLocation(); in testGetCellLocation()
269 CdmaCellLocation actualCellLocation = in testGetCellLocation()
270 (CdmaCellLocation) mPhoneUT.getCellLocation(workSource); in testGetCellLocation()
271 assertEquals(CdmaCellLocation.INVALID_LAT_LONG, in testGetCellLocation()
273 assertEquals(CdmaCellLocation.INVALID_LAT_LONG, in testGetCellLocation()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaPhone.java69 import android.telephony.cdma.CdmaCellLocation;
442 CdmaCellLocation loc = (CdmaCellLocation)mSST.mCellLoc; in getCellLocation()
448 CdmaCellLocation privateLoc = new CdmaCellLocation(); in getCellLocation()
450 CdmaCellLocation.INVALID_LAT_LONG, in getCellLocation()
451 CdmaCellLocation.INVALID_LAT_LONG, in getCellLocation()
DServiceStateTracker.java75 import android.telephony.cdma.CdmaCellLocation;
626 mCellLoc = new CdmaCellLocation(); in updatePhoneType()
627 mNewCellLoc = new CdmaCellLocation(); in updatePhoneType()
944 int baseStationLatitude = CdmaCellLocation.INVALID_LAT_LONG; in processCellLocationInfo()
945 int baseStationLongitude = CdmaCellLocation.INVALID_LAT_LONG; in processCellLocationInfo()
967 baseStationLatitude = CdmaCellLocation.INVALID_LAT_LONG; in processCellLocationInfo()
968 baseStationLongitude = CdmaCellLocation.INVALID_LAT_LONG; in processCellLocationInfo()
972 ((CdmaCellLocation) cellLocation).setCellLocationData(baseStationId, in processCellLocationInfo()
DGsmCdmaCallTracker.java38 import android.telephony.cdma.CdmaCellLocation;
1459 cid = ((CdmaCellLocation)loc).getBaseStationId(); in handleMessage()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java69 import android.telephony.cdma.CdmaCellLocation;
4044 } else if (loc instanceof CdmaCellLocation) { in getCellLocationId()
4045 cid = ((CdmaCellLocation)loc).getBaseStationId(); in getCellLocationId()
/frameworks/base/config/
Dhiddenapi-light-greylist.txt5297 Landroid/telephony/cdma/CdmaCellLocation;->equalsHandlesNulls(Ljava/lang/Object;Ljava/lang/Object;)Z
5298 Landroid/telephony/cdma/CdmaCellLocation;->mBaseStationId:I
5299 Landroid/telephony/cdma/CdmaCellLocation;->mBaseStationLatitude:I
5300 Landroid/telephony/cdma/CdmaCellLocation;->mBaseStationLongitude:I
5301 Landroid/telephony/cdma/CdmaCellLocation;->mNetworkId:I
5302 Landroid/telephony/cdma/CdmaCellLocation;->mSystemId:I
Dhiddenapi-public-dex.txt42706 Landroid/telephony/cdma/CdmaCellLocation;
42707 Landroid/telephony/cdma/CdmaCellLocation;-><init>()V
42708 Landroid/telephony/cdma/CdmaCellLocation;-><init>(Landroid/os/Bundle;)V
42709 Landroid/telephony/cdma/CdmaCellLocation;->convertQuartSecToDecDegrees(I)D
42710 Landroid/telephony/cdma/CdmaCellLocation;->equals(Ljava/lang/Object;)Z
42711 Landroid/telephony/cdma/CdmaCellLocation;->fillInNotifierBundle(Landroid/os/Bundle;)V
42712 Landroid/telephony/cdma/CdmaCellLocation;->getBaseStationId()I
42713 Landroid/telephony/cdma/CdmaCellLocation;->getBaseStationLatitude()I
42714 Landroid/telephony/cdma/CdmaCellLocation;->getBaseStationLongitude()I
42715 Landroid/telephony/cdma/CdmaCellLocation;->getNetworkId()I
[all …]
Dboot-image-profile.txt5832 HPLandroid/telephony/cdma/CdmaCellLocation;-><init>(Landroid/os/Bundle;)V
5833 HPLandroid/telephony/cdma/CdmaCellLocation;->getBaseStationId()I
5834 HPLandroid/telephony/cdma/CdmaCellLocation;->getBaseStationLatitude()I
5835 HPLandroid/telephony/cdma/CdmaCellLocation;->getBaseStationLongitude()I
5836 HPLandroid/telephony/cdma/CdmaCellLocation;->getNetworkId()I
5837 HPLandroid/telephony/cdma/CdmaCellLocation;->getSystemId()I
5838 HPLandroid/telephony/cdma/CdmaCellLocation;->isEmpty()Z
58128 Landroid/telephony/cdma/CdmaCellLocation;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt28745 public class CdmaCellLocation extends android.telephony.CellLocation {
28746 ctor public CdmaCellLocation();
28747 ctor public CdmaCellLocation(android.os.Bundle);
/frameworks/base/api/
Dcurrent.txt42673 public class CdmaCellLocation extends android.telephony.CellLocation {
42674 ctor public CdmaCellLocation();
42675 ctor public CdmaCellLocation(android.os.Bundle);