Searched refs:localPhoneName (Results 1 – 3 of 3) sorted by relevance
258 final String localPhoneName = "test_local_phone_name"; in testGetSIMPhonebookNameList_orderByIndexed() local259 BluetoothPbapService.setLocalPhoneName(localPhoneName); in testGetSIMPhonebookNameList_orderByIndexed()297 expectedResult.add(localPhoneName); in testGetSIMPhonebookNameList_orderByIndexed()310 final String localPhoneName = "test_local_phone_name"; in testGetSIMPhonebookNameList_orderByAlphabet() local311 BluetoothPbapService.setLocalPhoneName(localPhoneName); in testGetSIMPhonebookNameList_orderByAlphabet()350 expectedResult.add(0, localPhoneName); in testGetSIMPhonebookNameList_orderByAlphabet()
294 final String localPhoneName = "test_local_phone_name"; in testGetPhonebookNameList() local295 BluetoothPbapService.setLocalPhoneName(localPhoneName); in testGetPhonebookNameList()307 localPhoneName, in testGetPhonebookNameList()
700 static void setLocalPhoneName(String localPhoneName) { in setLocalPhoneName() argument701 sLocalPhoneName = localPhoneName; in setLocalPhoneName()1058 sLocalPhoneName = this.getString(R.string.localPhoneName); in getLocalTelephonyDetails()