Home
last modified time | relevance | path

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

/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/util/
DUceUtils.java56 private static Optional<Long> OVERRIDE_CAP_REQUEST_TIMEOUT_AFTER_MS = Optional.empty(); field in UceUtils
401 OVERRIDE_CAP_REQUEST_TIMEOUT_AFTER_MS = Optional.empty(); in setCapRequestTimeoutAfterMillis()
403 OVERRIDE_CAP_REQUEST_TIMEOUT_AFTER_MS = Optional.of(timeoutAfterMs); in setCapRequestTimeoutAfterMillis()
412 if(OVERRIDE_CAP_REQUEST_TIMEOUT_AFTER_MS.isPresent()) { in getCapRequestTimeoutAfterMillis()
413 return OVERRIDE_CAP_REQUEST_TIMEOUT_AFTER_MS.get(); in getCapRequestTimeoutAfterMillis()