Loading services/tests/servicestests/src/com/android/server/locksettings/RebootEscrowDataTest.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -75,7 +75,7 @@ public class RebootEscrowDataTest { assertThat(actual.getSpVersion(), is(expected.getSpVersion())); assertThat(actual.getSpVersion(), is(expected.getSpVersion())); assertThat(actual.getIv(), is(expected.getIv())); assertThat(actual.getIv(), is(expected.getIv())); assertThat(actual.getKey(), is(expected.getKey())); assertThat(actual.getKey().getKeyBytes(), is(expected.getKey().getKeyBytes())); assertThat(actual.getBlob(), is(expected.getBlob())); assertThat(actual.getBlob(), is(expected.getBlob())); assertThat(actual.getSyntheticPassword(), is(expected.getSyntheticPassword())); assertThat(actual.getSyntheticPassword(), is(expected.getSyntheticPassword())); } } Loading Loading
services/tests/servicestests/src/com/android/server/locksettings/RebootEscrowDataTest.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -75,7 +75,7 @@ public class RebootEscrowDataTest { assertThat(actual.getSpVersion(), is(expected.getSpVersion())); assertThat(actual.getSpVersion(), is(expected.getSpVersion())); assertThat(actual.getIv(), is(expected.getIv())); assertThat(actual.getIv(), is(expected.getIv())); assertThat(actual.getKey(), is(expected.getKey())); assertThat(actual.getKey().getKeyBytes(), is(expected.getKey().getKeyBytes())); assertThat(actual.getBlob(), is(expected.getBlob())); assertThat(actual.getBlob(), is(expected.getBlob())); assertThat(actual.getSyntheticPassword(), is(expected.getSyntheticPassword())); assertThat(actual.getSyntheticPassword(), is(expected.getSyntheticPassword())); } } Loading