Searched refs:expectedId (Results 1 - 6 of 6) sorted by relevance

/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
H A DPropertyChangeRegistryTest.java47 final int expectedId = 100;
52 assertEquals(expectedId, id);
59 propertyChangeRegistry.notifyChange(observableObj, expectedId);
H A DBaseObservableTest.java79 final int expectedId = 100;
81 mObservable.notifyPropertyChanged(expectedId);
83 assertEquals(expectedId, (int) mNotifications.get(0));
/frameworks/support/recyclerview-selection/src/androidTest/java/androidx/recyclerview/selection/testing/
H A DTestFocusDelegate.java56 public void assertFocused(String expectedId) { argument
57 assertEquals(expectedId, mFocusItemId);
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DNetworkEventTest.java78 long expectedId = startingId;
80 assertEquals("At index " + i + ", the event has the wrong id.", expectedId,
82 expectedId++;
98 long expectedId = startingId;
100 assertEquals("At index " + i + ", the event has the wrong id.", expectedId,
102 expectedId++;
109 expectedId = 0;
111 assertEquals("At index " + i + ", the event has the wrong id.", expectedId,
113 expectedId++;
/frameworks/support/work/workmanager/src/androidTest/java/androidx/work/impl/utils/
H A DIdGeneratorTest.java70 int expectedId = 100;
71 storeNextIdInSharedPrefs(expectedId);
73 assertThat(nextId, is(expectedId));
78 int expectedId = MAX_VALUE;
79 storeNextIdInSharedPrefs(expectedId);
/frameworks/support/v7/appcompat/src/androidTest/java/androidx/appcompat/app/
H A DBaseKeyboardShortcutsTestCase.java56 private void testKeyboardShortcut(final int keyCode, final int meta, final int expectedId) { argument
71 assertEquals("Correct options item selected", selectedItem.getItemId(), expectedId);

Completed in 365 milliseconds