Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/contentcapture/java/com/android/server/contentprotection/
H A DRemoteContentProtectionService.java43 private static final Duration AUTO_DISCONNECT_TIMEOUT = Duration.ofSeconds(3); field in RemoteContentProtectionService
64 return AUTO_DISCONNECT_TIMEOUT.toMillis(); in getAutoDisconnectTimeoutMs()