/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | DefaultPhoneNotifierTest.java | 257 assertEquals(2, cellLocationCapture.getValue().asCellLocation().getLac()); in testNotifyCellLocation() 258 assertEquals(3, cellLocationCapture.getValue().asCellLocation().getCid()); in testNotifyCellLocation() 259 assertEquals(-1, cellLocationCapture.getValue().asCellLocation().getPsc()); in testNotifyCellLocation() 265 assertEquals(2, cellLocationCapture.getValue().asCellLocation().getLac()); in testNotifyCellLocation() 266 assertEquals(3, cellLocationCapture.getValue().asCellLocation().getCid()); in testNotifyCellLocation() 267 assertEquals(-1, cellLocationCapture.getValue().asCellLocation().getPsc()); in testNotifyCellLocation()
|
D | ServiceStateTrackerTest.java | 905 GsmCellLocation cl = (GsmCellLocation) sst.getCellIdentity().asCellLocation(); in testGsmCellLocation() 929 CdmaCellLocation cl = (CdmaCellLocation) sst.getCellIdentity().asCellLocation(); in testCdmaCellLocation()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/vendor/dataconnection/ |
D | VendorDataResetEventTracker.java | 130 CellLocation currentCellLocation = mPhone.getCellIdentity().asCellLocation(); in startResetEventTracker() 132 mPreviousLocation = (GsmCellLocation) mPhone.getCellIdentity().asCellLocation(); in startResetEventTracker()
|
/frameworks/base/telephony/java/android/telephony/ |
D | CellIdentityCdma.java | 218 public CdmaCellLocation asCellLocation() { in asCellLocation() method in CellIdentityCdma
|
D | CellIdentityNr.java | 128 public CellLocation asCellLocation() { in asCellLocation() method in CellIdentityNr
|
D | CellIdentityGsm.java | 255 public GsmCellLocation asCellLocation() { in asCellLocation() method in CellIdentityGsm
|
D | CellIdentityTdscdma.java | 245 public GsmCellLocation asCellLocation() { in asCellLocation() method in CellIdentityTdscdma
|
D | CellIdentityWcdma.java | 268 public GsmCellLocation asCellLocation() { in asCellLocation() method in CellIdentityWcdma
|
D | CellIdentity.java | 227 public abstract @NonNull CellLocation asCellLocation(); in asCellLocation() method in CellIdentity
|
D | CellIdentityLte.java | 323 public GsmCellLocation asCellLocation() { in asCellLocation() method in CellIdentityLte
|
D | TelephonyManager.java | 2173 CellLocation cl = cellIdentity.asCellLocation(); in getCellLocation()
|
/frameworks/base/core/java/android/telephony/ |
D | PhoneStateListener.java | 1155 cellIdentity == null ? CellLocation.getEmpty() : cellIdentity.asCellLocation(); in onCellLocationChanged()
|
/frameworks/base/telephony/api/ |
D | system-current.txt | 137 method @NonNull public abstract android.telephony.CellLocation asCellLocation(); 142 method @NonNull public android.telephony.cdma.CdmaCellLocation asCellLocation(); 147 method @NonNull public android.telephony.gsm.GsmCellLocation asCellLocation(); 152 method @NonNull public android.telephony.gsm.GsmCellLocation asCellLocation(); 157 method @NonNull public android.telephony.CellLocation asCellLocation(); 162 method @NonNull public android.telephony.gsm.GsmCellLocation asCellLocation(); 167 method @NonNull public android.telephony.gsm.GsmCellLocation asCellLocation();
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | GsmCdmaCallTracker.java | 1547 CellLocation loc = mPhone.getCellIdentity().asCellLocation(); in handleMessage()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | DcTracker.java | 3886 CellLocation loc = mPhone.getCellIdentity().asCellLocation(); in getCellLocationId()
|
/frameworks/base/api/ |
D | system-current.txt | 8107 method @NonNull public abstract android.telephony.CellLocation asCellLocation(); 8112 method @NonNull public android.telephony.cdma.CdmaCellLocation asCellLocation(); 8117 method @NonNull public android.telephony.gsm.GsmCellLocation asCellLocation(); 8122 method @NonNull public android.telephony.gsm.GsmCellLocation asCellLocation(); 8127 method @NonNull public android.telephony.CellLocation asCellLocation(); 8132 method @NonNull public android.telephony.gsm.GsmCellLocation asCellLocation(); 8137 method @NonNull public android.telephony.gsm.GsmCellLocation asCellLocation();
|
/frameworks/base/non-updatable-api/ |
D | system-current.txt | 8005 method @NonNull public abstract android.telephony.CellLocation asCellLocation(); 8010 method @NonNull public android.telephony.cdma.CdmaCellLocation asCellLocation(); 8015 method @NonNull public android.telephony.gsm.GsmCellLocation asCellLocation(); 8020 method @NonNull public android.telephony.gsm.GsmCellLocation asCellLocation(); 8025 method @NonNull public android.telephony.CellLocation asCellLocation(); 8030 method @NonNull public android.telephony.gsm.GsmCellLocation asCellLocation(); 8035 method @NonNull public android.telephony.gsm.GsmCellLocation asCellLocation();
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 13842 HSPLandroid/telephony/CellIdentityLte;->asCellLocation()Landroid/telephony/CellLocation; 13852 HSPLandroid/telephony/CellIdentityWcdma;->asCellLocation()Landroid/telephony/CellLocation; 13853 HSPLandroid/telephony/CellIdentityWcdma;->asCellLocation()Landroid/telephony/gsm/GsmCellLocation;
|