Searched refs:extractNumberAndPins (Results 1 – 4 of 4) sorted by relevance
56 mEventDescriptions.extractNumberAndPins(LOCAL_NUMBER); in extractNumberAndPin_localNumber_resultIsLocal()65 mEventDescriptions.extractNumberAndPins(INTERNATIONAL_NUMBER); in extractNumberAndPin_internationalNumber_resultIsLocal()76 eventDescriptions.extractNumberAndPins(INTERNATIONAL_NUMBER); in extractNumberAndPin_internationalNumberWithDifferentLocale_resultIsInternational()86 mEventDescriptions.extractNumberAndPins(input); in extractNumberAndPin_internationalNumberAndPin()97 mEventDescriptions.extractNumberAndPins(input); in extractNumberAndPin_internationalNumberAndCode()115 mEventDescriptions.extractNumberAndPins(input); in extractNumberAndPin_multipleNumbers()126 mEventDescriptions.extractNumberAndPins(input); in extractNumberAndPin_encodedTelFormat()137 mEventDescriptions.extractNumberAndPins(input); in extractNumberAndPin_smallNumber_returnsNull()
112 when(mockEventDescriptions.extractNumberAndPins(any())) in setUp()
70 public List<NumberAndAccess> extractNumberAndPins(String descriptionText) { in extractNumberAndPins() method in EventDescriptions
231 eventDescriptions.extractNumberAndPins(descriptionText); in createEventsForRow()