Searched refs:userKeyFile (Results 1 – 1 of 1) sorted by relevance
2103 File userKeyFile = getUserKeyFile(); in addUserKeysToKeyStore() local2105 if (userKeyFile != null && userKeyFile.exists()) { in addUserKeysToKeyStore()2106 try (BufferedReader in = new BufferedReader(new FileReader(userKeyFile))) { in addUserKeysToKeyStore()2119 Slog.e(TAG, "Caught an exception reading " + userKeyFile + ": " + e); in addUserKeysToKeyStore()