Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapConvoContactElementTest.java52 private static final int TEST_PRIORITY = 1; field in BluetoothMapConvoContactElementTest
72 TEST_PRIORITY, in constructorWithArguments()
83 assertThat(contactElement.getPriority()).isEqualTo(TEST_PRIORITY); in constructorWithArguments()
106 contactElement.setPriority(TEST_PRIORITY); in settersAndGetters()
121 assertThat(contactElement.getPriority()).isEqualTo(TEST_PRIORITY); in settersAndGetters()
136 TEST_PRIORITY, in encodeToXml_thenDecodeToInstance_returnsCorrectly()
167 assertThat(contactElementFromXml.getPriority()).isEqualTo(TEST_PRIORITY); in encodeToXml_thenDecodeToInstance_returnsCorrectly()
182 TEST_PRIORITY, in equalsWithSameValues_returnsTrue()
194 TEST_PRIORITY, in equalsWithSameValues_returnsTrue()
211 TEST_PRIORITY, in equalsWithDifferentPriority_returnsFalse()
[all …]
DEventTest.java51 private static final String TEST_PRIORITY = "test_priority"; field in EventTest
135 TEST_PRIORITY); in constructor_forExtendedEventTypeOnePointOne()
144 assertThat(event.priority).isEqualTo(TEST_PRIORITY); in constructor_forExtendedEventTypeOnePointOne()
159 TEST_PRIORITY, in constructor_forExtendedEventTypeOnePointTwo_withMessageEvents()
170 assertThat(event.priority).isEqualTo(TEST_PRIORITY); in constructor_forExtendedEventTypeOnePointTwo_withMessageEvents()
185 TEST_PRIORITY, in constructor_forExtendedEventTypeOnePointTwo_withConversationEvents()
197 assertThat(event.priority).isEqualTo(TEST_PRIORITY); in constructor_forExtendedEventTypeOnePointTwo_withConversationEvents()
DBluetoothMapMessageListingElementTest.java55 private static final String TEST_PRIORITY = "test_priority"; field in BluetoothMapMessageListingElementTest
88 mMessageListingElement.setPriority(TEST_PRIORITY); in setUp()
119 assertThat(mMessageListingElement.getPriority()).isEqualTo(TEST_PRIORITY); in getters()
189 assertThat(attributeValue).isEqualTo(TEST_PRIORITY); in encode()
DBluetoothMapContentObserverTest.java121 static final int TEST_PRIORITY = 1; field in BluetoothMapContentObserverTest
1049 TEST_PRIORITY, in initContactsList()
1074 Assert.assertEquals(contactElement.getPriority(), TEST_PRIORITY); in initContactsList() local
2394 TEST_PRIORITY, in handleContactListChanges_withNullContactForUci()
2417 Assert.assertEquals(contactElement.getPriority(), TEST_PRIORITY); in handleContactListChanges_withNullContactForUci() local
2452 TEST_PRIORITY, in handleContactListChanges_withNonNullContactForUci()
2468 TEST_PRIORITY, in handleContactListChanges_withNonNullContactForUci()
2488 Assert.assertEquals(contactElement.getPriority(), TEST_PRIORITY); in handleContactListChanges_withNonNullContactForUci() local
/packages/apps/WallpaperPicker2/tests/robotests/src/com/android/wallpaper/util/converter/category/
DDefaultCategoryFactoryTest.kt57 val placeholderCategory = PlaceholderCategory(TEST_TITLE, TEST_COLLECTIONID, TEST_PRIORITY) in testGetCategoryModel()
69 val imageCategory = ImageCategory(TEST_TITLE, TEST_COLLECTIONID, TEST_PRIORITY) in testGetImageCategoryModel()
77 assertEquals(TEST_PRIORITY, result.commonCategoryData.priority) in validateCommonCategoryData()
83 const val TEST_PRIORITY = 1 constant