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

  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMapMessage.java 65 private final boolean mSent;
139 mSent = yesnoToBoolean(attrs.get("sent"));
194 json.put("sent", mSent);
328 return mSent;
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapMessageListingElement.java 55 private String mSent = null;
222 return mSent;
226 this.mSent = sent;
317 if(mSent != null)
318 xmlMsgElement.attribute(null, "sent", mSent);
  /frameworks/base/core/tests/coretests/src/android/net/
SntpClientTest.java 150 private int mSent;
185 mSent++;
213 mSent = 0;
220 public int numRepliesSent() { synchronized (mLock) { return mSent; } }
  /packages/services/Car/bluetooth/bt-map-client-lib/src/com/google/android/auto/mapservice/
BluetoothMapMessagesListing.java 51 private boolean mSent;
87 out.writeByte((byte) (mSent ? 1 : 0));
111 mSent = in.readByte() != 0;
166 json.put("sent", mSent);

Completed in 121 milliseconds