OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getMasInstanceId
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/core/java/android/bluetooth/
SdpMasRecord.java
67
public int
getMasInstanceId
() {
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMasClient.java
457
mCallback.obtainMessage(event, success ? STATUS_OK : STATUS_FAILED, mMas.
getMasInstanceId
(),
670
mMnsService.registerCallback(mMas.
getMasInstanceId
(), mSessionHandler);
680
mMnsService.unregisterCallback(mMas.
getMasInstanceId
());
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapAppParams.java
[
all
...]
BluetoothMapObexServer.java
[
all
...]
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
SdpManagerTestServer.java
191
Assert.assertEquals(record.
getMasInstanceId
(), SdpManagerTest.SDP_MAS_ID);
ObexTest.java
665
assertEquals(record.
getMasInstanceId
(), SDP_MAS_ID);
Completed in 101 milliseconds