Searched refs:BluetoothCallback (Results 1 – 5 of 5) sorted by relevance
57 private final Collection<BluetoothCallback> mCallbacks =58 new ArrayList<BluetoothCallback>();146 public void registerCallback(BluetoothCallback callback) { in registerCallback()153 public void unregisterCallback(BluetoothCallback callback) { in unregisterCallback()202 for (BluetoothCallback callback : mCallbacks) { in onReceive()220 for (BluetoothCallback callback : mCallbacks) { in onReceive()261 for (BluetoothCallback callback : mCallbacks) { in dispatchConnectionStateChanged()269 for (BluetoothCallback callback : mCallbacks) { in dispatchDeviceAdded()277 for (BluetoothCallback callback : mCallbacks) { in dispatchDeviceRemoved()293 for (BluetoothCallback callback : mCallbacks) { in onReceive()[all …]
24 public interface BluetoothCallback { interface
45 private BluetoothCallback mBluetoothCallback;
31 import com.android.settingslib.bluetooth.BluetoothCallback;45 public class BluetoothControllerImpl implements BluetoothController, BluetoothCallback,
45 import com.android.settingslib.bluetooth.BluetoothCallback;590 private final class BluetoothCallbackHandler implements BluetoothCallback {