Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapObexServer.java1104 int masFilterMask = 0; in setMsgTypeFilterParams() local
1106 masFilterMask |= BluetoothMapAppParams.FILTER_NO_SMS_CDMA; in setMsgTypeFilterParams()
1107 masFilterMask |= BluetoothMapAppParams.FILTER_NO_SMS_GSM; in setMsgTypeFilterParams()
1108 masFilterMask |= BluetoothMapAppParams.FILTER_NO_MMS; in setMsgTypeFilterParams()
1111 masFilterMask |= BluetoothMapAppParams.FILTER_NO_EMAIL; in setMsgTypeFilterParams()
1112 masFilterMask |= BluetoothMapAppParams.FILTER_NO_IM; in setMsgTypeFilterParams()
1115 masFilterMask |= BluetoothMapAppParams.FILTER_NO_EMAIL; in setMsgTypeFilterParams()
1118 masFilterMask |= BluetoothMapAppParams.FILTER_NO_IM; in setMsgTypeFilterParams()
1122 appParams.setFilterMessageType(masFilterMask); in setMsgTypeFilterParams()
1128 newMask |= masFilterMask; in setMsgTypeFilterParams()