Searched refs:mBluetoothMapService (Results 1 – 1 of 1) sorted by relevance
161 private WeakReference<BluetoothMapService> mBluetoothMapService; field in BluetoothMapService.MapServiceHandler164 mBluetoothMapService = new WeakReference<BluetoothMapService>(service); in MapServiceHandler()169 BluetoothMapService service = mBluetoothMapService.get(); in handleMessage()261 private WeakReference<BluetoothMapService> mBluetoothMapService; field in BluetoothMapService.BluetoothMapEventHandler264 mBluetoothMapService = new WeakReference<BluetoothMapService>(service); in BluetoothMapEventHandler()269 BluetoothMapService service = mBluetoothMapService.get(); in handleMessage()346 WeakReference<BluetoothMapService> mBluetoothMapService; field in BluetoothMapService.ServiceBinder348 mBluetoothMapService = new WeakReference<BluetoothMapService>(service); in ServiceBinder()359 BluetoothMapService service = mBluetoothMapService.get(); in connect()369 BluetoothMapService service = mBluetoothMapService.get(); in disconnect()[all …]