Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DLockSettingsStorageTests.java77 public static final byte[] PAYLOAD = new byte[] {1, 2, -1, -2, 33}; field in LockSettingsStorageTests
407 DevicePolicyManager.PASSWORD_QUALITY_COMPLEX, PAYLOAD)); in testPersistentDataBlock_withData()
414 assertArrayEquals(PAYLOAD, data.payload); in testPersistentDataBlock_withData()
428 DevicePolicyManager.PASSWORD_QUALITY_COMPLEX, PAYLOAD); in testPersistentData_serializeUnserialize()
433 assertArrayEquals(PAYLOAD, deserialized.payload); in testPersistentData_serializeUnserialize()
472 assertArrayEquals(PAYLOAD, deserialized.payload); in testPersistentData_unserialize_version1()
483 PAYLOAD, LockPatternUtils.CREDENTIAL_TYPE_PASSWORD).toBytes(); in testCredentialHash_serializeUnserialize()
488 assertArrayEquals(PAYLOAD, deserialized.hash); in testCredentialHash_serializeUnserialize()
506 assertArrayEquals(PAYLOAD, deserialized.hash); in testCredentialHash_unserialize_versionGatekeeper()
DSyntheticPasswordTests.java68 public static final byte[] PAYLOAD = new byte[] {1, 2, -1, -2, 55}; field in SyntheticPasswordTests
455 data.salt = PAYLOAD; in testPasswordData_serializeDeserialize()
464 assertArrayEquals(PAYLOAD, deserialized.salt); in testPasswordData_serializeDeserialize()
488 assertArrayEquals(PAYLOAD, deserialized.salt); in testPasswordData_deserialize()
/frameworks/base/core/java/android/provider/
DSearchIndexablesContract.java142 RawData.PAYLOAD // 15
315 public static final String PAYLOAD = "payload"; field in SearchIndexablesContract.RawData
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt55965 Landroid/provider/SearchIndexablesContract$RawData;->PAYLOAD:Ljava/lang/String;