Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
H A DRecoverableKeyStoreManager.java285 long updatedCertPathRows = mDatabase.setRecoveryServiceCertPath(userId, uid, in initRecoveryService() local
287 if (updatedCertPathRows > 0) { in initRecoveryService()
308 } else if (updatedCertPathRows < 0) { in initRecoveryService()