OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tac
(Results
1 - 6
of
6
) 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
;
/external/chromium_org/build/
install-build-deps.sh
521
-prune -o -print |
tac
|
524
tac
| xargs -r rm -rf
527
find -L dpkg -type l -print |
tac
| xargs -r rm -rf
543
find dpkg -type d |
tac
| xargs -r -n 1 rmdir 2>/dev/null || :
/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:__anon32083
[
all
...]
/hardware/ril/libril/
ril.cpp
[
all
...]
Completed in 925 milliseconds