Searched defs:subjectLength (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
H A DRequestGetMessagesListing.java39 MessagesFilter filter, int subjectLength, int maxListCount,
41 if (subjectLength < 0 || subjectLength > 255) {
42 throw new IllegalArgumentException("subjectLength should be [0..255]");
93 if (subjectLength != 0) {
94 oap.add(OAP_TAGID_SUBJECT_LENGTH, (byte) subjectLength);
38 RequestGetMessagesListing(String folderName, int parameters, MessagesFilter filter, int subjectLength, int maxListCount, int listStartOffset) argument
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapAppParams.java1251 public void setSubjectLength(int subjectLength) { argument
1252 if (subjectLength < 0 || subjectLength > 0xFF)
1254 this.mSubjectLength = subjectLength;

Completed in 76 milliseconds