Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/adb/
DAdbDebuggingManagerTest.java381 setAllowedConnectionTime(Settings.Global.DEFAULT_ADB_ALLOWED_CONNECTION_TIME); in testAdbKeyRemovedByScheduledJob()
442 setAllowedConnectionTime(Settings.Global.DEFAULT_ADB_ALLOWED_CONNECTION_TIME); in testKeystoreExpirationTimes()
453 if (Math.abs(expirationTime - Settings.Global.DEFAULT_ADB_ALLOWED_CONNECTION_TIME) in testKeystoreExpirationTimes()
457 + Settings.Global.DEFAULT_ADB_ALLOWED_CONNECTION_TIME); in testKeystoreExpirationTimes()
463 Settings.Global.DEFAULT_ADB_ALLOWED_CONNECTION_TIME); in testKeystoreExpirationTimes()
474 System.currentTimeMillis() - Settings.Global.DEFAULT_ADB_ALLOWED_CONNECTION_TIME in testKeystoreExpirationTimes()
555 setAllowedConnectionTime(Settings.Global.DEFAULT_ADB_ALLOWED_CONNECTION_TIME); in testClearAuthorizations()
620 setAllowedConnectionTime(Settings.Global.DEFAULT_ADB_ALLOWED_CONNECTION_TIME); in testUntrackedUserKeysAddedToKeystore()
/frameworks/base/services/core/java/com/android/server/adb/
DAdbDebuggingManager.java2270 Settings.Global.DEFAULT_ADB_ALLOWED_CONNECTION_TIME); in getAllowedConnectionTime()
/frameworks/base/core/java/android/provider/
DSettings.java12567 public static final long DEFAULT_ADB_ALLOWED_CONNECTION_TIME = 604800000; field in Settings.Global