Searched refs:setDateTime (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/ |
D | BluetoothMapMessageListingTest.java | 61 mListingElementEarliestWithReadFalse.setDateTime(TEST_DATE_TIME_EARLIEST); in setUp() 64 mListingElementMiddleWithReadFalse.setDateTime(TEST_DATE_TIME_MIDDLE); in setUp() 67 mListingElementLatestWithReadTrue.setDateTime(TEST_DATE_TIME_LATEST); in setUp() 120 listingElementToAppendOne.setDateTime(TEST_DATE_TIME_EARLIEST); in encodeToXml_thenAppendFromXml() 190 newElement.setDateTime( in createFromXml()
|
D | BluetoothMapMessageListingElementTest.java | 76 mMessageListingElement.setDateTime(TEST_DATE_TIME); in setUp() 213 elementWithLaterDateTime.setDateTime(TEST_DATE_TIME + 1); in compareTo_withLaterDateTime_ReturnsOne() 221 elementWithFasterDateTime.setDateTime(TEST_DATE_TIME - 1); in compareTo_withFasterDateTime_ReturnsNegativeOne() 229 elementWithEqualDateTime.setDateTime(TEST_DATE_TIME); in compareTo_withEqualDateTime_ReturnsZero()
|
D | BluetoothMapContentTest.java | 330 mContent.setDateTime(mMessageListingElement, cursor, mInfo, mParams); in setDateTime_withTypeSms() 344 mContent.setDateTime(mMessageListingElement, cursor, mInfo, mParams); in setDateTime_withTypeMms() 358 mContent.setDateTime(mMessageListingElement, cursor, mInfo, mParams); in setDateTime_withTypeIM()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/ |
D | BluetoothMapMessageListingElement.java | 86 public void setDateTime(long dateTime) { in setDateTime() method in BluetoothMapMessageListingElement
|
D | BluetoothMapContent.java | 1192 void setDateTime( in setDateTime() method in BluetoothMapContent 1215 e.setDateTime(date); in setDateTime() 1322 setDateTime(e, c, fi, ap); in element()
|