Home
last modified time | relevance | path

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

/aosp12/frameworks/base/telephony/java/android/telephony/
H A 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()
146 if (mCid != -1 && mCid != area.mCid) { in isInLocationArea()
172 if (mCid != -1 && mCid != cid) { in isInLocationArea()
[all …]
H A DNeighboringCellInfo.java63 private int mCid; field in NeighboringCellInfo
95 mCid = UNKNOWN_CID; in NeighboringCellInfo()
112 mCid = cid; in NeighboringCellInfo()
126 if (mCid == Integer.MAX_VALUE) mCid = UNKNOWN_CID; in NeighboringCellInfo()
142 if (mCid == Integer.MAX_VALUE) mCid = UNKNOWN_CID; in NeighboringCellInfo()
164 mCid = UNKNOWN_CID; in NeighboringCellInfo()
199 mCid = UNKNOWN_CID; in NeighboringCellInfo()
210 mCid = in.readInt(); in NeighboringCellInfo()
239 return mCid; in getCid()
286 mCid = cid; in setCid()
[all …]
H A 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()
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()
284 && mCid == o.mCid in equals()
297 .append(" mCid=").append(mCid) in toString()
314 dest.writeInt(mCid); in writeToParcel()
[all …]
H A 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()
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()
290 .append(" mCid=").append(mCid) in toString()
310 dest.writeInt(mCid); in writeToParcel()
[all …]
H A 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()
160 mGlobalCellId = plmn + formatSimple("%04x%04x", mLac, mCid); in updateGlobalCellId()
197 return mCid; in getCid()
273 int cid = mCid != CellInfo.UNAVAILABLE ? mCid : -1; in asCellLocation()
293 && mCid == o.mCid in equals()
307 .append(" mCid=").append(mCid) in toString()
325 dest.writeInt(mCid); in writeToParcel()
[all …]
/aosp12/frameworks/base/telephony/java/android/telephony/gsm/
H A 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 …]
/aosp12/frameworks/base/media/java/android/media/tv/tuner/filter/
H A DIpCidChangeEvent.java31 private final int mCid; field in IpCidChangeEvent
34 mCid = cid; in IpCidChangeEvent()
44 return mCid; in getIpCid()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCarrierResolver.java614 private int mCid; field in CarrierResolver.CarrierMatchingRule
633 mCid = cid; in CarrierMatchingRule()
648 mCid = rule.mCid; in CarrierMatchingRule()
785 + " cid: " + mCid in toString()
869 if (rule.mParentCid == maxRule.mCid) { in matchSubscriptionCarrier()
871 } else if (maxRule.mParentCid == rule.mCid) { in matchSubscriptionCarrier()
890 maxRuleParent.mCid = maxRuleParent.mParentCid; in matchSubscriptionCarrier()
893 logd("[matchSubscriptionCarrier] specific cid: " + maxRule.mCid in matchSubscriptionCarrier()
897 maxRule.mCid, maxRule.mName, in matchSubscriptionCarrier()
898 (mnoRule == null) ? maxRule.mCid : mnoRule.mCid, isSimOverride); in matchSubscriptionCarrier()
[all …]
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A 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()
H A DDataConnection.java343 public int mCid; field in DataConnection
517 return mCid; in getCid()
776 mCid = -1; in DataConnection()
1105 mDataServiceManager.startHandover(mCid, in startHandover()
1177 mDataServiceManager.deactivateDataCall(mCid, fDiscReason, in tearDownData()
1334 mCid = -1; in clearSettings()
1406 mCid = response.getId(); in onSetupConnectionCompleted()
1411 mCid = response.getId(); in onSetupConnectionCompleted()
3824 + " mCid=" + mCid + " mCreateTime=" + mCreateTime in toStringSimple()
3951 .setId(mCid) in getPreciseDataConnectionState()
[all …]
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
H A 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()
/aosp12/hardware/interfaces/tv/tuner/1.1/default/
H A DFilter.h125 uint32_t mCid = static_cast<uint32_t>(V1_1::Constant::INVALID_IP_FILTER_CONTEXT_ID); variable
H A DFilter.cpp243 mCid = ipCid; in configureIpCid()
/aosp12/frameworks/base/boot/hiddenapi/
H A 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