Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DBluetoothPbapSession.java46 public static final int AUTH_REQUESTED = 8; field in BluetoothPbapSession
149 mParentHandler.obtainMessage(AUTH_REQUESTED).sendToTarget(); in handleMessage()
DBluetoothPbapClient.java457 case BluetoothPbapSession.AUTH_REQUESTED: in handleMessage()