HomeSort by relevance Sort by last modified time
    Searched refs:lac (Results 1 - 25 of 45) sorted by null

1 2

  /frameworks/opt/telephony/src/java/android/telephony/
SmsCbLocation.java 59 * Construct a location object for the PLMN, LAC, and Cell ID. This class is immutable, so
62 public SmsCbLocation(String plmn, int lac, int cid) {
64 mLac = lac;
146 * @param lac the Location Area (GSM) or Service Area (UMTS) to compare with
148 * @return true if this location is contained within the specified PLMN, LAC, and Cell ID
150 public boolean isInLocationArea(String plmn, int lac, int cid) {
155 if (mLac != -1 && mLac != lac) {
CellBroadcastMessage.java 153 int lac; local
154 int lacColumn = cursor.getColumnIndex(Telephony.CellBroadcasts.LAC);
156 lac = cursor.getInt(lacColumn);
158 lac = -1;
169 SmsCbLocation location = new SmsCbLocation(plmn, lac, cid);
262 cv.put(Telephony.CellBroadcasts.LAC, location.getLac());
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
octeon2.s 34 lac $13,($28)
octeon2.d 34 .* 73806b9f lac \$13,\(\$28\)
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmCellBroadcastHandler.java 111 int lac = -1; local
119 lac = cellLocation.getLac();
126 location = new SmsCbLocation(plmn, lac, -1);
131 location = new SmsCbLocation(plmn, lac, cid);
183 if (!info.matchesLocation(plmn, lac, cid)) {
221 // location (PLMN, plus LAC and CID if these are part of the geographical scope).
231 * relative to the geographical scope of the message, which determines whether the LAC
235 * @param lac the current Location Area (GSM) or Service Area (UMTS)
239 public boolean matchesLocation(String plmn, int lac, int cid) {
240 return mLocation.isInLocationArea(plmn, lac, cid)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/avr/
rmw.s 23 lac Z, r12
rmw.d 17 c: c6 92 lac Z, r12
  /frameworks/base/telephony/java/android/telephony/gsm/
GsmCellLocation.java 31 * Empty constructor. Initializes the LAC and CID to -1.
43 mLac = bundle.getInt("lac", -1);
85 public void setLacAndCid(int lac, int cid) {
86 mLac = lac;
143 m.putInt("lac", mLac);
  /cts/tests/tests/telephony/src/android/telephony/cts/
CellInfoTest.java 134 int lac = gsm.getCellIdentity().getLac(); local
135 assertTrue("getLac() out of range [0, 65535]", lac >= 0 && lac <= 65535);
  /frameworks/base/telephony/java/android/telephony/
CellIdentityGsm.java 61 * @param lac 16-bit Location Area Code, 0..65535
66 public CellIdentityGsm (int mcc, int mnc, int lac, int cid) {
67 this(mcc, mnc, lac, cid, Integer.MAX_VALUE, Integer.MAX_VALUE);
74 * @param lac 16-bit Location Area Code, 0..65535
81 public CellIdentityGsm (int mcc, int mnc, int lac, int cid, int arfcn, int bsic) {
84 mLac = lac;
CellIdentityWcdma.java 61 * @param lac 16-bit Location Area Code, 0..65535
67 public CellIdentityWcdma (int mcc, int mnc, int lac, int cid, int psc) {
68 this(mcc, mnc, lac, cid, psc, Integer.MAX_VALUE);
75 * @param lac 16-bit Location Area Code, 0..65535
82 public CellIdentityWcdma (int mcc, int mnc, int lac, int cid, int psc, int uarfcn) {
85 mLac = lac;
  /external/bison/data/
yacc.c 39 # Check the value of %define parse.lac and friends, where LAC stands for
41 b4_percent_define_default([[parse.lac]], [[none]])
42 b4_percent_define_default([[parse.lac.es-capacity-initial]], [[20]])
43 b4_percent_define_default([[parse.lac.memory-trace]], [[failures]])
44 b4_percent_define_check_values([[[[parse.lac]], [[full]], [[none]]]],
45 [[[[parse.lac.memory-trace]],
47 b4_define_flag_if([lac])
49 [m4_if(b4_percent_define_get([[parse.lac]]),
260 yytype_int16 yyesa@{]b4_percent_define_get([[parse.lac.es-capacity-initial]])[@}
    [all...]
  /hardware/ril/include/telephony/
ril.h 1262 int lac; \/* 16-bit Location Area Code, 0..65535, INT_MAX if unknown *\/ member in struct:__anon34891
1269 int lac; \/* 16-bit Location Area Code, 0..65535, INT_MAX if unknown *\/ member in struct:__anon34892
1278 int lac; \/* 16-bit Location Area Code, 0..65535, INT_MAX if unknown *\/ member in struct:__anon34893
1286 int lac; \/* 16-bit Location Area Code, 0..65535, INT_MAX if unknown *\/ member in struct:__anon34894
1327 int lac; \/* 16-bit Location Area Code, 0..65535, INT_MAX if unknown *\/ member in struct:__anon34898
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 151 LocationOrAnalysisDeclContext LAC = (AnalysisDeclContext *)nullptr) const;
154 LocationOrAnalysisDeclContext LAC = (AnalysisDeclContext *)nullptr) const;
164 LocationOrAnalysisDeclContext lac)
168 Loc(genLocation(SourceLocation(), lac)),
169 Range(genRange(lac)) {
207 const LocationOrAnalysisDeclContext LAC);
215 const LocationOrAnalysisDeclContext LAC);
  /packages/apps/Settings/src/com/android/settings/
RadioInfo.java 596 int lac = loc.getLac(); local
599 + ((lac == -1) ? "unknown" : Integer.toHexString(lac))
748 "SRV", "MCC", "MNC", "LAC", "CID", "UARFCN", "PSC", "RSCP");
753 "SRV", "MCC", "MNC", "LAC", "CID", "ARFCN", "BSIC", "RSSI");
    [all...]
  /external/bison/src/
parse-gram.y 99 %define parse.lac full
  /toolchain/binutils/binutils-2.25/include/opcode/
avr.h 37 #define AVR_ISA_RMW 0x8000 /* device has RMW instructions XCH,LAC,LAS,LAT */
278 AVR_INSN (lac, "z,r", "1001001rrrrr0110", 1, AVR_ISA_RMW, 0x9206)
  /frameworks/base/services/core/jni/
com_android_server_location_GnssLocationProvider.cpp 759 JNIEnv* /* env */, jobject /* obj */, jint type, jint mcc, jint mnc, jint lac, jint cid)
774 location.u.cellID.lac = lac;
    [all...]
  /hardware/libhardware/include/hardware/
gps.h 662 /** Location Area Code in 2G, 3G and LTE. In 3G lac is discarded. In LTE,
663 * lac is populated with tac, to ensure that we don't break old clients that
666 uint16_t lac; member in struct:__anon30819
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
ServiceStateTracker.java 998 int lac = -1; local
1617 int lac = -1; local
    [all...]
  /hardware/ril/libril/
ril.cpp     [all...]
  /frameworks/base/services/core/java/com/android/server/location/
GnssLocationProvider.java     [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
mips-opc.c     [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 

Completed in 555 milliseconds

1 2