Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapActivity.java175 BluetoothPbapService.EXTRA_SESSION_KEY, in onPositive()
DBluetoothPbapService.java106 static final String EXTRA_SESSION_KEY = "com.android.bluetooth.pbap.sessionkey"; field in BluetoothPbapService
259 String sessionKey = intent.getStringExtra(EXTRA_SESSION_KEY); in parseIntent()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/
DBluetoothPbapServiceTest.java194 intent.putExtra(BluetoothPbapService.EXTRA_SESSION_KEY, sessionKey); in broadcastReceiver_onReceive_withActionAuthResponse()