Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java1175 if (getConvoParameterMask() != INVALID_VALUE_PARAMETER) { in encodeParams()
1178 appParamBuf.putInt((int) getConvoParameterMask()); in encodeParams()
1643 public long getConvoParameterMask() { in getConvoParameterMask() method in BluetoothMapAppParams
DBluetoothMapContent.java2694 if (ap.getConvoParameterMask() == BluetoothMapAppParams.INVALID_VALUE_PARAMETER in convoListing()
2695 || ap.getConvoParameterMask() == 0) { in convoListing()
2701 + ap.getConvoParameterMask()); in convoListing()
3245 int parameterMask = (int) ap.getConvoParameterMask(); // We always set a default value in populateSmsMmsConvoElement()
3312 int parameterMask = (int) ap.getConvoParameterMask(); // We always set a default value in populateImEmailConvoElement()
3442 int parameterMask = (int) ap.getConvoParameterMask(); // We always set a default value in addSmsMmsContacts()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapAppParamsTest.java214 assertThat(appParams.getConvoParameterMask()).isEqualTo(TEST_CONVO_PARAMETER_MASK); in settersAndGetters()
DBluetoothMapContentTest.java1178 when(mParams.getConvoParameterMask()) in convoListing_withNullFilterRecipient()
1266 when(mParams.getConvoParameterMask()) in convoListing_withNonNullFilterRecipient()