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

  /packages/services/Car/bluetooth/bt-map-client-lib/src/com/google/android/auto/mapservice/
BluetoothMapMessage.java 41 // When sending a message mRecipient must be populated, and while receiving a message mSender
44 private String mRecipient;
67 mRecipient = recipient;
71 return mRecipient;
130 out.writeString(mRecipient);
152 mRecipient = in.readString();
BluetoothMapMessagesListing.java 42 private String mRecipient;
78 out.writeString(mRecipient);
102 mRecipient = in.readString();
157 json.put("recipient_name", mRecipient);
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapbMessage.java 60 private ArrayList<vCard> mRecipient = null;
666 if(mRecipient == null)
667 mRecipient = new ArrayList<vCard>(1);
668 mRecipient.add(vCard.parseVcard(reader, level));
    [all...]

Completed in 71 milliseconds