Searched refs:numberWithControlSequence (Results 1 – 2 of 2) sorted by relevance
327 String numberWithControlSequence = rawValue.replace(PhoneNumberUtils.PAUSE, 'p') in getSelectedPhonebookNameList()329 return numberWithControlSequence; in getSelectedPhonebookNameList()750 String numberWithControlSequence = rawValue.replace(PhoneNumberUtils.PAUSE, 'p') in composeContactsAndSendVCards()752 return numberWithControlSequence; in composeContactsAndSendVCards()849 String numberWithControlSequence = rawValue.replace(PhoneNumberUtils.PAUSE, 'p') in composeContactsAndSendSelectedVCards()851 return numberWithControlSequence; in composeContactsAndSendSelectedVCards()
835 String numberWithControlSequence = actualPhoneNumber in appendPhones() local841 if (TextUtils.equals(numberWithControlSequence, actualPhoneNumber)) { in appendPhones()856 formatted = numberWithControlSequence; in appendPhones()