Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapContentTest.java323 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()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapContent.java73 @VisibleForTesting static final int MASK_DATETIME = 0x00000002; field in BluetoothMapContent
1197 if ((ap.getParameterMask() & MASK_DATETIME) != 0) { in setDateTime()