Searched refs:AUTH_CHALL_ACTION (Results 1 – 3 of 3) sorted by relevance
111 if (action != null && action.equals(BluetoothPbapService.AUTH_CHALL_ACTION)) { in onCreate()
383 clickIntent.setAction(BluetoothPbapService.AUTH_CHALL_ACTION); in createPbapNotification()
95 static final String AUTH_CHALL_ACTION = "com.android.bluetooth.pbap.authchall"; field in BluetoothPbapService