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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CellularNetworkService.java 30 import android.telephony.CellIdentityGsm;
308 if (cellIdentity.cellIdentityGsm.size() == 1) {
309 android.hardware.radio.V1_0.CellIdentityGsm cellIdentityGsm =
310 cellIdentity.cellIdentityGsm.get(0);
311 result = new CellIdentityGsm(cellIdentityGsm.lac, cellIdentityGsm.cid,
312 cellIdentityGsm.arfcn, cellIdentityGsm.bsic, cellIdentityGsm.mcc
    [all...]
ServiceStateTracker.java 56 import android.telephony.CellIdentityGsm;
    [all...]
  /system/chre/chre_api/include/chre_api/chre/
wwan.h 300 struct chreWwanCellIdentityGsm cellIdentityGsm;
  /system/chre/chre_api/legacy/v1_1/chre/
wwan.h 300 struct chreWwanCellIdentityGsm cellIdentityGsm;
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
ServiceStateTrackerTest.java 62 import android.telephony.CellIdentityGsm;
629 CellIdentityGsm cellIdentityGsm = new CellIdentityGsm(0, 0, 2, 3);
631 0, 0, 0, 0, 0, false, null, cellIdentityGsm);
    [all...]
  /hardware/ril/include/telephony/
ril.h     [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 103 milliseconds