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