Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DSyntheticPasswordTests.java69 public static final byte[] PAYLOAD2 = new byte[] {2, 3, -2, -3, 44, 1}; field in SyntheticPasswordTests
456 data.passwordHandle = PAYLOAD2; in testPasswordData_serializeDeserialize()
465 assertArrayEquals(PAYLOAD2, deserialized.passwordHandle); in testPasswordData_serializeDeserialize()
489 assertArrayEquals(PAYLOAD2, deserialized.passwordHandle); in testPasswordData_deserialize()