HomeSort by relevance Sort by last modified time
    Searched defs:masId (Results 1 - 2 of 2) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapMasInstance.java 79 int masId,
88 mMasInstanceId = masId;
95 return "MasId: " + mMasInstanceId + " Uri:" + mBaseEmailUri + " SMS/MMS:" + mEnableSmsMms;
190 mAcceptThread.setName("BluetoothMapAcceptThread masId=" + mMasInstanceId);
207 String masId = String.format("%02x", mMasInstanceId & 0xff);
225 String sdpString = masId + msgTypes + masName;
226 if(V) Log.d(TAG, " masId = " + masId +
275 if (D) Log.d(TAG, "Map Service startObexServerSession masid = " + mMasInstanceId);
BluetoothMapService.java 134 /* mMasInstances: A list of the active MasInstances with the key being the MasId */
265 * @param masId use -1 to stop all instances
267 private void stopObexServerSessions(int masId) {
272 if(masId != -1) {
275 if(masInst.getMasId() != masId && masInst.isStarted()) {
287 BluetoothMapMasInstance masInst = mMasInstances.get(masId); // returns null for -1
393 private void onConnectHandler(int masId) {
397 BluetoothMapMasInstance masInst = mMasInstances.get(masId);
636 int masId = getNextMasId();
641 masId,
    [all...]

Completed in 52 milliseconds