Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java548 setConvoParameterMask(appParamBuf.getInt(i) & 0xffffffffL); // Make it unsigned in ParseParams()
1213 public void setConvoParameterMask(long parameterMask) { in setConvoParameterMask() method in BluetoothMapAppParams
DBluetoothMapContent.java2471 ap.setConvoParameterMask(CONVO_PARAMETER_MASK_DEFAULT); in convoListing()