Searched refs:getConvoParameterMask (Results 1 – 4 of 4) sorted by relevance
1175 if (getConvoParameterMask() != INVALID_VALUE_PARAMETER) { in encodeParams()1178 appParamBuf.putInt((int) getConvoParameterMask()); in encodeParams()1643 public long getConvoParameterMask() { in getConvoParameterMask() method in BluetoothMapAppParams
2694 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()
214 assertThat(appParams.getConvoParameterMask()).isEqualTo(TEST_CONVO_PARAMETER_MASK); in settersAndGetters()
1178 when(mParams.getConvoParameterMask()) in convoListing_withNullFilterRecipient()1266 when(mParams.getConvoParameterMask()) in convoListing_withNonNullFilterRecipient()