Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
DPanService.java665 String[] currentIfaces = new String[0]; in configureBtIface() local
667 currentIfaces = service.listInterfaces(); in configureBtIface()
674 for (String currIface : currentIfaces) { in configureBtIface()