Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapCallLogComposer.java202 int phonetype, String phoneName, String phoneNumber, boolean vcardVer21) { in composeVCardForPhoneOwnNumber() argument
210 if (!(VCardUtils.containsOnlyPrintableAscii(phoneName))) { in composeVCardForPhoneOwnNumber()
213 builder.appendLine(VCardConstants.PROPERTY_FN, phoneName, needCharset, false); in composeVCardForPhoneOwnNumber()
214 builder.appendLine(VCardConstants.PROPERTY_N, phoneName, needCharset, false); in composeVCardForPhoneOwnNumber()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapContentTest.java180 String phoneName = "testPhone"; in getContactNameFromPhone() local
189 assertThat(BluetoothMapContent.getContactNameFromPhone(phoneName, mContentResolver)) in getContactNameFromPhone()