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

  /frameworks/base/core/java/android/server/
BluetoothPanProfileHandler.java 150 handlePanDeviceStateChange(device, null, BluetoothPan.STATE_CONNECTING,
156 handlePanDeviceStateChange(device, null, BluetoothPan.STATE_DISCONNECTED,
173 handlePanDeviceStateChange(device, panDevice.mIface,
182 handlePanDeviceStateChange(device, panDevice.mIface, state,
235 handlePanDeviceStateChange(device, panDevice.mIface, BluetoothPan.STATE_DISCONNECTING,
241 handlePanDeviceStateChange(device, panDevice.mIface, state, panDevice.mLocalRole);
247 handlePanDeviceStateChange(device, panDevice.mIface, state, panDevice.mLocalRole);
254 void handlePanDeviceStateChange(BluetoothDevice device,
BluetoothEventLoop.java 520 mBluetoothService.handlePanDeviceStateChange(device,
527 mBluetoothService.handlePanDeviceStateChange(device, iface,
    [all...]
BluetoothService.java     [all...]

Completed in 90 milliseconds