Home
last modified time | relevance | path

Searched refs:AUTH_CHALL_ACTION (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/
DBluetoothPbapActivityTest.java76 mIntent.setAction(BluetoothPbapService.AUTH_CHALL_ACTION); in setUp()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapActivity.java102 if (action != null && action.equals(BluetoothPbapService.AUTH_CHALL_ACTION)) { in onCreate()
DPbapStateMachine.java419 clickIntent.setAction(BluetoothPbapService.AUTH_CHALL_ACTION); in createPbapNotification()
DBluetoothPbapService.java87 static final String AUTH_CHALL_ACTION = "com.android.bluetooth.pbap.authchall"; field in BluetoothPbapService