Searched refs:getLastConnectionTime (Results 1 – 2 of 2) sorted by relevance
185 mKeyStore.getLastConnectionTime(TEST_KEY_1)); in testDisconnectAlwaysAllowKey()255 long lastConnectionTime = mKeyStore.getLastConnectionTime(TEST_KEY_1); in testLastConnectionTimeUpdatedByScheduledJob()540 long connectionTime = mKeyStore.getLastConnectionTime(TEST_KEY_1); in testConnectionTimeUpdatedWithConnectedKeyMessage()551 connectionTime = mKeyStore.getLastConnectionTime(TEST_KEY_1); in testConnectionTimeUpdatedWithConnectedKeyMessage()560 connectionTime = mKeyStore.getLastConnectionTime(TEST_KEY_1); in testConnectionTimeUpdatedWithConnectedKeyMessage()650 long connectionTime = adbKeyStore.getLastConnectionTime(key); in testUntrackedUserKeysAddedToKeystore()669 long connectionTime1 = mKeyStore.getLastConnectionTime(TEST_KEY_1); in testConnectionTimeUpdatedForMultipleConnectedKeys()670 long connectionTime2 = mKeyStore.getLastConnectionTime(TEST_KEY_2); in testConnectionTimeUpdatedForMultipleConnectedKeys()683 connectionTime1 = mKeyStore.getLastConnectionTime(TEST_KEY_1); in testConnectionTimeUpdatedForMultipleConnectedKeys()684 connectionTime2 = mKeyStore.getLastConnectionTime(TEST_KEY_2); in testConnectionTimeUpdatedForMultipleConnectedKeys()[all …]
1280 long lastConnectionTime = mAdbKeyStore.getLastConnectionTime(key); in logAdbConnectionChanged()2188 public long getLastConnectionTime(String key) { in getLastConnectionTime() method in AdbDebuggingManager.AdbKeyStore2240 long lastConnectionTime = getLastConnectionTime(key); in isKeyAuthorized()