Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DSimContacts.java78 public NamePhoneTypePair(String nameWithPhoneType) { in NamePhoneTypePair() argument
80 int nameLen = nameWithPhoneType.length(); in NamePhoneTypePair()
81 if (nameLen - 2 >= 0 && nameWithPhoneType.charAt(nameLen - 2) == '/') { in NamePhoneTypePair()
82 char c = Character.toUpperCase(nameWithPhoneType.charAt(nameLen - 1)); in NamePhoneTypePair()
92 name = nameWithPhoneType.substring(0, nameLen - 2); in NamePhoneTypePair()
95 name = nameWithPhoneType; in NamePhoneTypePair()