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.java59 public static final byte[] PAYLOAD2 = new byte[] {2, 3, -2, -3, 44, 1}; field in SyntheticPasswordTests
537 data.passwordHandle = PAYLOAD2; in testPasswordData_serializeDeserialize()
546 assertArrayEquals(PAYLOAD2, deserialized.passwordHandle); in testPasswordData_serializeDeserialize()
569 assertArrayEquals(PAYLOAD2, deserialized.passwordHandle); in testPasswordData_deserialize()