Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DCellIdentity.java32 public abstract class CellIdentity implements Parcelable { class
58 protected CellIdentity(String tag, int type, String mcc, String mnc, String alphal, in CellIdentity() method in CellIdentity
178 if (!(other instanceof CellIdentity)) { in equals()
182 CellIdentity o = (CellIdentity) other; in equals()
213 protected CellIdentity(String tag, int type, Parcel source) { in CellIdentity() method in CellIdentity
219 public static final @android.annotation.NonNull Creator<CellIdentity> CREATOR =
220 new Creator<CellIdentity>() {
222 public CellIdentity createFromParcel(Parcel in) {
237 public CellIdentity[] newArray(int size) {
238 return new CellIdentity[size];
DNetworkRegistrationInfo.java176 private CellIdentity mCellIdentity;
210 @Nullable CellIdentity cellIdentity) { in NetworkRegistrationInfo()
233 @Nullable CellIdentity cellIdentity, boolean cssSupported, in NetworkRegistrationInfo()
251 @Nullable CellIdentity cellIdentity, int maxDataCalls, in NetworkRegistrationInfo()
274 mCellIdentity = source.readParcelable(CellIdentity.class.getClassLoader()); in NetworkRegistrationInfo()
303 mCellIdentity = CellIdentity.CREATOR.createFromParcel(p); in NetworkRegistrationInfo()
427 public CellIdentity getCellIdentity() { in getCellIdentity()
666 private CellIdentity mCellIdentity;
770 public @NonNull Builder setCellIdentity(@Nullable CellIdentity cellIdentity) { in setCellIdentity()
DCellIdentity.aidl20 parcelable CellIdentity;
DCellInfoNr.java51 public CellIdentity getCellIdentity() { in getCellIdentity()
DCellIdentityNr.java29 public final class CellIdentityNr extends CellIdentity {
DCellIdentityTdscdma.java29 public final class CellIdentityTdscdma extends CellIdentity {
DCellIdentityCdma.java27 public final class CellIdentityCdma extends CellIdentity {
DCellIdentityWcdma.java30 public final class CellIdentityWcdma extends CellIdentity {
DCellIdentityGsm.java30 public final class CellIdentityGsm extends CellIdentity {
DCellIdentityLte.java31 public final class CellIdentityLte extends CellIdentity {
DCellInfo.java194 public abstract CellIdentity getCellIdentity(); in getCellIdentity()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellIdentityTest.java20 import android.telephony.CellIdentity;
57 CellIdentity ciA = new CellIdentityLte( in testEquals()
59 CellIdentity ciB = new CellIdentityLte( in testEquals()
81 CellIdentity ci = new CellIdentityLte(CI, PCI, TAC, EARFCN, BANDWIDTH, MCC_STR, MNC_STR, in testParcel()
88 CellIdentity newCi = CellIdentity.CREATOR.createFromParcel(p); in testParcel()
98 newCi = CellIdentity.CREATOR.createFromParcel(p); in testParcel()
DServiceStateTrackerTest.java65 import android.telephony.CellIdentity;
1731 private void changeRegState(int state, CellIdentity cid, int rat) { in changeRegState()
1735 private void changeRegState(int state, CellIdentity cid, int voiceRat, int dataRat) { in changeRegState()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCellularNetworkService.java29 import android.telephony.CellIdentity;
231 CellIdentity cellIdentity = in createRegistrationStateFromVoiceRegState()
254 CellIdentity cellIdentity = in createRegistrationStateFromVoiceRegState()
275 CellIdentity cellIdentity; in createRegistrationStateFromDataRegState()
365 private CellIdentity convertHalCellIdentityToCellIdentity( in convertHalCellIdentityToCellIdentity()
366 android.hardware.radio.V1_0.CellIdentity cellIdentity) { in convertHalCellIdentityToCellIdentity()
371 CellIdentity result = null; in convertHalCellIdentityToCellIdentity()
421 private CellIdentity convertHalCellIdentityToCellIdentity( in convertHalCellIdentityToCellIdentity()
422 android.hardware.radio.V1_2.CellIdentity cellIdentity) { in convertHalCellIdentityToCellIdentity()
427 CellIdentity result = null; in convertHalCellIdentityToCellIdentity()
DServiceStateTracker.java60 import android.telephony.CellIdentity;
425 private CellIdentity mCellIdentity;
426 private CellIdentity mNewCellIdentity;
1032 private int getLteEarfcn(CellIdentity cellIdentity) { in getLteEarfcn()
1218 CellIdentity cellIdentity = ((NetworkRegistrationInfo) ar.result) in handleMessage()
2072 CellIdentity cellIdentity = networkRegState.getCellIdentity(); in handlePollStateResultMessage()
2263 private static int getCidFromCellIdentity(CellIdentity id) { in getCidFromCellIdentity()
2279 private void setPhyCellInfoFromCellIdentity(ServiceState ss, CellIdentity cellIdentity) { in setPhyCellInfoFromCellIdentity()
3233 CellIdentity tempCellId = mCellIdentity; in pollStateDone()
3940 CellIdentity fallbackLteCid = null; // We prefer not to use LTE in getCellLocationFromCellInfo()
[all …]
/frameworks/base/config/
Dpreloaded-classes1604 android.hardware.radio.V1_2.CellIdentity
3270 android.telephony.CellIdentity$1
3271 android.telephony.CellIdentity
/frameworks/base/api/
Dtest-current.txt2808 method @Nullable public android.telephony.CellIdentity getCellIdentity();
2840 …elephony.NetworkRegistrationInfo.Builder setCellIdentity(@Nullable android.telephony.CellIdentity);
Dsystem-current.txt7639 method @Nullable public android.telephony.CellIdentity getCellIdentity();
7671 …elephony.NetworkRegistrationInfo.Builder setCellIdentity(@Nullable android.telephony.CellIdentity);
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...