Searched refs:AUTH_RESPONSE_ACTION (Results 1 – 3 of 3) sorted by relevance
93 static final String AUTH_RESPONSE_ACTION = "com.android.bluetooth.pbap.authresponse"; field in BluetoothPbapService258 } else if (AUTH_RESPONSE_ACTION.equals(action)) { in parseIntent()739 filter.addAction(AUTH_RESPONSE_ACTION); in start()
174 BluetoothPbapService.AUTH_RESPONSE_ACTION, in onPositive()
192 Intent intent = new Intent(BluetoothPbapService.AUTH_RESPONSE_ACTION); in broadcastReceiver_onReceive_withActionAuthResponse()