Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DTimeouts.java155 private static final String EMERGENCY_CALL_ACTIVE_TIME_THRESHOLD_MILLIS = field in Timeouts
406 EMERGENCY_CALL_ACTIVE_TIME_THRESHOLD_MILLIS, 15000L); in getEmergencyCallActiveTimeThresholdMillis()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DEmergencyCallDiagnosticLoggerTest.java83 private static final long EMERGENCY_CALL_ACTIVE_TIME_THRESHOLD_MILLIS = 100L; field in EmergencyCallDiagnosticLoggerTest
126 thenReturn(EMERGENCY_CALL_ACTIVE_TIME_THRESHOLD_MILLIS); in setUp()