Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/network/telephony/
H A DCellInfoUtil.java147 String mnc = getCellIdentityMnc(cid); in cellInfoToString()
162 String mnc = getCellIdentityMnc(cid); in getCellIdentityMccMnc()
196 public static String getCellIdentityMnc(CellIdentity cid) { in getCellIdentityMnc() method in CellInfoUtil