Searched refs:actualMyId (Results 1 – 1 of 1) sorted by relevance
669 final MyAutofillId actualMyId = data.getParcelable("my_id"); in assertMyClientState() local670 assertThat(actualMyId).isEqualTo(new MyAutofillId(expectedId)); in assertMyClientState()