Home
last modified time | relevance | path

Searched refs:wrapCellInfoWithCellIdentity (Results 1 – 3 of 3) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
DCellInfoUtil.java52 public static CellInfo wrapCellInfoWithCellIdentity(CellIdentity cellIdentity) { in wrapCellInfoWithCellIdentity() method in CellInfoUtil
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/network/telephony/
DCellInfoUtil.java52 public static CellInfo wrapCellInfoWithCellIdentity(CellIdentity cellIdentity) { in wrapCellInfoWithCellIdentity() method in CellInfoUtil
DNetworkSelectSettings.java328 CellInfo cellInfo = CellInfoUtil.wrapCellInfoWithCellIdentity(cellIdentity); in forceUpdateConnectedPreferenceCategory()