Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java1252 public void setSubjectLength(int subjectLength) { in setSubjectLength() argument
1253 if (subjectLength < 0 || subjectLength > 0xFF) in setSubjectLength()
1255 this.mSubjectLength = subjectLength; in setSubjectLength()