Searched refs:getRebootEscrowFile (Results 1 – 2 of 2) sorted by relevance
305 writeFile(getRebootEscrowFile(userId), rebootEscrow); in writeRebootEscrow()309 return readFile(getRebootEscrowFile(userId)); in readRebootEscrow()313 return hasFile(getRebootEscrowFile(userId)); in hasRebootEscrow()317 deleteFile(getRebootEscrowFile(userId)); in removeRebootEscrow()444 String getRebootEscrowFile(int userId) { in getRebootEscrowFile() method in LockSettingsStorage546 getRebootEscrowFile(userId)); in removeUser()
18787 HSPLcom/android/server/locksettings/LockSettingsStorage;->getRebootEscrowFile(I)Ljava/lang/String;