Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/obex/
DRequestGetMessagesListing.java43 int subjectLength, in RequestGetMessagesListing() argument
46 if (subjectLength < 0 || subjectLength > 255) { in RequestGetMessagesListing()
98 if (subjectLength != 0) { in RequestGetMessagesListing()
99 oap.add(OAP_TAGID_SUBJECT_LENGTH, (byte) subjectLength); in RequestGetMessagesListing()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java1680 public void setSubjectLength(int subjectLength) { in setSubjectLength() argument
1681 if (subjectLength < 0 || subjectLength > 0xFF) { in setSubjectLength()
1684 this.mSubjectLength = subjectLength; in setSubjectLength()