Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/satellite/
DSatelliteServiceUtilsTest.java62 String plmn2 = "10102"; in testParseSupportedSatelliteServicesFromPersistableBundle() local
78 supportedServicesBundle.putIntArray(plmn2, supportedServicesForPlmn2); in testParseSupportedSatelliteServicesFromPersistableBundle()
94 assertTrue(supportedServiceMap.containsKey(plmn2)); in testParseSupportedSatelliteServicesFromPersistableBundle()
95 supportedServices = supportedServiceMap.get(plmn2); in testParseSupportedSatelliteServicesFromPersistableBundle()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DIccRecordsTest.java295 String plmn2 = "456789"; in testGetNetworkNameForPlmn() local
302 opl.add(new OperatorPlmnInfo(plmn2, lacTacStart, lacTacEnd, pnnIndex + 1)); in testGetNetworkNameForPlmn()
311 plmn2, 0)); in testGetNetworkNameForPlmn()
331 String plmn2 = "456789"; in testGetNetworkNameForPlmnFromPnnOpl() local
338 opl.add(new OperatorPlmnInfo(plmn2, lacTacStart, lacTacEnd, pnnIndex + 1)); in testGetNetworkNameForPlmnFromPnnOpl()
347 plmn2, 0)); in testGetNetworkNameForPlmnFromPnnOpl()