Home
last modified time | relevance | path

Searched defs: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
DBluetoothMapMessageListingElementTest.java55 private static final String TEST_PRIORITY = "test_priority"; field in BluetoothMapMessageListingElementTest
DEventTest.java51 private static final String TEST_PRIORITY = "test_priority"; field in EventTest
DBluetoothMapContentObserverTest.java121 static final int TEST_PRIORITY = 1; field in BluetoothMapContentObserverTest
1074 Assert.assertEquals(contactElement.getPriority(), TEST_PRIORITY); in initContactsList() local
2417 Assert.assertEquals(contactElement.getPriority(), TEST_PRIORITY); in handleContactListChanges_withNullContactForUci() local
2488 Assert.assertEquals(contactElement.getPriority(), TEST_PRIORITY); in handleContactListChanges_withNonNullContactForUci() local
/packages/apps/WallpaperPicker2/tests/robotests/src/com/android/wallpaper/util/converter/category/
DDefaultCategoryFactoryTest.kt83 const val TEST_PRIORITY = 1 constant