Home
last modified time | relevance | path

Searched refs:connectionTime (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/adb/
H A DAdbDebuggingManagerTest.java137 private void setAllowedConnectionTime(long connectionTime) { in setAllowedConnectionTime() argument
139 Settings.Global.ADB_ALLOWED_CONNECTION_TIME, connectionTime); in setAllowedConnectionTime() local
540 long connectionTime = mKeyStore.getLastConnectionTime(TEST_KEY_1); in testConnectionTimeUpdatedWithConnectedKeyMessage() local
548 connectionTime, mKeyStore.getLastConnectionTime(TEST_KEY_1)); in testConnectionTimeUpdatedWithConnectedKeyMessage()
551 connectionTime = mKeyStore.getLastConnectionTime(TEST_KEY_1); in testConnectionTimeUpdatedWithConnectedKeyMessage()
557 connectionTime, mKeyStore.getLastConnectionTime(TEST_KEY_1)); in testConnectionTimeUpdatedWithConnectedKeyMessage()
560 connectionTime = mKeyStore.getLastConnectionTime(TEST_KEY_1); in testConnectionTimeUpdatedWithConnectedKeyMessage()
566 connectionTime, mKeyStore.getLastConnectionTime(TEST_KEY_1)); in testConnectionTimeUpdatedWithConnectedKeyMessage()
650 long connectionTime = adbKeyStore.getLastConnectionTime(key); in testUntrackedUserKeysAddedToKeystore() local
651 if (Math.abs(time - connectionTime) > epsilon) { in testUntrackedUserKeysAddedToKeystore()
[all …]
/aosp14/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/stress/
H A DWifiStressTest.java279 long connectionTime = SystemClock.uptimeMillis() - startTime; in testWifiReconnectionAfterSleep() local
280 sum += connectionTime; in testWifiReconnectionAfterSleep()
/aosp14/frameworks/base/services/core/java/com/android/server/adb/
H A DAdbDebuggingManager.java2028 long connectionTime = in addAdbKeyToKeyMap() local
2030 mKeyMap.put(key, connectionTime); in addAdbKeyToKeyMap()
2129 long connectionTime = keyEntry.getValue(); in filterOutOldKeys() local
2130 if (systemTime > (connectionTime + allowedTime)) { in filterOutOldKeys()
2158 long connectionTime = keyEntry.getValue(); in getNextExpirationTime() local
2161 long keyExpiration = Math.max(0, (connectionTime + allowedTime) - systemTime); in getNextExpirationTime()
2195 public void setLastConnectionTime(String key, long connectionTime) { in setLastConnectionTime() argument
2196 setLastConnectionTime(key, connectionTime, false); in setLastConnectionTime()
2205 void setLastConnectionTime(String key, long connectionTime, boolean force) { in setLastConnectionTime() argument
2208 if (mKeyMap.containsKey(key) && mKeyMap.get(key) >= connectionTime && !force) { in setLastConnectionTime()
[all …]
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...