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.java1786 private File mKeyFile; field in AdbDebuggingManager.AdbKeyStore
1821 mKeyFile = keyFile; in AdbKeyStore()
1875 if (mKeyFile == null) { in initKeyFile()
1876 mKeyFile = getAdbTempKeysFile(); in initKeyFile()
1879 if (mKeyFile != null) { in initKeyFile()
1880 mAtomicKeyFile = new AtomicFile(mKeyFile); in initKeyFile()
1930 Slog.e(TAG, "Unable to obtain the key file, " + mKeyFile + ", for reading"); in getKeyMap()
2002 Slog.e(TAG, "Unable to obtain the key file, " + mKeyFile + ", for reading"); in getKeyMapBeforeKeystoreVersion()
2053 Slog.e(TAG, "Unable to obtain the key file, " + mKeyFile + ", for reading"); in getTrustedNetworks()
2141 Slog.e(TAG, "Unable to obtain the key file, " + mKeyFile + ", for writing"); in persistKeyStore()