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

  /frameworks/base/telephony/java/android/telephony/
CellInfo.java 153 public void setTimeStampType(int timeStampType) {
154 if (timeStampType < TIMESTAMP_TYPE_UNKNOWN || timeStampType > TIMESTAMP_TYPE_JAVA_RIL) {
157 mTimeStampType = timeStampType;
205 String timeStampType;
208 timeStampType = timeStampTypeToString(mTimeStampType);
209 sb.append(" mTimeStampType=").append(timeStampType);
  /system/chre/apps/chqts/src/general_test/
wwan_cell_info_test.cc 109 if ((cells[i].timeStampType != CHRE_WWAN_CELL_TIMESTAMP_TYPE_UNKNOWN)
110 && (cells[i].timeStampType
112 && (cells[i].timeStampType
114 && (cells[i].timeStampType
116 && (cells[i].timeStampType
120 "Invalid timeStampType: %d", cells[i].timeStampType);
  /system/chre/chre_api/include/chre_api/chre/
wwan.h 362 uint8_t timeStampType;
  /system/chre/chre_api/legacy/v1_1/chre/
wwan.h 362 uint8_t timeStampType;
  /system/chre/apps/wwan_world/
wwan_world.cc 66 LOGI(" timestamp type %" PRIu8, cell->timeStampType);
  /hardware/interfaces/radio/1.2/
types.hal 38 import @1.0::TimeStampType;
310 TimeStampType timeStampType;
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
RILTest.java     [all...]
  /hardware/ril/include/telephony/
ril.h     [all...]
  /hardware/interfaces/radio/1.0/
types.hal     [all...]
  /device/google/cuttlefish_common/guest/hals/ril/
vsoc_ril.cpp     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
RIL.java     [all...]
  /hardware/ril/libril/
ril_service.cpp     [all...]

Completed in 600 milliseconds