Home
last modified time | relevance | path

Searched refs:expectedId (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DNetworkEventTest.java85 long expectedId = startingId; in testNetworkEventId_monotonicallyIncreasing() local
88 .that(events.get(i).getId()).isEqualTo(expectedId); in testNetworkEventId_monotonicallyIncreasing()
89 expectedId++; in testNetworkEventId_monotonicallyIncreasing()
107 long expectedId = startingId; in testNetworkEventId_wrapsAround() local
110 .that(events.get(i).getId()).isEqualTo(expectedId); in testNetworkEventId_wrapsAround()
111 expectedId++; in testNetworkEventId_wrapsAround()
118 expectedId = 0; in testNetworkEventId_wrapsAround()
121 .that(events.get(i).getId()).isEqualTo(expectedId); in testNetworkEventId_wrapsAround()
122 expectedId++; in testNetworkEventId_wrapsAround()
/aosp14/frameworks/base/core/tests/coretests/src/android/view/autofill/
H A DAutofillIdTest.java348 private void assertNonVirtual(AutofillId id, int expectedId, int expectSessionId) { in assertNonVirtual() argument
349 assertThat(id.getViewId()).isEqualTo(expectedId); in assertNonVirtual()