Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapAppParamsTest.java140 assertThat(appParamsDecoded.getSubjectLength()).isEqualTo(TEST_SUBJECT_LENGTH); in encodeToBuffer_thenDecode()
246 assertThat(appParams.getSubjectLength()).isEqualTo(TEST_SUBJECT_LENGTH); in settersAndGetters()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java1072 if (getSubjectLength() != INVALID_VALUE_PARAMETER) { in encodeParams()
1075 appParamBuf.put((byte) getSubjectLength()); in encodeParams()
1543 public int getSubjectLength() { in getSubjectLength() method in BluetoothMapAppParams
DBluetoothMapObexServer.java1131 + appParams.getSubjectLength() in onGet()
DBluetoothMapContent.java1267 int subLength = ap.getSubjectLength(); in setSubject()