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

/packages/services/Telephony/src/com/android/phone/
H A DSimContacts.java74 private static class NamePhoneTypePair { class in class:SimContacts
77 public NamePhoneTypePair(String nameWithPhoneType) { method in class:SimContacts.NamePhoneTypePair
139 final NamePhoneTypePair namePhoneTypePair =
140 new NamePhoneTypePair(cursor.getString(NAME_COLUMN));

Completed in 25 milliseconds