Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/display/
DDisplayManager.java387 ArrayList<Display> displays, int[] displayIds, int matchType) { in addPresentationDisplaysLocked() argument
392 && display.getType() == matchType) { in addPresentationDisplaysLocked()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioResponse.java2277 int matchType = carrierList.get(i).matchType; in convertCarrierList() local
2279 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()
DRIL.java4141 int matchType = CarrierIdentifier.MatchType.ALL; in createCarrierRestrictionList() local
4144 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()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java1911 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()