Home
last modified time | relevance | path

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

/tools/carrier_settings/java/
DCarrierConfigConverterV2.java272 CarrierIdentifier id = getCid(carrier, reverseAospCarrierList); in convert()
554 Document xmlDoc, CarrierIdentifier carrier) throws IOException { in parseCarrierConfigFromXml()
572 Document xmlDoc, CarrierIdentifier carrier) throws IOException { in parseCarrierConfigFromVendorXml()
695 private static boolean checkFilters(boolean isVendorXml, Element element, CarrierIdentifier id) { in checkFilters()
750 private static boolean matchOnSP(String xmlSP, CarrierIdentifier id) { in matchOnSP()
773 private static boolean matchOnImsi(String xmlImsi, CarrierIdentifier id) { in matchOnImsi()
816 abstract static class CarrierIdentifier { class in CarrierConfigConverterV2
833 static CarrierIdentifier create( in create()
849 private static CarrierIdentifier getCid( in getCid()
859 return CarrierIdentifier.create(carrierId, -1, -1, mccMncCarrierId); in getCid()
[all …]