OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mMasInstance
(Results
1 - 6
of
6
) sorted by null
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
MapObexTestServer.java
55
private static final BluetoothMapMasInstance
mMasInstance
=
67
mMasInstance
,
70
mMasInstance
,
BluetoothMapContentTest.java
58
private static final BluetoothMapMasInstance
mMasInstance
=
343
mMasInstance
);
375
mMasInstance
);
405
mMasInstance
);
434
mMasInstance
);
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContentObserver.java
125
private BluetoothMapMasInstance
mMasInstance
= null;
265
mMasInstance
= masInstance;
266
mMasId =
mMasInstance
.getMasId();
268
mMapSupportedFeatures =
mMasInstance
.getRemoteFeatureMask();
295
mContactList =
mMasInstance
.getContactList();
305
mMsgListSms =
mMasInstance
.getMsgListSms();
312
mMsgListMms =
mMasInstance
.getMsgListMms();
319
mMsgListMsg =
mMasInstance
.getMsgListMsg();
358
mMasInstance
.updateFolderVersionCounter();
360
mMasInstance
.setMsgListSms(msgListSms)
[
all
...]
BluetoothMapObexServer.java
105
private BluetoothMapMasInstance
mMasInstance
; // TODO: change to interface?
129
mMasInstance
= mas;
130
mRemoteFeatureMask =
mMasInstance
.getRemoteFeatureMask();
151
mOutContent = new BluetoothMapContent(mContext, mAccount,
mMasInstance
);
[
all
...]
BluetoothMapContent.java
158
private final BluetoothMapMasInstance
mMasInstance
;
451
mMasInstance
= mas;
[
all
...]
/packages/services/Car/bluetooth/bt-map-service/src/com/google/android/auto/mapservice/
BluetoothMapService.java
129
private SdpMasRecord
mMasInstance
;
[
all
...]
Completed in 96 milliseconds