HomeSort by relevance Sort by last modified time
    Searched refs:bonds (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/server/
BluetoothBondState.java 118 String[] bonds = val.split(","); local
119 if (bonds == null) {
123 if (DBG) Log.d(TAG, "found " + bonds.length + " bonded devices");
124 for (String device : bonds) {
BluetoothService.java 2456 String[] bonds = null; local
2465 String[] bonds = null; local
2487 String[] bonds = getKnownDevices(); local
    [all...]

Completed in 24 milliseconds