Home
last modified time | relevance | path

Searched refs:CellInfoGsm (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DCellInfoGsm.java29 public final class CellInfoGsm extends CellInfo implements Parcelable { class
39 public CellInfoGsm() { in CellInfoGsm() method in CellInfoGsm
46 public CellInfoGsm(CellInfoGsm ci) { in CellInfoGsm() method in CellInfoGsm
53 public CellInfoGsm(android.hardware.radio.V1_0.CellInfo ci) { in CellInfoGsm() method in CellInfoGsm
55 final android.hardware.radio.V1_0.CellInfoGsm cig = ci.gsm.get(0); in CellInfoGsm()
61 public CellInfoGsm(android.hardware.radio.V1_2.CellInfo ci) { in CellInfoGsm() method in CellInfoGsm
63 final android.hardware.radio.V1_2.CellInfoGsm cig = ci.gsm.get(0); in CellInfoGsm()
69 public CellInfoGsm(android.hardware.radio.V1_4.CellInfo ci, long timeStamp) { in CellInfoGsm() method in CellInfoGsm
71 final android.hardware.radio.V1_2.CellInfoGsm cig = ci.info.gsm(); in CellInfoGsm()
77 public CellInfoGsm(android.hardware.radio.V1_5.CellInfo ci, long timeStamp) { in CellInfoGsm() method in CellInfoGsm
[all …]
DCellInfo.java310 case TYPE_GSM: return CellInfoGsm.createFromParcelBody(in);
358 case android.hardware.radio.V1_0.CellInfoType.GSM: return new CellInfoGsm(ci); in create()
371 case android.hardware.radio.V1_0.CellInfoType.GSM: return new CellInfoGsm(ci); in create()
384 case Info.hidl_discriminator.gsm: return new CellInfoGsm(ci, timeStamp); in create()
399 return new CellInfoGsm(ci, timeStamp); in create()
DNeighboringCellInfo.java116 public NeighboringCellInfo(final CellInfoGsm info) { in NeighboringCellInfo()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DNetworkScanResultTest.java25 import android.telephony.CellInfoGsm;
48 CellInfoGsm gsm = new CellInfoGsm(); in testParcel()
DLocaleTrackerTest.java34 import android.telephony.CellInfoGsm;
67 private CellInfoGsm mCellInfo;
79 mCellInfo = new CellInfoGsm(); in setUp()
DRILTest.java136 import android.telephony.CellInfoGsm;
564 } else if (cellInfo instanceof CellInfoGsm) { in getRadioAccessSpecifier()
566 int[] gsmChannels = {((CellInfoGsm) cellInfo).getCellIdentity().getArfcn()}; in getRadioAccessSpecifier()
1371 android.hardware.radio.V1_0.CellInfoGsm cellinfo = in testConvertHalCellInfoListForGSM()
1372 new android.hardware.radio.V1_0.CellInfoGsm(); in testConvertHalCellInfoListForGSM()
1395 CellInfoGsm cellInfoGsm = (CellInfoGsm) ret.get(0); in testConvertHalCellInfoListForGSM()
1396 CellInfoGsm expected = new CellInfoGsm(); in testConvertHalCellInfoListForGSM()
1617 CellInfoGsm cellInfoGsm = (CellInfoGsm) ret.get(0); in testConvertHalCellInfoList_1_2ForGSM()
1618 CellInfoGsm expected = new CellInfoGsm(); in testConvertHalCellInfoList_1_2ForGSM()
1639 CellInfoGsm cellInfoGsm = (CellInfoGsm) ret.get(0); in testConvertHalCellInfoList_1_2ForGSMWithEmptyOperatorInfo()
[all …]
DSimulatedCommands.java35 import android.telephony.CellInfoGsm;
1968 private CellInfoGsm getCellInfoGsm() { in getCellInfoGsm()
1993 return CellInfoGsm.CREATOR.createFromParcel(p); in getCellInfoGsm()
DServiceStateTrackerTest.java69 import android.telephony.CellInfoGsm;
518 private CellInfoGsm getCellInfoGsm() { in getCellInfoGsm()
519 CellInfoGsm tmp = new CellInfoGsm(); in getCellInfoGsm()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DCellularLinkLayerStatsCollector.java30 import android.telephony.CellInfoGsm;
201 || (cellInfo instanceof CellInfoGsm && networkType == NETWORK_TYPE_GSM) in getPrimaryCellInfo()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DCellularLinkLayerStatsCollectorTest.java39 import android.telephony.CellInfoGsm;
114 ci = new CellInfoGsm(); in generateCellInfoList()
/frameworks/base/config/
Dpreloaded-classes3279 android.telephony.CellInfoGsm$1
Dhiddenapi-greylist-max-o.txt67103 Landroid/telephony/CellInfoGsm;-><init>(Landroid/os/Parcel;)V
67104 Landroid/telephony/CellInfoGsm;-><init>(Landroid/telephony/CellInfoGsm;)V
67105 Landroid/telephony/CellInfoGsm;->createFromParcelBody(Landroid/os/Parcel;)Landroid/telephony/CellIn…
67106 Landroid/telephony/CellInfoGsm;->DBG:Z
67107 Landroid/telephony/CellInfoGsm;->log(Ljava/lang/String;)V
67108 Landroid/telephony/CellInfoGsm;->LOG_TAG:Ljava/lang/String;
67109 Landroid/telephony/CellInfoGsm;->mCellIdentityGsm:Landroid/telephony/CellIdentityGsm;
67110 Landroid/telephony/CellInfoGsm;->mCellSignalStrengthGsm:Landroid/telephony/CellSignalStrengthGsm;
67111 Landroid/telephony/CellInfoGsm;->setCellIdentity(Landroid/telephony/CellIdentityGsm;)V
67112 Landroid/telephony/CellInfoGsm;->setCellSignalStrength(Landroid/telephony/CellSignalStrengthGsm;)V
Dboot-image-profile.txt13864 HSPLandroid/telephony/CellInfoGsm$1;-><init>()V
35885 Landroid/telephony/CellInfoGsm$1;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt28251 …public final class CellInfoGsm extends android.telephony.CellInfo implements android.os.Parcelable…
28255 field public static final android.os.Parcelable.Creator<android.telephony.CellInfoGsm> CREATOR;
/frameworks/base/non-updatable-api/
Dcurrent.txt44986 …public final class CellInfoGsm extends android.telephony.CellInfo implements android.os.Parcelable…
44990 …field @NonNull public static final android.os.Parcelable.Creator<android.telephony.CellInfoGsm> CR…
/frameworks/base/api/
Dcurrent.txt45130 …public final class CellInfoGsm extends android.telephony.CellInfo implements android.os.Parcelable…
45134 …field @NonNull public static final android.os.Parcelable.Creator<android.telephony.CellInfoGsm> CR…