Home
last modified time | relevance | path

Searched defs:cellInfoListToString (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/network/telephony/
DCellInfoUtil.kt51 fun cellInfoListToString(cellInfos: List<CellInfo>): String = in <lambda>() method
/packages/apps/Settings/tests/unit/src/com/android/settings/network/telephony/
DCellInfoUtilTest.kt98 fun cellInfoListToString() { in cellInfoListToString() method in com.android.settings.network.telephony.CellInfoUtilTest