Home
last modified time | relevance | path

Searched refs:getLastConnectionTime (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/adb/
H A DAdbDebuggingManagerTest.java163 long lastConnectionTime = mKeyStore.getLastConnectionTime(TEST_KEY_1); in testDisconnectAlwaysAllowKey()
175 mKeyStore.getLastConnectionTime(TEST_KEY_1)); in testDisconnectAlwaysAllowKey()
245 long lastConnectionTime = mKeyStore.getLastConnectionTime(TEST_KEY_1); in testLastConnectionTimeUpdatedByScheduledJob()
527 long connectionTime = mKeyStore.getLastConnectionTime(TEST_KEY_1); in testConnectionTimeUpdatedWithConnectedKeyMessage()
538 connectionTime = mKeyStore.getLastConnectionTime(TEST_KEY_1); in testConnectionTimeUpdatedWithConnectedKeyMessage()
547 connectionTime = mKeyStore.getLastConnectionTime(TEST_KEY_1); in testConnectionTimeUpdatedWithConnectedKeyMessage()
637 long connectionTime = adbKeyStore.getLastConnectionTime(key); in testUntrackedUserKeysAddedToKeystore()
656 long connectionTime1 = mKeyStore.getLastConnectionTime(TEST_KEY_1); in testConnectionTimeUpdatedForMultipleConnectedKeys()
657 long connectionTime2 = mKeyStore.getLastConnectionTime(TEST_KEY_2); in testConnectionTimeUpdatedForMultipleConnectedKeys()
670 connectionTime1 = mKeyStore.getLastConnectionTime(TEST_KEY_1); in testConnectionTimeUpdatedForMultipleConnectedKeys()
[all …]
/aosp12/frameworks/base/services/core/java/com/android/server/adb/
H A DAdbDebuggingManager.java1218 long lastConnectionTime = mAdbKeyStore.getLastConnectionTime(key); in logAdbConnectionChanged()
2241 public long getLastConnectionTime(String key) { in getLastConnectionTime() method in AdbDebuggingManager.AdbKeyStore
2297 long lastConnectionTime = getLastConnectionTime(key); in isKeyAuthorized()
/aosp12/frameworks/base/services/
H A Dart-profile5323 PLcom/android/server/adb/AdbDebuggingManager$AdbKeyStore;->getLastConnectionTime(Ljava/lang/String;…