Home
last modified time | relevance | path

Searched refs:CellInfoUtil (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Settings/tests/unit/src/com/android/settings/network/telephony/
DCellInfoUtilTest.kt24 import com.android.settings.network.telephony.CellInfoUtil.getNetworkTitle
25 import com.android.settings.network.telephony.CellInfoUtil.getOperatorNumeric
110 val string = CellInfoUtil.cellInfoListToString(cellInfoList) in cellInfoListToString()
/packages/services/Telephony/src/com/android/phone/
DCellInfoUtil.java43 public final class CellInfoUtil { class
46 private CellInfoUtil() { in CellInfoUtil() method in CellInfoUtil
163 String plmn = CellInfoUtil.getOperatorInfoFromCellInfo(cellInfo).getOperatorNumeric(); in isForbidden()
/packages/apps/Settings/src/com/android/settings/network/telephony/
DNetworkOperatorPreference.kt41 import com.android.settings.network.telephony.CellInfoUtil.getNetworkTitle
42 import com.android.settings.network.telephony.CellInfoUtil.getOperatorNumeric
DCellInfoUtil.kt28 object CellInfoUtil { in <lambda>() object
DNetworkSelectSettings.java335 CellInfoUtil.getOperatorNumeric(cellInfo.getCellIdentity()))) in filterOutSatellitePlmn()
372 Log.d(TAG, "CellInfoList: " + CellInfoUtil.cellInfoListToString(mCellInfoList)); in scanResultHandler()
/packages/apps/Settings/src/com/android/settings/network/telephony/scan/
DNetworkScanRepository.kt30 import com.android.settings.network.telephony.CellInfoUtil.getNetworkTitle