Searched refs:CellIdentity (Results 1 – 9 of 9) sorted by relevance
19 import android.telephony.CellIdentity in <lambda>()39 fun CellIdentity.getNetworkTitle(): String? { in <lambda>() method64 private fun CellIdentity.readableString(): String = buildString { in <lambda>() method75 fun CellIdentity.getOperatorNumeric(): String? { in <lambda>() method
21 import android.telephony.CellIdentity55 private var cellId: CellIdentity? = null64 fun updateCell(cellInfo: CellInfo?, cellId: CellIdentity? = cellInfo?.cellIdentity) { in updateCell()
28 import android.telephony.CellIdentity;451 final CellIdentity cellIdentity = regInfo.getCellIdentity(); in forceUpdateConnectedPreferenceCategory()
19 import android.telephony.CellIdentity;52 public static CellInfo wrapCellInfoWithCellIdentity(CellIdentity cellIdentity) { in wrapCellInfoWithCellIdentity()
104 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()
30 import android.telephony.CellIdentity;79 private CellIdentity mCellId1;83 private CellIdentity mCellId2;
46 import android.telephony.CellIdentity;544 private @Nullable Pair<Integer, Integer> getLacAndCid(CellIdentity ci) { in getLacAndCid()592 List<CellIdentity> cellIdentityList = new ArrayList<>(); in getLacAndCid()
56 import android.telephony.CellIdentity;1460 public CellIdentity getLastKnownCellIdentity() { in getLastKnownCellIdentity()1464 CellIdentity lastKnownCellIdentity = telephonyManager.getLastKnownCellIdentity(); in getLastKnownCellIdentity()
109 import android.telephony.CellIdentity;2103 CellIdentity cellIdentity = tm.getLastKnownCellIdentity(); in startOutgoingCall()