Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/adb/
DAdbDebuggingManagerTest.java243 updateKeyStore(); in testLastConnectionTimeUpdatedByScheduledJob()
273 updateKeyStore(); in testKeystorePersisted()
410 updateKeyStore(); in testAdbKeyRemovedByScheduledJob()
532 updateKeyStore(); in testConnectionTimeUpdatedWithConnectedKeyMessage()
651 updateKeyStore(); in testConnectionTimeUpdatedForMultipleConnectedKeys()
665 updateKeyStore(); in testConnectionTimeUpdatedForMultipleConnectedKeys()
769 private void updateKeyStore() throws Exception { in updateKeyStore() method in AdbDebuggingManagerTest
/frameworks/base/services/core/java/com/android/server/adb/
DAdbDebuggingManager.java817 mAdbKeyStore.updateKeyStore(); in startAdbDebuggingThread()
977 mAdbKeyStore.updateKeyStore(); in handleMessage()
1903 public void updateKeyStore() { in updateKeyStore() method in AdbDebuggingManager.AdbKeyStore