Searched refs:IBluetoothLeBroadcastCallback (Results 1 – 7 of 7) sorted by relevance
34 import android.bluetooth.IBluetoothLeBroadcastCallback;73 @Mock private RemoteCallbackList<IBluetoothLeBroadcastCallback> mBroadcastCallbacks;313 IBluetoothLeBroadcastCallback callback = Mockito.mock(IBluetoothLeBroadcastCallback.class); in registerLeBroadcastCallback()322 IBluetoothLeBroadcastCallback callback = Mockito.mock(IBluetoothLeBroadcastCallback.class); in unregisterLeBroadcastCallback()
142 private final IBluetoothLeBroadcastCallback mCallbacks =143 new IBluetoothLeBroadcastCallback.Stub() {
27 import android.bluetooth.IBluetoothLeBroadcastCallback;105 …void registerLeBroadcastCallback(in IBluetoothLeBroadcastCallback callback, in AttributionSource a… in registerLeBroadcastCallback()107 …void unregisterLeBroadcastCallback(in IBluetoothLeBroadcastCallback callback, in AttributionSource… in unregisterLeBroadcastCallback()
25 oneway interface IBluetoothLeBroadcastCallback { interface
42 "android/bluetooth/IBluetoothLeBroadcastCallback.aidl",
68 private final IBluetoothLeBroadcastCallback mCallback =69 new IBluetoothLeBroadcastCallback.Stub() {
48 import android.bluetooth.IBluetoothLeBroadcastCallback;211 @VisibleForTesting RemoteCallbackList<IBluetoothLeBroadcastCallback> mBroadcastCallbacks;457 mBroadcastCallbacks = new RemoteCallbackList<IBluetoothLeBroadcastCallback>(); in start()5250 IBluetoothLeBroadcastCallback callback, AttributionSource source) { in registerLeBroadcastCallback()5265 IBluetoothLeBroadcastCallback callback, AttributionSource source) { in unregisterLeBroadcastCallback()