Searched refs:phoneIsCdma (Results 1 – 4 of 4) sorted by relevance
115 String emergencyIdRange = (CellBroadcastReceiver.phoneIsCdma()) ? in isEmergencyAlertMessage()197 boolean isCdma = CellBroadcastReceiver.phoneIsCdma(); in onHandleIntent()
194 static boolean phoneIsCdma() { in phoneIsCdma() method in CellBroadcastReceiver
212 final boolean phoneIsCdma = (phone.getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA); in answerCall()216 if (phoneIsCdma) { in answerCall()226 if (phoneIsCdma) { in answerCall()275 if (phoneIsCdma) { in answerCall()
1101 if (phoneIsCdma() && isPhoneInUse()) { in handleDialButtonClickWithEmptyDigits()1426 private boolean phoneIsCdma() { in phoneIsCdma() method in DialpadFragment