Searched refs:svIds (Results 1 – 2 of 2) sorted by relevance
139 int[] svIds = svIdsCaptor.getValue(); in updateBlocklistAndVerifyCallbackIsCalled() local142 assertThat(svIds.length).isEqualTo(constellations.length); in updateBlocklistAndVerifyCallbackIsCalled()145 assertThat(svIds[i]).isEqualTo(values.get(i * 2 + 1)); in updateBlocklistAndVerifyCallbackIsCalled()
476 private static native boolean native_set_satellite_blocklist(int[] constellations, int[] svIds); in native_set_satellite_blocklist() argument