Home
last modified time | relevance | path

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

/frameworks/base/keystore/java/android/security/
DAndroidKeyStoreMaintenance.java79 boolean allowExisting) { in initUserSuperKeys() argument
82 getService().initUserSuperKeys(userId, password, allowExisting); in initUserSuperKeys()
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DLockSettingsServiceTestable.java204 void initKeystoreSuperKeys(int userId, SyntheticPassword sp, boolean allowExisting) { in initKeystoreSuperKeys() argument
/frameworks/base/services/incremental/
DIncrementalService.cpp135 bool mkdirOrLog(std::string_view name, int mode = 0770, bool allowExisting = true) { in mkdirOrLog() argument
138 if (!allowExisting || errno != EEXIST) { in mkdirOrLog()
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java1504 void initKeystoreSuperKeys(@UserIdInt int userId, SyntheticPassword sp, boolean allowExisting) { in initKeystoreSuperKeys() argument
1507 int res = AndroidKeyStoreMaintenance.initUserSuperKeys(userId, password, allowExisting); in initKeystoreSuperKeys()