Searched refs:SHORT_CALL_TIME_MS (Results 1 – 2 of 2) sorted by relevance
673 public static final long SHORT_CALL_TIME_MS = 60000; field in TelecomManager
29 import static android.telecom.TelecomManager.SHORT_CALL_TIME_MS;5549 if ((duration >= VERY_SHORT_CALL_TIME_MS) && (duration < SHORT_CALL_TIME_MS)) {5551 } else if ((duration >= SHORT_CALL_TIME_MS) && (duration < MEDIUM_CALL_TIME_MS)) {