Searched refs:matchType (Results 1 – 3 of 3) sorted by relevance
374 ArrayList<Display> displays, int[] displayIds, int matchType) { in addPresentationDisplaysLocked() argument379 && display.getType() == matchType) { in addPresentationDisplaysLocked()
2067 int matchType = carriers.allowedCarriers.get(i).matchType; in responseCarrierIdentifiers() local2069 if (matchType == CarrierIdentifier.MatchType.SPN) { in responseCarrierIdentifiers()2071 } else if (matchType == CarrierIdentifier.MatchType.IMSI_PREFIX) { in responseCarrierIdentifiers()2073 } else if (matchType == CarrierIdentifier.MatchType.GID1) { in responseCarrierIdentifiers()2075 } else if (matchType == CarrierIdentifier.MatchType.GID2) { in responseCarrierIdentifiers()
3641 int matchType = CarrierIdentifier.MatchType.ALL; in setAllowedCarriers() local3644 matchType = CarrierIdentifier.MatchType.SPN; in setAllowedCarriers()3647 matchType = CarrierIdentifier.MatchType.IMSI_PREFIX; in setAllowedCarriers()3650 matchType = CarrierIdentifier.MatchType.GID1; in setAllowedCarriers()3653 matchType = CarrierIdentifier.MatchType.GID2; in setAllowedCarriers()3656 c.matchType = matchType; in setAllowedCarriers()