Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/net/watchlist/
DWatchlistReportDbHelper.java48 private static final int IDLE_CONNECTION_TIMEOUT_MS = 30000; field in WatchlistReportDbHelper
103 setIdleConnectionTimeout(IDLE_CONNECTION_TIMEOUT_MS); in WatchlistReportDbHelper()
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsStorage.java744 private static final int IDLE_CONNECTION_TIMEOUT_MS = 30000; field in LockSettingsStorage.DatabaseHelper
752 setIdleConnectionTimeout(IDLE_CONNECTION_TIMEOUT_MS); in DatabaseHelper()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationUsageStats.java1085 private static final int IDLE_CONNECTION_TIMEOUT_MS = 30000; field in NotificationUsageStats.SQLiteLog
1180 setIdleConnectionTimeout(IDLE_CONNECTION_TIMEOUT_MS); in SQLiteLog()