Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/debug/
H A DAdbManagerInternal.java61 public abstract void notifyKeyFilesUpdated(); in notifyKeyFilesUpdated() method in AdbManagerInternal
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/adb/
H A DAdbDebuggingManagerTest.java782 mManager.notifyKeyFilesUpdated(); in test_notifyKeyFilesUpdated_filesDeletedRemovesPreviouslyAddedKey()
806 mManager.notifyKeyFilesUpdated(); in test_notifyKeyFilesUpdated_newKeyIsAuthorized()
814 mManager.notifyKeyFilesUpdated(); in test_notifyKeyFilesUpdated_newKeyIsAuthorized()
/aosp14/frameworks/base/services/core/java/com/android/server/adb/
H A DAdbService.java155 public void notifyKeyFilesUpdated() { in notifyKeyFilesUpdated() method in AdbService.AdbManagerInternalImpl
159 mDebuggingManager.notifyKeyFilesUpdated(); in notifyKeyFilesUpdated()
H A DAdbDebuggingManager.java1777 public void notifyKeyFilesUpdated() { in notifyKeyFilesUpdated() method in AdbDebuggingManager
/aosp14/frameworks/base/services/core/java/com/android/server/testharness/
H A DTestHarnessModeService.java192 adbManager.notifyKeyFilesUpdated(); in setUpAdbFiles()