Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/adb/
DAdbDebuggingManager.java1776 private File mKeyFile; field in AdbDebuggingManager.AdbKeyStore
1811 mKeyFile = keyFile; in AdbKeyStore()
1864 if (mKeyFile == null) { in initKeyFile()
1865 mKeyFile = getAdbTempKeysFile(); in initKeyFile()
1868 if (mKeyFile != null) { in initKeyFile()
1869 mAtomicKeyFile = new AtomicFile(mKeyFile); in initKeyFile()
1919 Slog.e(TAG, "Unable to obtain the key file, " + mKeyFile + ", for reading"); in getKeyMap()
1991 Slog.e(TAG, "Unable to obtain the key file, " + mKeyFile + ", for reading"); in getKeyMapBeforeKeystoreVersion()
2042 Slog.e(TAG, "Unable to obtain the key file, " + mKeyFile + ", for reading"); in getTrustedNetworks()
2130 Slog.e(TAG, "Unable to obtain the key file, " + mKeyFile + ", for writing"); in persistKeyStore()