Searched refs:onReceiveBtEvent (Results 1 – 2 of 2) sorted by relevance
266 private void onReceiveBtEvent(@NonNull Intent intent) { in onReceiveBtEvent() method in AudioDeviceBroker267 mBtHelper.onReceiveBtEvent(intent); in onReceiveBtEvent()1881 onReceiveBtEvent((Intent) msg.obj); in handleMessage()
280 /*package*/ synchronized void onReceiveBtEvent(Intent intent) { in onReceiveBtEvent() method in BtHelper