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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaLteServiceStateTracker.java 132 int tac; local
163 tac = Integer.decode(states[6]);
165 loge("handlePollStateResultMessage: bad tac states[6]=" +
167 tac = Integer.MAX_VALUE;
191 mNewCellIdentityLte = new CellIdentityLte(mcc, mnc, eci, pci, tac);
  /hardware/ril/include/telephony/
ril.h 800 int tac; \/* 16-bit tracking area code, INT_MAX if unknown *\/ member in struct:__anon33911
    [all...]

Completed in 145 milliseconds