Home
last modified time | relevance | path

Searched refs:mCid (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DSmsCbLocation.java41 private final int mCid; field in SmsCbLocation
51 mCid = -1; in SmsCbLocation()
62 mCid = -1; in SmsCbLocation()
76 mCid = cid; in SmsCbLocation()
86 mCid = in.readInt(); in SmsCbLocation()
111 return mCid; in getCid()
118 hash = hash * 31 + mCid; in hashCode()
131 return mPlmn.equals(other.mPlmn) && mLac == other.mLac && mCid == other.mCid; in equals()
136 return '[' + mPlmn + ',' + mLac + ',' + mCid + ']'; in toString()
146 if (mCid != -1 && mCid != area.mCid) { in isInLocationArea()
[all …]
DNeighboringCellInfo.java63 private int mCid; field in NeighboringCellInfo
95 mCid = UNKNOWN_CID; in NeighboringCellInfo()
112 mCid = cid; in NeighboringCellInfo()
125 mCid = info.getCellIdentity().getCid(); in NeighboringCellInfo()
126 if (mCid == Integer.MAX_VALUE) mCid = UNKNOWN_CID; in NeighboringCellInfo()
141 mCid = info.getCellIdentity().getCid(); in NeighboringCellInfo()
142 if (mCid == Integer.MAX_VALUE) mCid = UNKNOWN_CID; in NeighboringCellInfo()
164 mCid = UNKNOWN_CID; in NeighboringCellInfo()
183 mCid = Integer.parseInt(location.substring(4), 16); in NeighboringCellInfo()
199 mCid = UNKNOWN_CID; in NeighboringCellInfo()
[all …]
DCellIdentityTdscdma.java48 private final int mCid; field in CellIdentityTdscdma
66 mCid = CellInfo.UNAVAILABLE; in CellIdentityTdscdma()
96 mCid = inRangeOrUnavailable(cid, 0, MAX_CID); in CellIdentityTdscdma()
110 this(cid.mMccStr, cid.mMncStr, cid.mLac, cid.mCid, in CellIdentityTdscdma()
159 if (mLac == CellInfo.UNAVAILABLE || mCid == CellInfo.UNAVAILABLE) return; in updateGlobalCellId()
161 mGlobalCellId = plmn + formatSimple("%04x%04x", mLac, mCid); in updateGlobalCellId()
203 return mCid; in getCid()
250 int cid = mCid != CellInfo.UNAVAILABLE ? mCid : -1; in asCellLocation()
268 && mCid == o.mCid in equals()
278 return Objects.hash(mLac, mCid, mCpid, mUarfcn, in hashCode()
[all …]
DCellIdentityGsm.java50 private final int mCid; field in CellIdentityGsm
66 mCid = CellInfo.UNAVAILABLE; in CellIdentityGsm()
92 mCid = inRangeOrUnavailable(cid, 0, MAX_CID); in CellIdentityGsm()
129 this(cid.mLac, cid.mCid, cid.mArfcn, cid.mBsic, cid.mMccStr, in CellIdentityGsm()
151 if (mLac == CellInfo.UNAVAILABLE || mCid == CellInfo.UNAVAILABLE) return; in updateGlobalCellId()
153 mGlobalCellId = plmn + formatSimple("%04x%04x", mLac, mCid); in updateGlobalCellId()
189 return mCid; in getCid()
261 int cid = mCid != CellInfo.UNAVAILABLE ? mCid : -1; in asCellLocation()
269 return Objects.hash(mLac, mCid, mAdditionalPlmns.hashCode(), super.hashCode()); in hashCode()
284 && mCid == o.mCid in equals()
[all …]
DCellIdentityWcdma.java49 private final int mCid; field in CellIdentityWcdma
68 mCid = CellInfo.UNAVAILABLE; in CellIdentityWcdma()
97 mCid = inRangeOrUnavailable(cid, 0, MAX_CID); in CellIdentityWcdma()
135 this(cid.mLac, cid.mCid, cid.mPsc, cid.mUarfcn, cid.mMccStr, in CellIdentityWcdma()
158 if (mLac == CellInfo.UNAVAILABLE || mCid == CellInfo.UNAVAILABLE) return; in updateGlobalCellId()
160 mGlobalCellId = plmn + formatSimple("%04x%04x", mLac, mCid); in updateGlobalCellId()
197 return mCid; in getCid()
234 return Objects.hash(mLac, mCid, mPsc, mAdditionalPlmns.hashCode(), super.hashCode()); in hashCode()
273 int cid = mCid != CellInfo.UNAVAILABLE ? mCid : -1; in asCellLocation()
293 && mCid == o.mCid in equals()
[all …]
/frameworks/base/telephony/java/android/telephony/gsm/
DGsmCellLocation.java32 private int mCid; field in GsmCellLocation
40 mCid = -1; in GsmCellLocation()
49 mCid = bundle.getInt("cid", -1); in GsmCellLocation()
64 return mCid; in getCid()
83 mCid = -1; in setStateInvalid()
92 mCid = cid; in setLacAndCid()
106 return mLac ^ mCid; in hashCode()
123 return equalsHandlesNulls(mLac, s.mLac) && equalsHandlesNulls(mCid, s.mCid) in equals()
129 return "["+ mLac + "," + mCid + "," + mPsc + "]"; in toString()
150 m.putInt("cid", mCid); in fillInNotifierBundle()
[all …]
/frameworks/base/media/java/android/media/tv/tuner/filter/
DIpCidChangeEvent.java31 private final int mCid; field in IpCidChangeEvent
34 mCid = cid; in IpCidChangeEvent()
44 return mCid; in getIpCid()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierResolver.java603 private int mCid; field in CarrierResolver.CarrierMatchingRule
622 mCid = cid; in CarrierMatchingRule()
637 mCid = rule.mCid; in CarrierMatchingRule()
774 + " cid: " + mCid in toString()
858 if (rule.mParentCid == maxRule.mCid) { in matchSubscriptionCarrier()
860 } else if (maxRule.mParentCid == rule.mCid) { in matchSubscriptionCarrier()
879 maxRuleParent.mCid = maxRuleParent.mParentCid; in matchSubscriptionCarrier()
880 maxRuleParent.mName = getCarrierNameFromId(maxRuleParent.mCid); in matchSubscriptionCarrier()
882 logd("[matchSubscriptionCarrier] specific cid: " + maxRule.mCid in matchSubscriptionCarrier()
883 + " specific name: " + maxRule.mName +" cid: " + maxRuleParent.mCid in matchSubscriptionCarrier()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcController.java138 mDcListActiveByCid.remove(dc.mCid); in removeDc()
144 if (DBG && dc.mCid < 0) { in addActiveDcByCid()
148 mDcListActiveByCid.put(dc.mCid, dc); in addActiveDcByCid()
160 DataConnection removedDc = mDcListActiveByCid.remove(dc.mCid); in removeActiveDcByCid()
220 if (dataCallResponseListByCid.get(dc.mCid) == null) { in onDataStateChanged()
DDataConnection.java343 public int mCid; field in DataConnection
518 return mCid; in getCid()
778 mCid = -1; in DataConnection()
1106 mDataServiceManager.startHandover(mCid, in startHandover()
1128 mDataServiceManager.cancelHandover(mCid, this.obtainMessage(EVENT_CANCEL_HANDOVER)); in cancelHandover()
1168 String str = "tearDownData. mCid=" + mCid + ", reason=" + discReason; in tearDownData()
1178 mDataServiceManager.deactivateDataCall(mCid, fDiscReason, in tearDownData()
1333 mCid = -1; in clearSettings()
1404 mCid = response.getId(); in onSetupConnectionCompleted()
1409 mCid = response.getId(); in onSetupConnectionCompleted()
[all …]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DDcControllerTest.java146 mDc.mCid = 1; in testDataDormant()
178 mDc.mCid = 1; in testPhysicalLinkStateChanged_defaultApnTypeAndDormant_registrantNotifyResult()
223 mDc.mCid = 1; in testPhysicalLinkStateChanged_imsApnTypeAndDormant_NoNotifyResult()
263 mDc.mCid = 1; in testPhysicalLinkStateChanged_defaultApnTypeAndStateChanged_registrantNotifyResult()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt56336 Landroid/telephony/CellIdentityGsm;->mCid:I
56361 Landroid/telephony/CellIdentityTdscdma;->mCid:I
56375 Landroid/telephony/CellIdentityWcdma;->mCid:I
56636 Landroid/telephony/data/DataCallResponse;->mCid:I
56961 Landroid/telephony/gsm/GsmCellLocation;->mCid:I
58568 Landroid/telephony/SmsCbLocation;->mCid:I