Home | History | Annotate | Download | only in bluetooth

Lines Matching refs:BluetoothReceiver

91     private class BluetoothReceiver extends FlagReceiver {
102 public BluetoothReceiver(int expectedFlags) {
614 int mask = BluetoothReceiver.DISCOVERY_STARTED_FLAG;
624 BluetoothReceiver receiver = getBluetoothReceiver(mask);
652 int mask = BluetoothReceiver.DISCOVERY_FINISHED_FLAG;
662 BluetoothReceiver receiver = getBluetoothReceiver(mask);
1381 private BluetoothReceiver getBluetoothReceiver(int expectedFlags) {
1387 BluetoothReceiver receiver = new BluetoothReceiver(expectedFlags);