Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java95 static final String AUTH_RESPONSE_ACTION = "com.android.bluetooth.pbap.authresponse"; field in BluetoothPbapService
241 } else if (AUTH_RESPONSE_ACTION.equals(action)) { in parseIntent()
569 filter.addAction(AUTH_RESPONSE_ACTION); in start()
DBluetoothPbapActivity.java165 sendIntentToReceiver(BluetoothPbapService.AUTH_RESPONSE_ACTION, in onPositive()