Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/adb/
DAdbDebuggingManagerTest.java107 setAllowedConnectionTime(mOriginalAllowedConnectionTime); in tearDown()
114 private void setAllowedConnectionTime(long connectionTime) { in setAllowedConnectionTime() method in AdbDebuggingManagerTest
212 setAllowedConnectionTime(0); in testOriginalAlwaysAllowBehavior()
320 setAllowedConnectionTime(1); in testAdbGrantRevokedIfLastConnectionBeyondAllowedTime()
381 setAllowedConnectionTime(Settings.Global.DEFAULT_ADB_ALLOWED_CONNECTION_TIME); in testAdbKeyRemovedByScheduledJob()
442 setAllowedConnectionTime(Settings.Global.DEFAULT_ADB_ALLOWED_CONNECTION_TIME); in testKeystoreExpirationTimes()
498 setAllowedConnectionTime(0); in testKeystoreExpirationTimes()
555 setAllowedConnectionTime(Settings.Global.DEFAULT_ADB_ALLOWED_CONNECTION_TIME); in testClearAuthorizations()
620 setAllowedConnectionTime(Settings.Global.DEFAULT_ADB_ALLOWED_CONNECTION_TIME); in testUntrackedUserKeysAddedToKeystore()
706 setAllowedConnectionTime(0); in testAdbKeyStore_removeKey()