Searched refs:findNanpPhoneNumbers (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Calendar/tests/src/com/android/calendar/
H A DUtilsTests.java340 * Tests the findNanpPhoneNumbers function.
390 int[] results = Utils.findNanpPhoneNumbers(text);
/packages/apps/Calendar/src/com/android/calendar/
H A DUtils.java1862 int[] phoneSequences = findNanpPhoneNumbers(text);
1937 static int[] findNanpPhoneNumbers(CharSequence text) { method in class:Utils

Completed in 336 milliseconds