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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CellularNetworkService.java 29 import android.telephony.CellIdentityCdma;
349 if (cellIdentity.cellIdentityCdma.size() == 1) {
350 android.hardware.radio.V1_0.CellIdentityCdma cellIdentityCdma =
351 cellIdentity.cellIdentityCdma.get(0);
353 result = new CellIdentityCdma(cellIdentityCdma.networkId,
354 cellIdentityCdma.systemId, cellIdentityCdma.baseStationId,
355 cellIdentityCdma.longitude, cellIdentityCdma.latitude)
    [all...]
  /system/chre/chre_api/include/chre_api/chre/
wwan.h 312 struct chreWwanCellIdentityCdma cellIdentityCdma;
  /system/chre/chre_api/legacy/v1_1/chre/
wwan.h 312 struct chreWwanCellIdentityCdma cellIdentityCdma;
  /hardware/ril/include/telephony/
ril.h     [all...]

Completed in 215 milliseconds