OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getMasId
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
MockMasInstance.java
17
public int
getMasId
() {
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapMasInstance.java
243
int
getMasId
() {
BluetoothMapService.java
298
if(masInst.
getMasId
() != masId && masInst.isStarted()) {
703
mMasInstances.remove(masInst.
getMasId
());
[
all
...]
BluetoothMapObexServer.java
127
mMasId = mas.
getMasId
();
[
all
...]
BluetoothMapContentObserver.java
265
mMasId = mMasInstance.
getMasId
();
[
all
...]
Completed in 126 milliseconds