Home
last modified time | relevance | path

Searched refs:TEST_LAST_ACTIVITY (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapConvoContactElementTest.java50 private static final long TEST_LAST_ACTIVITY = 1; field in BluetoothMapConvoContactElementTest
70 TEST_LAST_ACTIVITY, in constructorWithArguments()
81 .isEqualTo(format.format(TEST_LAST_ACTIVITY)); in constructorWithArguments()
110 contactElement.setLastActivity(TEST_LAST_ACTIVITY); in settersAndGetters()
119 .isEqualTo(format.format(TEST_LAST_ACTIVITY)); in settersAndGetters()
134 TEST_LAST_ACTIVITY, in encodeToXml_thenDecodeToInstance_returnsCorrectly()
165 .isEqualTo(format.format(TEST_LAST_ACTIVITY)); in encodeToXml_thenDecodeToInstance_returnsCorrectly()
180 TEST_LAST_ACTIVITY, in equalsWithSameValues_returnsTrue()
192 TEST_LAST_ACTIVITY, in equalsWithSameValues_returnsTrue()
209 TEST_LAST_ACTIVITY, in equalsWithDifferentPriority_returnsFalse()
[all …]
DBluetoothMapConvoListingElementTest.java45 private static final long TEST_LAST_ACTIVITY = 0; field in BluetoothMapConvoListingElementTest
61 TEST_LAST_ACTIVITY,
73 TEST_LAST_ACTIVITY,
94 mListingElement.setLastActivity(TEST_LAST_ACTIVITY); in setUp()
108 assertThat(mListingElement.getLastActivity()).isEqualTo(TEST_LAST_ACTIVITY); in getters()
160 assertThat(listingElementFromXml.getLastActivity()).isEqualTo(TEST_LAST_ACTIVITY); in encodeToXml_thenDecodeToInstance_returnsCorrectly()
171 listingElement.setLastActivity(TEST_LAST_ACTIVITY); in equalsWithSameValues_returnsTrue()
177 listingElementEqual.setLastActivity(TEST_LAST_ACTIVITY); in equalsWithSameValues_returnsTrue()
197 listingElement.setLastActivity(TEST_LAST_ACTIVITY); in compareToWithSameValues_returnsZero()
201 listingElementSameLastActivity.setLastActivity(TEST_LAST_ACTIVITY); in compareToWithSameValues_returnsZero()
DBluetoothMapAppParamsTest.java64 public static final long TEST_LAST_ACTIVITY = 0; field in BluetoothMapAppParamsTest
114 appParams.setLastActivity(TEST_LAST_ACTIVITY); in encodeToBuffer_thenDecode()
150 assertThat(appParamsDecoded.getLastActivity()).isEqualTo(TEST_LAST_ACTIVITY); in encodeToBuffer_thenDecode()
269 appParams.setLastActivity(TEST_LAST_ACTIVITY); in setAndGetLastActivity_withString()
274 assertThat(appParams.getLastActivity()).isEqualTo(TEST_LAST_ACTIVITY); in setAndGetLastActivity_withString()
DEventTest.java59 private static final String TEST_LAST_ACTIVITY = "20211207T16:35:21"; field in EventTest
186 TEST_LAST_ACTIVITY, in constructor_forExtendedEventTypeOnePointTwo_withConversationEvents()
198 assertThat(event.datetime).isEqualTo(TEST_LAST_ACTIVITY); in constructor_forExtendedEventTypeOnePointTwo_withConversationEvents()
DBluetoothMapContentObserverTest.java116 static final long TEST_LAST_ACTIVITY = 1; field in BluetoothMapContentObserverTest
1046 TEST_LAST_ACTIVITY, in initContactsList()
1073 contactElement.getLastActivityString(), format.format(TEST_LAST_ACTIVITY)); in initContactsList()
2391 TEST_LAST_ACTIVITY, in handleContactListChanges_withNullContactForUci()
2416 contactElement.getLastActivityString(), format.format(TEST_LAST_ACTIVITY)); in handleContactListChanges_withNullContactForUci()
2449 TEST_LAST_ACTIVITY, in handleContactListChanges_withNonNullContactForUci()
2466 TEST_LAST_ACTIVITY, in handleContactListChanges_withNonNullContactForUci()
2487 contactElement.getLastActivityString(), format.format(TEST_LAST_ACTIVITY)); in handleContactListChanges_withNonNullContactForUci()