/frameworks/base/telephony/java/android/telephony/ |
D | CellInfoGsm.java | 29 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 …]
|
D | CellInfo.java | 310 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()
|
D | NeighboringCellInfo.java | 116 public NeighboringCellInfo(final CellInfoGsm info) { in NeighboringCellInfo()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | NetworkScanResultTest.java | 25 import android.telephony.CellInfoGsm; 48 CellInfoGsm gsm = new CellInfoGsm(); in testParcel()
|
D | LocaleTrackerTest.java | 34 import android.telephony.CellInfoGsm; 67 private CellInfoGsm mCellInfo; 79 mCellInfo = new CellInfoGsm(); in setUp()
|
D | RILTest.java | 136 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 …]
|
D | SimulatedCommands.java | 35 import android.telephony.CellInfoGsm; 1968 private CellInfoGsm getCellInfoGsm() { in getCellInfoGsm() 1993 return CellInfoGsm.CREATOR.createFromParcel(p); in getCellInfoGsm()
|
D | ServiceStateTrackerTest.java | 69 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/ |
D | CellularLinkLayerStatsCollector.java | 30 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/ |
D | CellularLinkLayerStatsCollectorTest.java | 39 import android.telephony.CellInfoGsm; 114 ci = new CellInfoGsm(); in generateCellInfoList()
|
/frameworks/base/config/ |
D | preloaded-classes | 3279 android.telephony.CellInfoGsm$1
|
D | hiddenapi-greylist-max-o.txt | 67103 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
|
D | boot-image-profile.txt | 13864 HSPLandroid/telephony/CellInfoGsm$1;-><init>()V 35885 Landroid/telephony/CellInfoGsm$1;
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 28251 …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/ |
D | current.txt | 44986 …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/ |
D | current.txt | 45130 …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…
|