Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java2207 if (!shouldCacheSpForUser(userId)) { in tryRemoveUserFromSpCacheLater()
2222 private boolean shouldCacheSpForUser(@UserIdInt int userId) { in shouldCacheSpForUser() method in LockSettingsService