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