Searched refs:mMasId (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapObexServer.java104 private int mMasId = 0; field in class:BluetoothMapObexServer
128 mMasId = mas.getMasId();
834 msg.arg1 = mMasId;
1395 if(mMasId == appParams.getMasInstanceId()) {
1408 if(mMasId < 10) {
1410 } else if(mMasId < 100) {
1413 sb.append(mMasId);
H A DBluetoothMapContentObserver.java127 private int mMasId; field in class:BluetoothMapContentObserver
269 mMasId = mMasInstance.getMasId();
926 msg.arg1 = mMasId;
1184 mMnsClient.sendEvent(evt.encode(), mMasId);
1825 + mMasId + " restaring ObexServerSession");
2047 + mMasId + " restaring ObexServerSession");

Completed in 61 milliseconds