Home
last modified time | relevance | path

Searched defs:cellIdentity (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Settings/tests/unit/src/com/android/settings/network/telephony/
DCellInfoUtilTest.kt42 val cellIdentity = CellIdentityGsm( in getNetworkTitle_alphaShort() constant
61 val cellIdentity = CellIdentityGsm( in getNetworkTitle_operatorNumeric() constant
80 val cellIdentity = CellIdentityGsm( in getNetworkTitle_null() constant
/packages/services/Telephony/src/com/android/phone/
DCellInfoUtil.java52 public static CellInfo wrapCellInfoWithCellIdentity(CellIdentity cellIdentity) { in wrapCellInfoWithCellIdentity()
/packages/apps/Settings/src/com/android/settings/network/telephony/
DNetworkSelectSettings.java456 final CellIdentity cellIdentity = regInfo.getCellIdentity(); in forceUpdateConnectedPreferenceCategory() local
/packages/services/Telecomm/src/com/android/server/telecom/
DCallsManager.java1937 CellIdentity cellIdentity = tm.getLastKnownCellIdentity(); in startOutgoingCall() local