Home
last modified time | relevance | path

Searched refs:CellIdentity (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Settings/src/com/android/settings/network/telephony/
DCellInfoUtil.kt19 import android.telephony.CellIdentity in <lambda>()
39 fun CellIdentity.getNetworkTitle(): String? { in <lambda>() method
64 private fun CellIdentity.readableString(): String = buildString { in <lambda>() method
75 fun CellIdentity.getOperatorNumeric(): String? { in <lambda>() method
DNetworkOperatorPreference.kt21 import android.telephony.CellIdentity
55 private var cellId: CellIdentity? = null
64 fun updateCell(cellInfo: CellInfo?, cellId: CellIdentity? = cellInfo?.cellIdentity) { in updateCell()
DNetworkSelectSettings.java28 import android.telephony.CellIdentity;
451 final CellIdentity cellIdentity = regInfo.getCellIdentity(); in forceUpdateConnectedPreferenceCategory()
/packages/services/Telephony/src/com/android/phone/
DCellInfoUtil.java19 import android.telephony.CellIdentity;
52 public static CellInfo wrapCellInfoWithCellIdentity(CellIdentity cellIdentity) { in wrapCellInfoWithCellIdentity()
DPhoneInterfaceManager.java104 import android.telephony.CellIdentity;
3416 public CellIdentity getCellLocation(String callingPackage, String callingFeatureId) { in getCellLocation()
3447 return (CellIdentity) sendRequest(CMD_GET_CELL_LOCATION, workSource, subId); in getCellLocation()
6367 if (!CellIdentity.isValidPlmn(fplmn)) { in setForbiddenPlmns()
12794 public @Nullable CellIdentity getLastKnownCellIdentity(int subId, String callingPackage, in getLastKnownCellIdentity()
/packages/apps/Settings/tests/unit/src/com/android/settings/network/telephony/
DNetworkSelectSettingsTest.java30 import android.telephony.CellIdentity;
79 private CellIdentity mCellId1;
83 private CellIdentity mCellId2;
/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/
DGsmCellBroadcastHandler.java46 import android.telephony.CellIdentity;
544 private @Nullable Pair<Integer, Integer> getLacAndCid(CellIdentity ci) { in getLacAndCid()
592 List<CellIdentity> cellIdentityList = new ArrayList<>(); in getLacAndCid()
/packages/services/Telecomm/src/com/android/server/telecom/
DConnectionServiceWrapper.java56 import android.telephony.CellIdentity;
1460 public CellIdentity getLastKnownCellIdentity() { in getLastKnownCellIdentity()
1464 CellIdentity lastKnownCellIdentity = telephonyManager.getLastKnownCellIdentity(); in getLastKnownCellIdentity()
DCallsManager.java109 import android.telephony.CellIdentity;
2103 CellIdentity cellIdentity = tm.getLastKnownCellIdentity(); in startOutgoingCall()