Searched refs:writeKeyToFile (Results 1 – 1 of 1) sorted by relevance
124 private static boolean writeKeyToFile(Context context, String basename, SecretKey key) { in writeKeyToFile() method in WebappAuthenticator157 if (!writeKeyToFile(context, MAC_KEY_BASENAME, sKey)) { in getKey()