Searched refs:expectedId (Results 1 – 2 of 2) sorted by relevance
85 long expectedId = startingId; in testNetworkEventId_monotonicallyIncreasing() local88 .that(events.get(i).getId()).isEqualTo(expectedId); in testNetworkEventId_monotonicallyIncreasing()89 expectedId++; in testNetworkEventId_monotonicallyIncreasing()107 long expectedId = startingId; in testNetworkEventId_wrapsAround() local110 .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()
348 private void assertNonVirtual(AutofillId id, int expectedId, int expectSessionId) { in assertNonVirtual() argument349 assertThat(id.getViewId()).isEqualTo(expectedId); in assertNonVirtual()