Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DRebootEscrowManager.java1024 addEntryInternal(new RebootEscrowEvent(eventId)); in addEntry()
1028 addEntryInternal(new RebootEscrowEvent(eventId, userId)); in addEntry()
1031 private void addEntryInternal(RebootEscrowEvent event) { in addEntryInternal() method in RebootEscrowManager.RebootEscrowEventLog