Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/security/keystore/recovery/
DKeyChainProtectionParamsTest.java46 assertEquals(LOCK_SCREEN_UI_FORMAT, createTestParams().getLockScreenUiFormat()); in build_setsLockScreenUiFormat()
81 assertEquals(LOCK_SCREEN_UI_FORMAT, protParams.getLockScreenUiFormat()); in writeToParcel_writesLockScreenUiFormat()
DKeyChainSnapshotTest.java90 assertEquals(LOCK_SCREEN_UI_FORMAT, keyChainProtectionParams.getLockScreenUiFormat()); in build_setsKeyChainProtectionParams()
157 assertEquals(LOCK_SCREEN_UI_FORMAT, keyChainProtectionParams.getLockScreenUiFormat()); in writeToParcel_writesKeyChainProtectionParams()
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
DKeySyncTaskTest.java318 assertThat(keyChainSnapshot.getKeyChainProtectionParams().get(0).getLockScreenUiFormat()). in run_useScryptToHashPasswordInTestMode()
355 assertThat(keyChainSnapshot.getKeyChainProtectionParams().get(0).getLockScreenUiFormat()). in run_useSha256ToHashPatternInProdMode()
389 assertThat(keyChainSnapshot.getKeyChainProtectionParams().get(0).getLockScreenUiFormat()). in run_useScryptToHashPasswordInProdMode()
671 assertThat(keyChainSnapshot.getKeyChainProtectionParams().get(0).getLockScreenUiFormat()). in run_setsCorrectTypeForPassword()
704 assertThat(keyChainSnapshot.getKeyChainProtectionParams().get(0).getLockScreenUiFormat()). in run_setsCorrectTypeForPin()
735 assertThat(keyChainSnapshot.getKeyChainProtectionParams().get(0).getLockScreenUiFormat()). in run_setsCorrectTypeForPattern()
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/storage/
DRecoverySnapshotStorageTest.java188 assertEquals(b.getLockScreenUiFormat(), a.getLockScreenUiFormat()); in assertKeyChainProtectionParamsAreEqual()
/frameworks/base/core/java/android/security/keystore/recovery/
DKeyChainProtectionParams.java132 public @LockScreenUiFormat int getLockScreenUiFormat() { in getLockScreenUiFormat() method in KeyChainProtectionParams
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/serialization/
DKeyChainSnapshotSerializer.java126 keyChainProtectionParams.getLockScreenUiFormat()); in writeKeyChainProtectionParamsProperties()
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/serialization/
DKeyChainSnapshotSerializerTest.java110 assertThat(roundTripParams().getLockScreenUiFormat()).isEqualTo(LOCK_SCREEN_UI); in roundTripParams_persistsLockScreenUi()
/frameworks/base/api/
Dsystem-current.txt6941 method public int getLockScreenUiFormat();
/frameworks/base/non-updatable-api/
Dsystem-current.txt6839 method public int getLockScreenUiFormat();