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