Home
last modified time | relevance | path

Searched defs:CONNECTION_TIMEOUT_MILLIS (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DZygoteConnectionConstants.java32 public static final int CONNECTION_TIMEOUT_MILLIS = 1000; field in ZygoteConnectionConstants
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
H A DRestrictedProfilePinServiceConnection.java33 public static final long CONNECTION_TIMEOUT_MILLIS = TimeUnit.SECONDS.toMillis(5); field in RestrictedProfilePinServiceConnection