D | TimeZoneDetectorStrategyImplTest.java | 1653 int slotIndex, @MatchType int matchType, @Quality int quality, String zoneId) { in createTelephonySuggestion() argument 1655 .setMatchType(matchType) in createTelephonySuggestion() 1980 public final int matchType; field in TimeZoneDetectorStrategyImplTest.TelephonyTestCase 1984 TelephonyTestCase(int matchType, int quality, int expectedScore) { in TelephonyTestCase() argument 1985 this.matchType = matchType; in TelephonyTestCase() 1993 .setMatchType(matchType) in createSuggestion() 2000 @MatchType int matchType, @Quality int quality, int expectedScore) { in newTelephonyTestCase() 2001 return new TelephonyTestCase(matchType, quality, expectedScore); in newTelephonyTestCase()
|