Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/
DBluetoothPbapSimVcardManagerTest.java258 final String localPhoneName = "test_local_phone_name"; in testGetSIMPhonebookNameList_orderByIndexed() local
259 BluetoothPbapService.setLocalPhoneName(localPhoneName); in testGetSIMPhonebookNameList_orderByIndexed()
297 expectedResult.add(localPhoneName); in testGetSIMPhonebookNameList_orderByIndexed()
310 final String localPhoneName = "test_local_phone_name"; in testGetSIMPhonebookNameList_orderByAlphabet() local
311 BluetoothPbapService.setLocalPhoneName(localPhoneName); in testGetSIMPhonebookNameList_orderByAlphabet()
350 expectedResult.add(0, localPhoneName); in testGetSIMPhonebookNameList_orderByAlphabet()
DBluetoothPbapVcardManagerTest.java294 final String localPhoneName = "test_local_phone_name"; in testGetPhonebookNameList() local
295 BluetoothPbapService.setLocalPhoneName(localPhoneName); in testGetPhonebookNameList()
307 localPhoneName, in testGetPhonebookNameList()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java700 static void setLocalPhoneName(String localPhoneName) { in setLocalPhoneName() argument
701 sLocalPhoneName = localPhoneName; in setLocalPhoneName()
1058 sLocalPhoneName = this.getString(R.string.localPhoneName); in getLocalTelephonyDetails()