Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DLockSettingsStorageTests.java80 public static final byte[] PAYLOAD = new byte[] {1, 2, -1, -2, 33}; field in LockSettingsStorageTests
406 DevicePolicyManager.PASSWORD_QUALITY_COMPLEX, PAYLOAD)); in testPersistentDataBlock_withData()
413 assertArrayEquals(PAYLOAD, data.payload); in testPersistentDataBlock_withData()
427 DevicePolicyManager.PASSWORD_QUALITY_COMPLEX, PAYLOAD); in testPersistentData_serializeUnserialize()
432 assertArrayEquals(PAYLOAD, deserialized.payload); in testPersistentData_serializeUnserialize()
471 assertArrayEquals(PAYLOAD, deserialized.payload); in testPersistentData_unserialize_version1()
DSyntheticPasswordTests.java68 public static final byte[] PAYLOAD = new byte[] {1, 2, -1, -2, 55}; field in SyntheticPasswordTests
446 data.salt = PAYLOAD; in testPasswordData_serializeDeserialize()
455 assertArrayEquals(PAYLOAD, deserialized.salt); in testPasswordData_serializeDeserialize()
479 assertArrayEquals(PAYLOAD, deserialized.salt); in testPasswordData_deserialize()
/frameworks/base/core/java/android/provider/
DSearchIndexablesContract.java156 RawData.PAYLOAD // 15
329 public static final String PAYLOAD = "payload"; field in SearchIndexablesContract.RawData