Home
last modified time | relevance | path

Searched refs:writeKeyToFile (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
DWebappAuthenticator.java124 private static boolean writeKeyToFile(Context context, String basename, SecretKey key) { in writeKeyToFile() method in WebappAuthenticator
157 if (!writeKeyToFile(context, MAC_KEY_BASENAME, sKey)) { in getKey()