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

  /external/chromium_org/build/
install-build-deps.sh 455 -prune -o -print | tac |
458 tac | xargs -r rm -rf
461 find -L dpkg -type l -print | tac | xargs -r rm -rf
477 find dpkg -type d | tac | xargs -r -n 1 rmdir 2>/dev/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;
  /external/chromium/build/
install-build-deps.sh 460 -prune -o -print | tac |
463 tac | xargs -r rm -rf
466 find -L dpkg -type l -print | tac | xargs -r rm -rf
482 find dpkg -type d | tac | xargs -r -n 1 rmdir 2>/dev/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...]
  /hardware/ril/libril/
ril.cpp     [all...]

Completed in 2627 milliseconds