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.java673 String[] currentIfaces = new String[0]; in configureBtIface() local
675 currentIfaces = service.listInterfaces(); in configureBtIface()
682 for (String currIface : currentIfaces) { in configureBtIface()