Searched refs:phoneName (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapCallLogComposer.java | 202 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/ |
D | BluetoothMapContentTest.java | 180 String phoneName = "testPhone"; in getContactNameFromPhone() local 189 assertThat(BluetoothMapContent.getContactNameFromPhone(phoneName, mContentResolver)) in getContactNameFromPhone()
|