HomeSort by relevance Sort by last modified time
    Searched refs:mMasInstanceId (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/bluetooth/
SdpMasRecord.java 22 private final int mMasInstanceId;
43 this.mMasInstanceId = mas_instance_id;
53 this.mMasInstanceId = in.readInt();
68 return mMasInstanceId;
102 dest.writeInt(this.mMasInstanceId);
115 if(mMasInstanceId != -1){
116 ret += "Mas Instance Id: " + mMasInstanceId + "\n";
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapMasInstance.java 81 private int mMasInstanceId = -1;
128 mMasInstanceId = masId;
136 if (V) Log.d(TAG, "Removing SDP record for MAS instance: " + mMasInstanceId +
151 return "MasId: " + mMasInstanceId + " Uri:" + mBaseUri + " SMS/MMS:" + mEnableSmsMms;
244 return mMasInstanceId;
295 if(V) Log.d(TAG, "Creating new SDP record for MAS instance: " + mMasInstanceId +
335 mMasInstanceId,
348 if (D) Log.d(TAG, "Map Service startObexServerSession masid = " + mMasInstanceId);
BluetoothMapAppParams.java 151 private int mMasInstanceId = INVALID_VALUE_PARAMETER;
    [all...]

Completed in 79 milliseconds