OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mMasId
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
MockMasInstance.java
8
private final int
mMasId
;
13
this.
mMasId
= masId;
18
return
mMasId
;
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapObexServer.java
103
private int
mMasId
= 0;
127
mMasId
= mas.getMasId();
[
all
...]
BluetoothMapContentObserver.java
125
private int
mMasId
;
265
mMasId
= mMasInstance.getMasId();
[
all
...]
Completed in 438 milliseconds