Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DPasswordSlotManagerTests.java52 mManager.markSlotInUse(0); in testBasicSlotUse()
53 mManager.markSlotInUse(1); in testBasicSlotUse()
70 mManager.markSlotInUse(4); in testMergeSlots()
71 mManager.markSlotInUse(6); in testMergeSlots()
75 mManager.markSlotInUse(0); in testMergeSlots()
76 mManager.markSlotInUse(3); in testMergeSlots()
77 mManager.markSlotInUse(5); in testMergeSlots()
94 mManager.markSlotInUse(0); in testSerialization()
95 mManager.markSlotInUse(1); in testSerialization()
97 mManager.markSlotInUse(4); in testSerialization()
[all …]
/frameworks/base/services/core/java/com/android/server/locksettings/
DPasswordSlotManager.java109 public void markSlotInUse(int slot) throws RuntimeException { in markSlotInUse() method in PasswordSlotManager
DSyntheticPasswordManager.java651 mPasswordSlotManager.markSlotInUse(weaverSlot); in createPasswordBasedSyntheticPassword()
816 mPasswordSlotManager.markSlotInUse(slot); in activateTokenBasedSyntheticPassword()