Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapSimVcardManager.java346 ArrayList<String> startNameList = new ArrayList<String>(); in getSIMContactNamesByNumber() local
378 startNameList.add(name); in getSIMContactNamesByNumber()
388 int startListSize = startNameList.size(); in getSIMContactNamesByNumber()
390 String object = startNameList.get(index); in getSIMContactNamesByNumber()