Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapContentTest.java599 .thenReturn((long) BluetoothMapContent.MASK_SENDER_ADDRESSING); in setSenderAddressing_withFilterMsgTypeSms_andSmsMsgTypeInbox()
619 .thenReturn((long) BluetoothMapContent.MASK_SENDER_ADDRESSING); in setSenderAddressing_withFilterMsgTypeSms_andSmsMsgTypeDraft()
635 .thenReturn((long) BluetoothMapContent.MASK_SENDER_ADDRESSING); in setSenderAddressing_withFilterMsgTypeMms()
654 .thenReturn((long) BluetoothMapContent.MASK_SENDER_ADDRESSING); in setSenderAddressing_withFilterTypeEmail()
671 .thenReturn((long) BluetoothMapContent.MASK_SENDER_ADDRESSING); in setSenderAddressing_withFilterTypeIm()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapContent.java75 @VisibleForTesting static final int MASK_SENDER_ADDRESSING = 0x00000008; field in BluetoothMapContent
1010 if ((ap.getParameterMask() & MASK_SENDER_ADDRESSING) != 0) { in setSenderAddressing()