Home
last modified time | relevance | path

Searched refs:mCid (Results 1 – 10 of 10) 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()
134 if (mLac == CellInfo.UNAVAILABLE || mCid == CellInfo.UNAVAILABLE) return; in updateGlobalCellId()
136 mGlobalCellId = plmn + formatSimple("%04x%04x", mLac, mCid); in updateGlobalCellId()
178 return mCid; in getCid()
225 int cid = mCid != CellInfo.UNAVAILABLE ? mCid : -1; in asCellLocation()
243 && mCid == o.mCid in equals()
253 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()
105 this(cid.mLac, cid.mCid, cid.mArfcn, cid.mBsic, cid.mMccStr, in CellIdentityGsm()
127 if (mLac == CellInfo.UNAVAILABLE || mCid == CellInfo.UNAVAILABLE) return; in updateGlobalCellId()
129 mGlobalCellId = plmn + formatSimple("%04x%04x", mLac, mCid); in updateGlobalCellId()
165 return mCid; in getCid()
237 int cid = mCid != CellInfo.UNAVAILABLE ? mCid : -1; in asCellLocation()
245 return Objects.hash(mLac, mCid, mAdditionalPlmns.hashCode(), super.hashCode()); in hashCode()
260 && 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()
111 this(cid.mLac, cid.mCid, cid.mPsc, cid.mUarfcn, cid.mMccStr, in CellIdentityWcdma()
134 if (mLac == CellInfo.UNAVAILABLE || mCid == CellInfo.UNAVAILABLE) return; in updateGlobalCellId()
136 mGlobalCellId = plmn + formatSimple("%04x%04x", mLac, mCid); in updateGlobalCellId()
173 return mCid; in getCid()
210 return Objects.hash(mLac, mCid, mPsc, mAdditionalPlmns.hashCode(), super.hashCode()); in hashCode()
249 int cid = mCid != CellInfo.UNAVAILABLE ? mCid : -1; in asCellLocation()
269 && 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.java616 private int mCid; field in CarrierResolver.CarrierMatchingRule
635 mCid = cid; in CarrierMatchingRule()
650 mCid = rule.mCid; in CarrierMatchingRule()
788 + " cid: " + mCid in toString()
872 if (rule.mParentCid == maxRule.mCid) { in matchSubscriptionCarrier()
874 } else if (maxRule.mParentCid == rule.mCid) { in matchSubscriptionCarrier()
893 maxRuleParent.mCid = maxRuleParent.mParentCid; in matchSubscriptionCarrier()
894 maxRuleParent.mName = getCarrierNameFromId(maxRuleParent.mCid); in matchSubscriptionCarrier()
896 logd("[matchSubscriptionCarrier] specific cid: " + maxRule.mCid in matchSubscriptionCarrier()
897 + " specific name: " + maxRule.mName +" cid: " + maxRuleParent.mCid in matchSubscriptionCarrier()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DDataNetwork.java564 private final SparseIntArray mCid = new SparseIntArray(2); field in DataNetwork
1054 mCid.put(transportType, INVALID_CID); in DataNetwork()
1706 mPcoData.getOrDefault(mCid.get(mTransport), Collections.emptyMap())
1753 mDataServiceManagers.get(mTransport).startHandover(mCid.get(mTransport),
2710 mCid.put(mTransport, response.getId());
2971 mDataServiceManagers.get(mTransport).deactivateDataCall(mCid.get(mTransport),
3040 if (transport != mTransport || mCid.get(mTransport) == INVALID_CID || isDisconnected()) {
3045 .filter(r -> mCid.get(mTransport) == r.getId())
3273 return mCid.get(mTransport);
3500 .setId(mCid.get(mTransport))
[all …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt52370 Landroid/telephony/CellIdentityGsm;->mCid:I
52395 Landroid/telephony/CellIdentityTdscdma;->mCid:I
52409 Landroid/telephony/CellIdentityWcdma;->mCid:I
52670 Landroid/telephony/data/DataCallResponse;->mCid:I
52995 Landroid/telephony/gsm/GsmCellLocation;->mCid:I
54602 Landroid/telephony/SmsCbLocation;->mCid:I