Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapAppParamsTest.java104 appParams.setSubjectLength(TEST_SUBJECT_LENGTH); in encodeToBuffer_thenDecode()
197 appParams.setSubjectLength(TEST_SUBJECT_LENGTH); in settersAndGetters()
384 () -> appParams.setSubjectLength(ILLEGAL_PARAMETER_INT)); in setters_withIllegalArguments()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java577 setSubjectLength(appParams[i] & 0xff); in parseParams()
1680 public void setSubjectLength(int subjectLength) { in setSubjectLength() method in BluetoothMapAppParams