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
124
private BluetoothMapMasInstance
mMasInstance
= null;
264
mMasInstance
= masInstance;
265
mMasId =
mMasInstance
.getMasId();
267
mMapSupportedFeatures =
mMasInstance
.getRemoteFeatureMask();
294
mContactList =
mMasInstance
.getContactList();
304
mMsgListSms =
mMasInstance
.getMsgListSms();
311
mMsgListMms =
mMasInstance
.getMsgListMms();
318
mMsgListMsg =
mMasInstance
.getMsgListMsg();
357
mMasInstance
.updateFolderVersionCounter();
359
mMasInstance
.setMsgListSms(msgListSms)
[
all
...]
BluetoothMapObexServer.java
104
private BluetoothMapMasInstance
mMasInstance
; // TODO: change to interface?
128
mMasInstance
= mas;
129
mRemoteFeatureMask =
mMasInstance
.getRemoteFeatureMask();
150
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 48 milliseconds