Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DPasswordSlotManagerTests.java56 mManager.markSlotInUse(0); in testBasicSlotUse()
57 mManager.markSlotInUse(1); in testBasicSlotUse()
75 mManager.markSlotInUse(4); in testMergeSlots()
76 mManager.markSlotInUse(6); in testMergeSlots()
80 mManager.markSlotInUse(0); in testMergeSlots()
81 mManager.markSlotInUse(3); in testMergeSlots()
82 mManager.markSlotInUse(5); in testMergeSlots()
100 mManager.markSlotInUse(0); in testSerialization()
101 mManager.markSlotInUse(1); in testSerialization()
103 mManager.markSlotInUse(4); in testSerialization()
[all …]
/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/
H A DPasswordSlotManager.java109 public void markSlotInUse(int slot) throws RuntimeException { in markSlotInUse() method in PasswordSlotManager
H A DSyntheticPasswordManager.java757 mPasswordSlotManager.markSlotInUse(weaverSlot); in createPasswordBasedSyntheticPassword()
941 mPasswordSlotManager.markSlotInUse(slot); in activateTokenBasedSyntheticPassword()
/aosp12/frameworks/base/services/
H A Dart-profile23687 PLcom/android/server/locksettings/PasswordSlotManager;->markSlotInUse(I)V