Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapAppParamsTest.java138 assertThat(appParamsDecoded.getFolderListingSize()).isEqualTo(TEST_FOLDER_LISTING_SIZE); in encodeToBuffer_thenDecode()
231 assertThat(appParams.getFolderListingSize()).isEqualTo(TEST_FOLDER_LISTING_SIZE); in settersAndGetters()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java1062 if (getFolderListingSize() != INVALID_VALUE_PARAMETER) { in encodeParams()
1065 appParamBuf.putShort((short) getFolderListingSize()); in encodeParams()
1647 public int getFolderListingSize() { in getFolderListingSize() method in BluetoothMapAppParams