Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/
DBluetoothPbapSimVcardManagerTest.java259 BluetoothPbapService.setLocalPhoneName(localPhoneName); in testGetSIMPhonebookNameList_orderByIndexed()
302 BluetoothPbapService.setLocalPhoneName(prevLocalPhoneName); in testGetSIMPhonebookNameList_orderByIndexed()
311 BluetoothPbapService.setLocalPhoneName(localPhoneName); in testGetSIMPhonebookNameList_orderByAlphabet()
354 BluetoothPbapService.setLocalPhoneName(prevLocalPhoneName); in testGetSIMPhonebookNameList_orderByAlphabet()
DBluetoothPbapVcardManagerTest.java295 BluetoothPbapService.setLocalPhoneName(localPhoneName); in testGetPhonebookNameList()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java700 static void setLocalPhoneName(String localPhoneName) { in setLocalPhoneName() method in BluetoothPbapService