Searched refs:CellIdentityCdma (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
H A DCellIdentityCdma.aidl20 parcelable CellIdentityCdma;
H A DCellIdentityCdma.java28 public final class CellIdentityCdma extends CellIdentity { class in inherits:CellIdentity
29 private static final String TAG = CellIdentityCdma.class.getSimpleName();
56 public CellIdentityCdma() { method in class:CellIdentityCdma
77 public CellIdentityCdma(int nid, int sid, int bid, int lon, int lat) { method in class:CellIdentityCdma
95 public CellIdentityCdma(int nid, int sid, int bid, int lon, int lat, String alphal, method in class:CellIdentityCdma
109 private CellIdentityCdma(CellIdentityCdma cid) { method in class:CellIdentityCdma
114 CellIdentityCdma copy() {
115 return new CellIdentityCdma(this);
185 if (!(other instanceof CellIdentityCdma)) {
225 private CellIdentityCdma(Parcel in) { method in class:CellIdentityCdma
[all...]
H A DCellInfoCdma.java31 private CellIdentityCdma mCellIdentityCdma;
37 mCellIdentityCdma = new CellIdentityCdma();
48 public CellIdentityCdma getCellIdentity() {
52 public void setCellIdentity(CellIdentityCdma cid) {
119 mCellIdentityCdma = CellIdentityCdma.CREATOR.createFromParcel(in);
H A DCellIdentity.java219 case TYPE_CDMA: return CellIdentityCdma.createFromParcelBody(in);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DCellIdentityCdmaTest.java22 import android.telephony.CellIdentityCdma;
26 /** Unit tests for {@link CellIdentityCdma}. */
45 CellIdentityCdma ci =
46 new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE,
58 CellIdentityCdma ci =
59 new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, -1, 0,
68 CellIdentityCdma ciA =
69 new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE,
71 CellIdentityCdma ciB =
72 new CellIdentityCdma(NETWORK_I
[all...]
H A DCellIdentityTest.java21 import android.telephony.CellIdentityCdma;
91 ci = new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE,
H A DRILTest.java115 import android.telephony.CellIdentityCdma;
1226 CellIdentityCdma ci = new CellIdentityCdma(
1437 CellIdentityCdma ci = new CellIdentityCdma(
1458 CellIdentityCdma ci = new CellIdentityCdma(
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCellularNetworkService.java29 import android.telephony.CellIdentityCdma;
350 android.hardware.radio.V1_0.CellIdentityCdma cellIdentityCdma =
353 result = new CellIdentityCdma(cellIdentityCdma.networkId,
445 android.hardware.radio.V1_2.CellIdentityCdma cellIdentityCdma =
448 result = new CellIdentityCdma(
H A DServiceStateTracker.java55 import android.telephony.CellIdentityCdma;
952 baseStationId = ((CellIdentityCdma) cellIdentity).getBasestationId();
953 baseStationLatitude = ((CellIdentityCdma) cellIdentity).getLatitude();
954 baseStationLongitude = ((CellIdentityCdma) cellIdentity).getLongitude();
955 systemId = ((CellIdentityCdma) cellIdentity).getSystemId();
956 networkId = ((CellIdentityCdma) cellIdentity).getNetworkId();
1841 systemId = ((CellIdentityCdma) cellIdentity).getSystemId();
1842 networkId = ((CellIdentityCdma) cellIdentity).getNetworkId();
H A DPhone.java44 import android.telephony.CellIdentityCdma;
1719 CellIdentityCdma cellIdentity = cellInfoCdma.getCellIdentity();
1720 CellIdentityCdma maskedCellIdentity = new CellIdentityCdma(
H A DRIL.java75 import android.telephony.CellIdentityCdma;
5248 new CellIdentityCdma(ni, si, bsi, lon, lat, al, as).writeToParcel(p, 0);
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DNetworkMonitor.java55 import android.telephony.CellIdentityCdma;
1301 CellIdentityCdma cellId = ((CellInfoCdma) cellInfo).getCellIdentity();
/frameworks/base/config/
H A Dboot-image-profile.txt5721 HPLandroid/telephony/CellIdentityCdma$1;->createFromParcel(Landroid/os/Parcel;)Landroid/telephony/CellIdentityCdma;
5722 HPLandroid/telephony/CellIdentityCdma$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;
5723 HPLandroid/telephony/CellIdentityCdma;-><init>(Landroid/os/Parcel;)V
[all...]

Completed in 237 milliseconds