Searched refs:mKeyFile (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/java/com/android/server/adb/ |
D | AdbDebuggingManager.java | 1785 private File mKeyFile; field in AdbDebuggingManager.AdbKeyStore 1820 mKeyFile = keyFile; in AdbKeyStore() 1874 if (mKeyFile == null) { in initKeyFile() 1875 mKeyFile = getAdbTempKeysFile(); in initKeyFile() 1878 if (mKeyFile != null) { in initKeyFile() 1879 mAtomicKeyFile = new AtomicFile(mKeyFile); in initKeyFile() 1929 Slog.e(TAG, "Unable to obtain the key file, " + mKeyFile + ", for reading"); in getKeyMap() 1999 Slog.e(TAG, "Unable to obtain the key file, " + mKeyFile + ", for reading"); in getKeyMapBeforeKeystoreVersion() 2049 Slog.e(TAG, "Unable to obtain the key file, " + mKeyFile + ", for reading"); in getTrustedNetworks() 2135 Slog.e(TAG, "Unable to obtain the key file, " + mKeyFile + ", for writing"); in persistKeyStore()
|