Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/adb/
H A DAdbDebuggingManagerTest.java261 updateKeyStore(); in testLastConnectionTimeUpdatedByScheduledJob()
291 updateKeyStore(); in testKeystorePersisted()
428 updateKeyStore(); in testAdbKeyRemovedByScheduledJob()
553 updateKeyStore(); in testConnectionTimeUpdatedWithConnectedKeyMessage()
672 updateKeyStore(); in testConnectionTimeUpdatedForMultipleConnectedKeys()
686 updateKeyStore(); in testConnectionTimeUpdatedForMultipleConnectedKeys()
1099 private void updateKeyStore() throws Exception { in updateKeyStore() method in AdbDebuggingManagerTest
/aosp14/frameworks/base/services/core/java/com/android/server/adb/
H A DAdbDebuggingManager.java856 mAdbKeyStore.updateKeyStore(); in startAdbDebuggingThread()
1029 mAdbKeyStore.updateKeyStore(); in handleMessage()
1954 public void updateKeyStore() { in updateKeyStore() method in AdbDebuggingManager.AdbKeyStore