D | BluetoothEventManager.java | 72 void onReceive(Context context, Intent intent, BluetoothDevice device); in onReceive() method 300 public void onReceive(Context context, Intent intent) { in onReceive() method in BluetoothEventManager.BluetoothBroadcastReceiver 307 handler.onReceive(context, intent, device); in onReceive() 313 public void onReceive(Context context, Intent intent, BluetoothDevice device) { in onReceive() method in BluetoothEventManager.AdapterStateChangedHandler 334 public void onReceive(Context context, Intent intent, BluetoothDevice device) { in onReceive() method in BluetoothEventManager.ScanningStateChangedHandler 343 public void onReceive(Context context, Intent intent, in onReceive() method in BluetoothEventManager.DeviceFoundHandler 370 public void onReceive(Context context, Intent intent, BluetoothDevice device) { in onReceive() method in BluetoothEventManager.ConnectionStateChangedHandler 379 public void onReceive(Context context, Intent intent, in onReceive() method in BluetoothEventManager.NameChangedHandler 386 public void onReceive(Context context, Intent intent, BluetoothDevice device) { in onReceive() method in BluetoothEventManager.BondStateChangedHandler 473 public void onReceive(Context context, Intent intent, BluetoothDevice device) { in onReceive() method in BluetoothEventManager.ClassChangedHandler [all …]
|