Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DBluetoothPbapSession.java45 public static final int SESSION_DISCONNECTED = 7; field in BluetoothPbapSession
98 mParentHandler.obtainMessage(SESSION_DISCONNECTED).sendToTarget(); in handleMessage()
115 mParentHandler.obtainMessage(SESSION_DISCONNECTED).sendToTarget(); in handleMessage()
133 mParentHandler.obtainMessage(SESSION_DISCONNECTED).sendToTarget(); in handleMessage()
DBluetoothPbapClient.java481 case BluetoothPbapSession.SESSION_DISCONNECTED: in handleMessage()