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

  /frameworks/base/telephony/java/android/telephony/
CellIdentityLte.java 59 * @param tac 16-bit Tracking Area Code
63 public CellIdentityLte (int mcc, int mnc, int ci, int pci, int tac) {
68 mTac = tac;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaLteServiceStateTracker.java 176 int tac; local
207 tac = Integer.decode(states[6]);
209 loge("handlePollStateResultMessage: bad tac states[6]=" +
211 tac = Integer.MAX_VALUE;
235 mNewCellIdentityLte = new CellIdentityLte(mcc, mnc, eci, pci, tac);
  /hardware/ril/include/telephony/
ril.h 1023 int tac; \/* 16-bit tracking area code, INT_MAX if unknown *\/ member in struct:__anon42567
    [all...]
  /hardware/ril/libril/
ril.cpp     [all...]

Completed in 62 milliseconds