Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java93 static final String AUTH_RESPONSE_ACTION = "com.android.bluetooth.pbap.authresponse"; field in BluetoothPbapService
258 } else if (AUTH_RESPONSE_ACTION.equals(action)) { in parseIntent()
739 filter.addAction(AUTH_RESPONSE_ACTION); in start()
DBluetoothPbapActivity.java174 BluetoothPbapService.AUTH_RESPONSE_ACTION, in onPositive()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/
DBluetoothPbapServiceTest.java192 Intent intent = new Intent(BluetoothPbapService.AUTH_RESPONSE_ACTION); in broadcastReceiver_onReceive_withActionAuthResponse()