Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/adb/
H A DAdbDebuggingManagerTest.java122 private void setAllowedConnectionTime(long connectionTime) { in setAllowedConnectionTime() argument
124 Settings.Global.ADB_ALLOWED_CONNECTION_TIME, connectionTime); in setAllowedConnectionTime() local
527 long connectionTime = mKeyStore.getLastConnectionTime(TEST_KEY_1); in testConnectionTimeUpdatedWithConnectedKeyMessage() local
535 connectionTime, mKeyStore.getLastConnectionTime(TEST_KEY_1)); in testConnectionTimeUpdatedWithConnectedKeyMessage()
538 connectionTime = mKeyStore.getLastConnectionTime(TEST_KEY_1); in testConnectionTimeUpdatedWithConnectedKeyMessage()
544 connectionTime, mKeyStore.getLastConnectionTime(TEST_KEY_1)); in testConnectionTimeUpdatedWithConnectedKeyMessage()
547 connectionTime = mKeyStore.getLastConnectionTime(TEST_KEY_1); in testConnectionTimeUpdatedWithConnectedKeyMessage()
553 connectionTime, mKeyStore.getLastConnectionTime(TEST_KEY_1)); in testConnectionTimeUpdatedWithConnectedKeyMessage()
637 long connectionTime = adbKeyStore.getLastConnectionTime(key); in testUntrackedUserKeysAddedToKeystore() local
638 if (Math.abs(connectionTime - connectionTime) > epsilon) { in testUntrackedUserKeysAddedToKeystore()
[all …]
/aosp12/packages/apps/Car/Messenger/src/com/android/car/messenger/core/models/
H A DUserAccount.java39 int id, @NonNull String name, @Nullable String iccId, @NonNull Instant connectionTime) { in UserAccount() argument
43 mConnectionTime = connectionTime; in UserAccount()
/aosp12/frameworks/base/services/core/java/com/android/server/adb/
H A DAdbDebuggingManager.java1973 long connectionTime; in getKeyMap() local
1975 connectionTime = parser.getAttributeLong(null, in getKeyMap()
1984 keyMap.put(key, connectionTime); in getKeyMap()
2027 long connectionTime; in getKeyMapBeforeKeystoreVersion() local
2029 connectionTime = parser.getAttributeLong(null, in getKeyMapBeforeKeystoreVersion()
2038 keyMap.put(key, connectionTime); in getKeyMapBeforeKeystoreVersion()
2184 long connectionTime = keyEntry.getValue(); in filterOutOldKeys() local
2213 long connectionTime = keyEntry.getValue(); in getNextExpirationTime() local
2248 public void setLastConnectionTime(String key, long connectionTime) { in setLastConnectionTime() argument
2249 setLastConnectionTime(key, connectionTime, false); in setLastConnectionTime()
[all …]
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiBlocklistMonitor.java432 long connectionTime = mWifiScoreCard.getBssidConnectionTimestampMs(ssid, bssid); in handleBssidConnectionFailure() local
434 if (mClock.getWallClockMillis() - connectionTime in handleBssidConnectionFailure()
472 long connectionTime = mClock.getWallClockMillis(); in handleBssidConnectionSuccess() local
474 ssid, bssid, connectionTime); in handleBssidConnectionSuccess()
475 if (connectionTime - prevConnectionTime > ABNORMAL_DISCONNECT_RESET_TIME_MS) { in handleBssidConnectionSuccess()
493 if (connectionTime - prevConnectionTime > ABNORMAL_DISCONNECT_RESET_TIME_MS) { in handleBssidConnectionSuccess()
/aosp12/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()
/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/utils/
H A DMockMessageNotificationBuilder.java248 public MockMessageNotificationBuilder setConnectionTime(Instant connectionTime) { in setConnectionTime() argument
249 mConnectionTime = connectionTime; in setConnectionTime()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DAppScanStats.java747 long connectionTime = currTime - connection.startTime; in dumpToString() local
750 sb.append((connectionTime) + "ms "); in dumpToString()
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/
H A Dhttpclient-4.5.12.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...