Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/network/telephony/
H A DCellInfoUtil.java146 String mcc = getCellIdentityMcc(cid); in cellInfoToString()
161 String mcc = getCellIdentityMcc(cid); in getCellIdentityMccMnc()
172 public static String getCellIdentityMcc(CellIdentity cid) { in getCellIdentityMcc() method in CellInfoUtil