/packages/services/Car/bluetooth/bt-map-service/src/com/google/android/auto/mapservice/ |
D | BluetoothMapService.java | 84 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/ |
D | BluetoothMapAppObserver.java | 46 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()
|
D | BluetoothMapService.java | 57 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 …]
|
D | BluetoothMnsObexClient.java | 49 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()
|
D | BluetoothMapSettings.java | 31 private static final boolean D = BluetoothMapService.DEBUG; 32 private static final boolean V = BluetoothMapService.VERBOSE;
|
D | BluetoothMapMasInstance.java | 47 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()
|
D | BluetoothMapAccountItem.java | 29 private static final boolean D = BluetoothMapService.DEBUG; 30 private static final boolean V = BluetoothMapService.VERBOSE;
|
D | BluetoothMapAccountLoader.java | 47 private static final boolean D = BluetoothMapService.DEBUG; 48 private static final boolean V = BluetoothMapService.VERBOSE;
|
D | BluetoothMapConvoListingElement.java | 46 private static final boolean D = BluetoothMapService.DEBUG; 47 private static final boolean V = BluetoothMapService.VERBOSE;
|
D | BluetoothMapFolderElement.java | 53 private static final boolean D = BluetoothMapService.DEBUG; 54 private static final boolean V = BluetoothMapService.VERBOSE;
|
D | BluetoothMapSettingsAdapter.java | 51 private static final boolean D = BluetoothMapService.DEBUG; 52 private static final boolean V = BluetoothMapService.VERBOSE;
|
D | BluetoothMapObexServer.java | 52 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()
|
D | BluetoothMapMessageListing.java | 33 private static final boolean D = BluetoothMapService.DEBUG;
|
D | BluetoothMapUtils.java | 41 private static final boolean D = BluetoothMapService.DEBUG; 42 private static final boolean V = BluetoothMapService.VERBOSE;
|
D | MmsFileProvider.java | 110 if (BluetoothMapService.DEBUG) Log.d(TAG, "writeDataToPipe(): uri=" + uri.toString() + in writeDataToPipe()
|
D | BluetoothMapConvoListing.java | 39 private static final boolean D = BluetoothMapService.DEBUG;
|
D | BluetoothMapbMessage.java | 36 protected static final boolean D = BluetoothMapService.DEBUG; 37 protected static final boolean V = BluetoothMapService.VERBOSE;
|
D | BluetoothMapContentObserver.java | 84 private static final boolean D = BluetoothMapService.DEBUG; 85 private static final boolean V = BluetoothMapService.VERBOSE;
|
D | BluetoothMapContent.java | 70 private static final boolean D = BluetoothMapService.DEBUG; 71 private static final boolean V = BluetoothMapService.VERBOSE;
|
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
D | Config.java | 41 import com.android.bluetooth.map.BluetoothMapService; 61 BluetoothMapService.class, 130 } else if (profile == BluetoothMapService.class) { in isProfileDisabled()
|
/packages/services/Car/bluetooth/bt-map-service/ |
D | proguard.flags | 1 -keep public class com.google.android.auto.mapservice.BluetoothMapService
|
D | bt_hci_startup_issues.txt | 40676 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 …]
|