OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BluetoothMapService
(Results
1 - 21
of
21
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapSettings.java
31
private static final boolean D =
BluetoothMapService
.DEBUG;
32
private static final boolean V =
BluetoothMapService
.VERBOSE;
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) {
112
BluetoothMapService
.UPDATE_MAS_INSTANCES_ACCOUNT_RENAMED);
120
BluetoothMapService
.UPDATE_MAS_INSTANCES_ACCOUNT_ADDED);
126
BluetoothMapService
.UPDATE_MAS_INSTANCES_ACCOUNT_REMOVED);
138
BluetoothMapService
.UPDATE_MAS_INSTANCES_ACCOUNT_REMOVED);
144
BluetoothMapService
.UPDATE_MAS_INSTANCES_ACCOUNT_ADDED);
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,
BluetoothMapService.java
57
public class
BluetoothMapService
extends ProfileService {
58
private static final String TAG = "
BluetoothMapService
";
63
* "setprop log.tag.
BluetoothMapService
DEBUG"; enable both VERBOSE and
64
* DEBUG log: "setprop log.tag.
BluetoothMapService
VERBOSE"
167
public
BluetoothMapService
() {
[
all
...]
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;
384
msg.what =
BluetoothMapService
.MSG_MNS_SDP_SEARCH;
506
msg.what =
BluetoothMapService
.MSG_ACQUIRE_WAKE_LOCK;
BluetoothMapMessageListing.java
33
private static final boolean D =
BluetoothMapService
.DEBUG;
BluetoothMapAccountItem.java
29
private static final boolean D =
BluetoothMapService
.DEBUG;
30
private static final boolean V =
BluetoothMapService
.VERBOSE;
BluetoothMapAccountLoader.java
47
private static final boolean D =
BluetoothMapService
.DEBUG;
48
private static final boolean V =
BluetoothMapService
.VERBOSE;
BluetoothMapConvoListing.java
39
private static final boolean D =
BluetoothMapService
.DEBUG;
MmsFileProvider.java
110
if (
BluetoothMapService
.DEBUG) Log.d(TAG, "writeDataToPipe(): uri=" + uri.toString() +
BluetoothMapConvoListingElement.java
46
private static final boolean D =
BluetoothMapService
.DEBUG;
47
private static final boolean V =
BluetoothMapService
.VERBOSE;
BluetoothMapFolderElement.java
53
private static final boolean D =
BluetoothMapService
.DEBUG;
54
private static final boolean V =
BluetoothMapService
.VERBOSE;
BluetoothMapSettingsAdapter.java
51
private static final boolean D =
BluetoothMapService
.DEBUG;
52
private static final boolean V =
BluetoothMapService
.VERBOSE;
BluetoothMapMessageListingElement.java
283
BluetoothMapService
.getRemoteDevice().getAddress())) {
BluetoothMapObexServer.java
53
private static final boolean D =
BluetoothMapService
.DEBUG;
54
private static final boolean V =
BluetoothMapService
.VERBOSE;
372
msg.what =
BluetoothMapService
.MSG_SESSION_ESTABLISHED;
387
msg.what =
BluetoothMapService
.MSG_SESSION_DISCONNECTED;
[
all
...]
BluetoothMapUtils.java
41
private static final boolean D =
BluetoothMapService
.DEBUG;
42
private static final boolean V =
BluetoothMapService
.VERBOSE;
BluetoothMapbMessage.java
36
protected static final boolean D =
BluetoothMapService
.DEBUG;
37
protected static final boolean V =
BluetoothMapService
.VERBOSE;
[
all
...]
BluetoothMapContentObserver.java
85
private static final boolean D =
BluetoothMapService
.DEBUG;
86
private static final boolean V =
BluetoothMapService
.VERBOSE;
[
all
...]
BluetoothMapContent.java
70
private static final boolean D =
BluetoothMapService
.DEBUG;
71
private static final boolean V =
BluetoothMapService
.VERBOSE;
[
all
...]
/packages/services/Car/bluetooth/bt-map-service/src/com/google/android/auto/mapservice/
BluetoothMapService.java
84
public class
BluetoothMapService
extends Service {
152
synchronized (
BluetoothMapService
.this) {
161
private WeakReference<
BluetoothMapService
> mBluetoothMapService;
163
public MapServiceHandler(
BluetoothMapService
service) {
164
mBluetoothMapService = new WeakReference<
BluetoothMapService
>(service);
169
BluetoothMapService
service = mBluetoothMapService.get();
261
private WeakReference<
BluetoothMapService
> mBluetoothMapService;
263
public BluetoothMapEventHandler(
BluetoothMapService
service) {
264
mBluetoothMapService = new WeakReference<
BluetoothMapService
>(service);
269
BluetoothMapService
service = mBluetoothMapService.get()
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
Config.java
41
import com.android.bluetooth.map.
BluetoothMapService
;
61
BluetoothMapService
.class,
130
} else if (profile ==
BluetoothMapService
.class) {
Completed in 863 milliseconds