Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DLockSettingsServiceTestable.java142 public ManagedProfilePasswordCache getManagedProfilePasswordCache( in getManagedProfilePasswordCache()
144 return mock(ManagedProfilePasswordCache.class); in getManagedProfilePasswordCache()
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DManagedProfilePasswordCache.java60 public class ManagedProfilePasswordCache { class
69 public ManagedProfilePasswordCache(KeyStore keyStore) { in ManagedProfilePasswordCache() method in ManagedProfilePasswordCache
H A DLockSettingsService.java252 private ManagedProfilePasswordCache mManagedProfilePasswordCache;
581 public @NonNull ManagedProfilePasswordCache getManagedProfilePasswordCache( in getManagedProfilePasswordCache()
583 return new ManagedProfilePasswordCache(ks); in getManagedProfilePasswordCache()