Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/satellite/
DSatelliteServiceUtilsTest.java61 String plmn1 = "10101"; in testParseSupportedSatelliteServicesFromPersistableBundle() local
77 supportedServicesBundle.putIntArray(plmn1, supportedServicesForPlmn1); in testParseSupportedSatelliteServicesFromPersistableBundle()
87 assertTrue(supportedServiceMap.containsKey(plmn1)); in testParseSupportedSatelliteServicesFromPersistableBundle()
88 Set<Integer> supportedServices = supportedServiceMap.get(plmn1); in testParseSupportedSatelliteServicesFromPersistableBundle()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DIccRecordsTest.java294 String plmn1 = "345678"; in testGetNetworkNameForPlmn() local
301 opl.add(new OperatorPlmnInfo(plmn1, lacTacStart, lacTacEnd, pnnIndex)); in testGetNetworkNameForPlmn()
309 plmn1, 0)); in testGetNetworkNameForPlmn()
330 String plmn1 = "345678"; in testGetNetworkNameForPlmnFromPnnOpl() local
337 opl.add(new OperatorPlmnInfo(plmn1, lacTacStart, lacTacEnd, pnnIndex)); in testGetNetworkNameForPlmnFromPnnOpl()
345 plmn1, 0)); in testGetNetworkNameForPlmnFromPnnOpl()