Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DBluetoothPbapSession.java44 public static final int SESSION_CONNECTED = 6; field in BluetoothPbapSession
124 mParentHandler.obtainMessage(SESSION_CONNECTED).sendToTarget(); in handleMessage()
DBluetoothPbapClient.java476 case BluetoothPbapSession.SESSION_CONNECTED: in handleMessage()