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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CellularNetworkService.java 32 import android.telephony.CellIdentityTdscdma;
328 if (cellIdentity.cellIdentityTdscdma.size() == 1) {
329 android.hardware.radio.V1_0.CellIdentityTdscdma cellIdentityTdscdma =
330 cellIdentity.cellIdentityTdscdma.get(0);
331 result = new CellIdentityTdscdma(cellIdentityTdscdma.mcc,
332 cellIdentityTdscdma.mnc, cellIdentityTdscdma.lac,
333 cellIdentityTdscdma.cid, cellIdentityTdscdma.cpid)
    [all...]
  /system/chre/chre_api/include/chre_api/chre/
wwan.h 325 struct chreWwanCellIdentityTdscdma cellIdentityTdscdma;
  /system/chre/chre_api/legacy/v1_1/chre/
wwan.h 325 struct chreWwanCellIdentityTdscdma cellIdentityTdscdma;
  /hardware/ril/include/telephony/
ril.h     [all...]

Completed in 166 milliseconds