Searched refs:AUTH_CHALL_ACTION (Results 1 – 4 of 4) sorted by relevance
76 mIntent.setAction(BluetoothPbapService.AUTH_CHALL_ACTION); in setUp()
102 if (action != null && action.equals(BluetoothPbapService.AUTH_CHALL_ACTION)) { in onCreate()
419 clickIntent.setAction(BluetoothPbapService.AUTH_CHALL_ACTION); in createPbapNotification()
87 static final String AUTH_CHALL_ACTION = "com.android.bluetooth.pbap.authchall"; field in BluetoothPbapService