Searched refs:pkgFilter (Results 1 – 1 of 1) sorted by relevance
66 IntentFilter pkgFilter = new IntentFilter(); in BluetoothHidFacade() local67 pkgFilter.addAction(BluetoothHidHost.ACTION_CONNECTION_STATE_CHANGED); in BluetoothHidFacade()68 pkgFilter.addAction(BluetoothHidHost.ACTION_PROTOCOL_MODE_CHANGED); in BluetoothHidFacade()69 pkgFilter.addAction(BluetoothHidHost.ACTION_HANDSHAKE); in BluetoothHidFacade()70 pkgFilter.addAction(BluetoothHidHost.ACTION_REPORT); in BluetoothHidFacade()71 pkgFilter.addAction(BluetoothHidHost.ACTION_VIRTUAL_UNPLUG_STATUS); in BluetoothHidFacade()72 pkgFilter.addAction(BluetoothHidHost.ACTION_IDLE_TIME_CHANGED); in BluetoothHidFacade()73 mService.registerReceiver(mHidServiceBroadcastReceiver, pkgFilter); in BluetoothHidFacade()