Searched refs:mServiceListener (Results 1 – 5 of 5) sorted by relevance
49 private BluetoothProfile.ServiceListener mServiceListener; field in BluetoothProfileConnector167 mServiceListener = listener; in connect()190 if (mServiceListener != null) { in disconnect()191 BluetoothProfile.ServiceListener listener = mServiceListener; in disconnect()192 mServiceListener = null; in disconnect()233 if (mServiceListener != null) {234 mServiceListener.onServiceConnected(mProfileId, mProfileProxy);239 if (mServiceListener != null) {240 mServiceListener.onServiceDisconnected(mProfileId);
62 final @Nullable ServiceListener<? super TBoundServiceInfo> mServiceListener; field in ServiceMonitorImpl84 mServiceListener = serviceListener; in ServiceMonitorImpl()262 if (mServiceListener != null) { in onServiceConnected()264 mServiceListener.onBind(binder, mBoundServiceInfo); in onServiceConnected()284 if (mServiceListener != null) { in onServiceDisconnected()285 mServiceListener.onUnbind(); in onServiceDisconnected()
15 Landroid/bluetooth/BluetoothA2dp;->mServiceListener:Landroid/bluetooth/BluetoothProfile$ServiceList…42 Landroid/bluetooth/BluetoothA2dpSink;->mServiceListener:Landroid/bluetooth/BluetoothProfile$Service…214 Landroid/bluetooth/BluetoothAvrcpController;->mServiceListener:Landroid/bluetooth/BluetoothProfile$…465 Landroid/bluetooth/BluetoothHeadset;->mServiceListener:Landroid/bluetooth/BluetoothProfile$ServiceL…581 Landroid/bluetooth/BluetoothHeadsetClient;->mServiceListener:Landroid/bluetooth/BluetoothProfile$Se…646 Landroid/bluetooth/BluetoothHealth;->mServiceListener:Landroid/bluetooth/BluetoothProfile$ServiceLi…683 Landroid/bluetooth/BluetoothHearingAid;->mServiceListener:Landroid/bluetooth/BluetoothProfile$Servi…715 Landroid/bluetooth/BluetoothHidDevice;->mServiceListener:Landroid/bluetooth/BluetoothProfile$Servic…765 Landroid/bluetooth/BluetoothHidHost;->mServiceListener:Landroid/bluetooth/BluetoothProfile$ServiceL…809 Landroid/bluetooth/BluetoothMap;->mServiceListener:Landroid/bluetooth/BluetoothProfile$ServiceListe…[all …]
353 private BluetoothProfile.ServiceListener mServiceListener = field in BluetoothTestUtils1635 adapter.getProfileProxy(mContext, mServiceListener, profile); in connectProxy()
85 Landroid/net/EthernetManager;->mServiceListener:Landroid/net/IEthernetServiceListener$Stub;