Searched refs:IBluetoothHapClientCallback (Results 1 – 6 of 6) sorted by relevance
22 import android.bluetooth.IBluetoothHapClientCallback;70 …void registerCallback(in IBluetoothHapClientCallback callback, in AttributionSource attributionSou… in registerCallback()72 …void unregisterCallback(in IBluetoothHapClientCallback callback, in AttributionSource attributionS… in unregisterCallback()
29 oneway interface IBluetoothHapClientCallback { interface
34 import android.bluetooth.IBluetoothHapClientCallback;83 @VisibleForTesting RemoteCallbackList<IBluetoothHapClientCallback> mCallbacks;156 mCallbacks = new RemoteCallbackList<IBluetoothHapClientCallback>(); in start()1550 IBluetoothHapClientCallback callback, AttributionSource source) { in registerCallback()1565 IBluetoothHapClientCallback callback, AttributionSource source) { in unregisterCallback()
31 "android/bluetooth/IBluetoothHapClientCallback.aidl",
52 import android.bluetooth.IBluetoothHapClientCallback;111 @Mock private IBluetoothHapClientCallback mCallback;999 IBluetoothHapClientCallback callback = Mockito.mock(IBluetoothHapClientCallback.class); in testServiceBinderRegisterUnregisterCallback()
237 private final IBluetoothHapClientCallback mCallback =238 new IBluetoothHapClientCallback.Stub() {