Home
last modified time | relevance | path

Searched refs:subjectLength (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
DRequestGetMessagesListing.java39 int subjectLength, int maxListCount, int listStartOffset) { in RequestGetMessagesListing() argument
40 if (subjectLength < 0 || subjectLength > 255) { in RequestGetMessagesListing()
92 if (subjectLength != 0) { in RequestGetMessagesListing()
93 oap.add(OAP_TAGID_SUBJECT_LENGTH, (byte) subjectLength); in RequestGetMessagesListing()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java1303 public void setSubjectLength(int subjectLength) { in setSubjectLength() argument
1304 if (subjectLength < 0 || subjectLength > 0xFF) { in setSubjectLength()
1307 this.mSubjectLength = subjectLength; in setSubjectLength()