HomeSort by relevance Sort by last modified time
    Searched full:cellid (Results 1 - 6 of 6) sorted by null

  /frameworks/base/tests/LocationTracker/res/values/
strings.xml 33 <string name="summary_network_preference">Listen for updates to network location (Wi-Fi/cellid)</string>
  /frameworks/base/services/core/java/com/android/server/connectivity/
NetworkMonitor.java     [all...]
  /cts/tests/tests/telephony/src/android/telephony/cts/
CellInfoTest.java 114 // Local area code and cellid should be with [0, 65535].
  /frameworks/base/services/core/jni/
com_android_server_location_GpsLocationProvider.cpp 657 location.u.cellID.mcc = mcc;
658 location.u.cellID.mnc = mnc;
659 location.u.cellID.lac = lac;
660 location.u.cellID.cid = cid;
663 ALOGE("Neither a GSM nor a UMTS cellid (%s:%d).",__FUNCTION__,__LINE__);
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/impl/
CameraMetadataNative.java 230 private static final String CELLID_PROCESS = "CELLID";
    [all...]
  /hardware/libhardware/include/hardware/
gps.h 521 AGpsRefLocationCellID cellID;
    [all...]

Completed in 848 milliseconds