Searched refs:MASK_DATETIME (Results 1 – 2 of 2) sorted by relevance
323 when(mParams.getParameterMask()).thenReturn((long) BluetoothMapContent.MASK_DATETIME); in setDateTime_withTypeSms()337 when(mParams.getParameterMask()).thenReturn((long) BluetoothMapContent.MASK_DATETIME); in setDateTime_withTypeMms()351 when(mParams.getParameterMask()).thenReturn((long) BluetoothMapContent.MASK_DATETIME); in setDateTime_withTypeIM()
73 @VisibleForTesting static final int MASK_DATETIME = 0x00000002; field in BluetoothMapContent1197 if ((ap.getParameterMask() & MASK_DATETIME) != 0) { in setDateTime()