Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/testharness/
DTestHarnessModeService.java174 Settings.Global.putLong(cr, Settings.Global.ADB_ALLOWED_CONNECTION_TIME, 0); in configureSettings()
/frameworks/base/services/tests/servicestests/src/com/android/server/adb/
DAdbDebuggingManagerTest.java116 Settings.Global.ADB_ALLOWED_CONNECTION_TIME, connectionTime); in setAllowedConnectionTime()
/frameworks/base/services/core/java/com/android/server/adb/
DAdbDebuggingManager.java1207 Uri uri = Settings.Global.getUriFor(Settings.Global.ADB_ALLOWED_CONNECTION_TIME); in registerForAuthTimeChanges()
2280 Settings.Global.ADB_ALLOWED_CONNECTION_TIME, in getAllowedConnectionTime()
/frameworks/base/packages/SettingsProvider/test/src/android/provider/
DSettingsBackupTest.java113 Settings.Global.ADB_ALLOWED_CONNECTION_TIME,
/frameworks/base/core/java/android/provider/
DSettings.java12154 public static final String ADB_ALLOWED_CONNECTION_TIME = field in Settings.Global