Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java807 if (getConvoParameterMask() != INVALID_VALUE_PARAMETER) { in encodeParams()
810 appParamBuf.putInt((int) getConvoParameterMask()); in encodeParams()
1266 public long getConvoParameterMask() { in getConvoParameterMask() method in BluetoothMapAppParams
DBluetoothMapContent.java2692 if (ap.getConvoParameterMask() == BluetoothMapAppParams.INVALID_VALUE_PARAMETER in convoListing()
2693 || ap.getConvoParameterMask() == 0) { in convoListing()
2697 + "changing to default: " + ap.getConvoParameterMask()); in convoListing()
3250 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()
3447 int parameterMask = (int) ap.getConvoParameterMask(); // We always set a default value in addSmsMmsContacts()