Searched refs:matchType (Results 1 – 4 of 4) sorted by relevance
387 ArrayList<Display> displays, int[] displayIds, int matchType) { in addPresentationDisplaysLocked() argument392 && display.getType() == matchType) { in addPresentationDisplaysLocked()
2277 int matchType = carrierList.get(i).matchType; in convertCarrierList() local2279 if (matchType == CarrierIdentifier.MatchType.SPN) { in convertCarrierList()2281 } else if (matchType == CarrierIdentifier.MatchType.IMSI_PREFIX) { in convertCarrierList()2283 } else if (matchType == CarrierIdentifier.MatchType.GID1) { in convertCarrierList()2285 } else if (matchType == CarrierIdentifier.MatchType.GID2) { in convertCarrierList()
4141 int matchType = CarrierIdentifier.MatchType.ALL; in createCarrierRestrictionList() local4144 matchType = CarrierIdentifier.MatchType.SPN; in createCarrierRestrictionList()4147 matchType = CarrierIdentifier.MatchType.IMSI_PREFIX; in createCarrierRestrictionList()4150 matchType = CarrierIdentifier.MatchType.GID1; in createCarrierRestrictionList()4153 matchType = CarrierIdentifier.MatchType.GID2; in createCarrierRestrictionList()4156 c.matchType = matchType; in createCarrierRestrictionList()
1911 c1.matchType = CarrierIdentifier.MatchType.ALL; in testCreateCarrierRestrictionList()1915 c2.matchType = CarrierIdentifier.MatchType.SPN; in testCreateCarrierRestrictionList()1920 c3.matchType = CarrierIdentifier.MatchType.IMSI_PREFIX; in testCreateCarrierRestrictionList()1925 c4.matchType = CarrierIdentifier.MatchType.GID1; in testCreateCarrierRestrictionList()1930 c5.matchType = CarrierIdentifier.MatchType.GID2; in testCreateCarrierRestrictionList()