Searched refs:getLastConnectionTime (Results 1 – 3 of 3) sorted by relevance
163 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 …]
1218 long lastConnectionTime = mAdbKeyStore.getLastConnectionTime(key); in logAdbConnectionChanged()2241 public long getLastConnectionTime(String key) { in getLastConnectionTime() method in AdbDebuggingManager.AdbKeyStore2297 long lastConnectionTime = getLastConnectionTime(key); in isKeyAuthorized()
5323 PLcom/android/server/adb/AdbDebuggingManager$AdbKeyStore;->getLastConnectionTime(Ljava/lang/String;…