HomeSort by relevance Sort by last modified time
    Searched refs:phoneIsCdma (Results 1 - 4 of 4) sorted by null

  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastConfigService.java 93 if (CellBroadcastReceiver.phoneIsCdma()) {
112 String emergencyIdRange = (CellBroadcastReceiver.phoneIsCdma()) ?
193 boolean isCdma = CellBroadcastReceiver.phoneIsCdma();
CellBroadcastReceiver.java 192 static boolean phoneIsCdma() {
  /packages/apps/Dialer/src/com/android/dialer/dialpad/
DialpadFragment.java     [all...]
  /packages/services/Telephony/src/com/android/phone/
PhoneUtils.java 278 final boolean phoneIsCdma = (phone.getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA);
282 if (phoneIsCdma) {
292 if (phoneIsCdma) {
356 if (phoneIsCdma) {
    [all...]

Completed in 130 milliseconds