Searched refs:DEFAULT_ADB_ALLOWED_CONNECTION_TIME (Results 1 – 3 of 3) sorted by relevance
381 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()
2270 Settings.Global.DEFAULT_ADB_ALLOWED_CONNECTION_TIME); in getAllowedConnectionTime()
12567 public static final long DEFAULT_ADB_ALLOWED_CONNECTION_TIME = 604800000; field in Settings.Global