Searched refs:MASK_SENDER_NAME (Results 1 – 2 of 2) sorted by relevance
692 when(mParams.getParameterMask()).thenReturn((long) BluetoothMapContent.MASK_SENDER_NAME); in setSenderName_withFilterTypeSms_andSmsMsgTypeInbox()715 when(mParams.getParameterMask()).thenReturn((long) BluetoothMapContent.MASK_SENDER_NAME); in setSenderName_withFilterTypeSms_andSmsMsgTypeDraft()732 when(mParams.getParameterMask()).thenReturn((long) BluetoothMapContent.MASK_SENDER_NAME); in setSenderName_withFilterTypeMms_withNonNullSenderAddressing()756 when(mParams.getParameterMask()).thenReturn((long) BluetoothMapContent.MASK_SENDER_NAME); in setSenderName_withFilterTypeMms_withNullSenderAddressing()773 when(mParams.getParameterMask()).thenReturn((long) BluetoothMapContent.MASK_SENDER_NAME); in setSenderName_withFilterTypeEmail()789 when(mParams.getParameterMask()).thenReturn((long) BluetoothMapContent.MASK_SENDER_NAME); in setSenderName_withFilterTypeIm()
74 @VisibleForTesting static final int MASK_SENDER_NAME = 0x00000004; field in BluetoothMapContent1110 if ((ap.getParameterMask() & MASK_SENDER_NAME) != 0) { in setSenderName()