Home
last modified time | relevance | path

Searched refs:BluetoothMapService (Results 1 – 22 of 22) sorted by relevance

/packages/services/Car/bluetooth/bt-map-service/src/com/google/android/auto/mapservice/
DBluetoothMapService.java84 public class BluetoothMapService extends Service { class
152 synchronized (BluetoothMapService.this) {
161 private WeakReference<BluetoothMapService> mBluetoothMapService;
163 public MapServiceHandler(BluetoothMapService service) { in MapServiceHandler()
164 mBluetoothMapService = new WeakReference<BluetoothMapService>(service); in MapServiceHandler()
169 BluetoothMapService service = mBluetoothMapService.get(); in handleMessage()
261 private WeakReference<BluetoothMapService> mBluetoothMapService;
263 public BluetoothMapEventHandler(BluetoothMapService service) { in BluetoothMapEventHandler()
264 mBluetoothMapService = new WeakReference<BluetoothMapService>(service); in BluetoothMapEventHandler()
269 BluetoothMapService service = mBluetoothMapService.get(); in handleMessage()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAppObserver.java46 private static final boolean D = BluetoothMapService.DEBUG;
47 private static final boolean V = BluetoothMapService.VERBOSE;
57 BluetoothMapService mMapService = null;
60 public BluetoothMapAppObserver(final Context context, BluetoothMapService mapService) { in BluetoothMapAppObserver()
112 BluetoothMapService.UPDATE_MAS_INSTANCES_ACCOUNT_RENAMED); in handleAccountChanges()
120 BluetoothMapService.UPDATE_MAS_INSTANCES_ACCOUNT_ADDED); in handleAccountChanges()
126 BluetoothMapService.UPDATE_MAS_INSTANCES_ACCOUNT_REMOVED); in handleAccountChanges()
138 BluetoothMapService.UPDATE_MAS_INSTANCES_ACCOUNT_REMOVED); in handleAccountChanges()
144 BluetoothMapService.UPDATE_MAS_INSTANCES_ACCOUNT_ADDED); in handleAccountChanges()
DBluetoothMapService.java57 public class BluetoothMapService extends ProfileService { class
167 public BluetoothMapService() { in BluetoothMapService() method in BluetoothMapService
1169 private BluetoothMapService mService;
1171 private BluetoothMapService getService() { in getService()
1184 BluetoothMapBinder(BluetoothMapService service) { in BluetoothMapBinder()
1196 BluetoothMapService service = getService(); in getState()
1203 BluetoothMapService service = getService(); in getClient()
1211 BluetoothMapService service = getService(); in isConnected()
1219 BluetoothMapService service = getService(); in connect()
1226 BluetoothMapService service = getService(); in disconnect()
[all …]
DBluetoothMnsObexClient.java49 private static final boolean D = BluetoothMapService.DEBUG;
50 private static final boolean V = BluetoothMapService.VERBOSE;
257 msg.what = BluetoothMapService.MSG_OBSERVER_REGISTRATION; in handleRegistration()
384 msg.what = BluetoothMapService.MSG_MNS_SDP_SEARCH; in notifyMnsSdpSearch()
506 msg.what = BluetoothMapService.MSG_ACQUIRE_WAKE_LOCK; in notifyUpdateWakeLock()
DBluetoothMapSettings.java31 private static final boolean D = BluetoothMapService.DEBUG;
32 private static final boolean V = BluetoothMapService.VERBOSE;
DBluetoothMapMasInstance.java47 private static final boolean D = BluetoothMapService.DEBUG;
48 private static final boolean V = BluetoothMapService.VERBOSE;
76 private BluetoothMapService mMapService = null; // Handle to the outer MAP service
115 public BluetoothMapMasInstance (BluetoothMapService mapService, in BluetoothMapMasInstance()
DBluetoothMapAccountItem.java29 private static final boolean D = BluetoothMapService.DEBUG;
30 private static final boolean V = BluetoothMapService.VERBOSE;
DBluetoothMapAccountLoader.java47 private static final boolean D = BluetoothMapService.DEBUG;
48 private static final boolean V = BluetoothMapService.VERBOSE;
DBluetoothMapConvoListingElement.java46 private static final boolean D = BluetoothMapService.DEBUG;
47 private static final boolean V = BluetoothMapService.VERBOSE;
DBluetoothMapFolderElement.java53 private static final boolean D = BluetoothMapService.DEBUG;
54 private static final boolean V = BluetoothMapService.VERBOSE;
DBluetoothMapSettingsAdapter.java51 private static final boolean D = BluetoothMapService.DEBUG;
52 private static final boolean V = BluetoothMapService.VERBOSE;
DBluetoothMapObexServer.java52 private static final boolean D = BluetoothMapService.DEBUG;
53 private static final boolean V = BluetoothMapService.VERBOSE;
371 msg.what = BluetoothMapService.MSG_SESSION_ESTABLISHED; in onConnect()
386 msg.what = BluetoothMapService.MSG_SESSION_DISCONNECTED; in onDisconnect()
815 msg.what = BluetoothMapService.MSG_SERVERSESSION_CLOSE; in onClose()
1589 msg.what = BluetoothMapService.MSG_ACQUIRE_WAKE_LOCK; in notifyUpdateWakeLock()
DBluetoothMapMessageListing.java33 private static final boolean D = BluetoothMapService.DEBUG;
DBluetoothMapUtils.java41 private static final boolean D = BluetoothMapService.DEBUG;
42 private static final boolean V = BluetoothMapService.VERBOSE;
DMmsFileProvider.java110 if (BluetoothMapService.DEBUG) Log.d(TAG, "writeDataToPipe(): uri=" + uri.toString() + in writeDataToPipe()
DBluetoothMapConvoListing.java39 private static final boolean D = BluetoothMapService.DEBUG;
DBluetoothMapbMessage.java36 protected static final boolean D = BluetoothMapService.DEBUG;
37 protected static final boolean V = BluetoothMapService.VERBOSE;
DBluetoothMapContentObserver.java84 private static final boolean D = BluetoothMapService.DEBUG;
85 private static final boolean V = BluetoothMapService.VERBOSE;
DBluetoothMapContent.java70 private static final boolean D = BluetoothMapService.DEBUG;
71 private static final boolean V = BluetoothMapService.VERBOSE;
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DConfig.java41 import com.android.bluetooth.map.BluetoothMapService;
61 BluetoothMapService.class,
130 } else if (profile == BluetoothMapService.class) { in isProfileDisabled()
/packages/services/Car/bluetooth/bt-map-service/
Dproguard.flags1 -keep public class com.google.android.auto.mapservice.BluetoothMapService
Dbt_hci_startup_issues.txt40676 01-13 23:19:11.393 2653 2653 D BluetoothMapService: Received start request. Starting profile...
40677 01-13 23:19:11.393 2653 2653 D BluetoothMapService: start()
40761 01-13 23:19:11.589 2653 2653 D BluetoothMapService: onReceive
40762 01-13 23:19:11.589 2653 2653 D BluetoothMapService: onReceive: android.bluetooth.adapter.action.S…
40763 01-13 23:19:11.589 2653 2653 D BluetoothMapService: STATE_ON
82956 * ServiceRecord{496eda7 u0 com.android.bluetooth/.map.BluetoothMapService}
82957 intent={act=android.bluetooth.IBluetoothMap cmp=com.android.bluetooth/.map.BluetoothMapService}
82968 … intent={act=android.bluetooth.IBluetoothMap cmp=com.android.bluetooth/.map.BluetoothMapService}
82973 ConnectionRecord{b39133b u0 com.android.bluetooth/.map.BluetoothMapService:@e4665ca}
82976 ConnectionRecord{880df51 u0 com.android.bluetooth/.map.BluetoothMapService:@3d81c78}
[all …]