Searched refs:DEFAULT_ADB_ALLOWED_CONNECTION_TIME (Results 1 – 3 of 3) sorted by relevance
399 setAllowedConnectionTime(Settings.Global.DEFAULT_ADB_ALLOWED_CONNECTION_TIME); in testAdbKeyRemovedByScheduledJob()460 setAllowedConnectionTime(Settings.Global.DEFAULT_ADB_ALLOWED_CONNECTION_TIME); in testKeystoreExpirationTimes()471 if (Math.abs(expirationTime - Settings.Global.DEFAULT_ADB_ALLOWED_CONNECTION_TIME) in testKeystoreExpirationTimes()475 + Settings.Global.DEFAULT_ADB_ALLOWED_CONNECTION_TIME); in testKeystoreExpirationTimes()481 Settings.Global.DEFAULT_ADB_ALLOWED_CONNECTION_TIME); in testKeystoreExpirationTimes()494 - Settings.Global.DEFAULT_ADB_ALLOWED_CONNECTION_TIME in testKeystoreExpirationTimes()576 setAllowedConnectionTime(Settings.Global.DEFAULT_ADB_ALLOWED_CONNECTION_TIME); in testClearAuthorizations()641 setAllowedConnectionTime(Settings.Global.DEFAULT_ADB_ALLOWED_CONNECTION_TIME); in testUntrackedUserKeysAddedToKeystore()
2246 Settings.Global.DEFAULT_ADB_ALLOWED_CONNECTION_TIME); in getAllowedConnectionTime()
16167 public static final long DEFAULT_ADB_ALLOWED_CONNECTION_TIME = 604800000; field in Settings.Global