Home
last modified time | relevance | path

Searched refs:locationAreaCode (Results 1 – 25 of 68) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/omnibox/geo/
H A DVisibleNetworks.java306 Integer locationAreaCode() { in locationAreaCode() method in VisibleNetworks.VisibleCell
372 && ObjectsCompat.equals(mLocationAreaCode, that.locationAreaCode()) in equals()
418 if (locationAreaCode() != null) cellBuilder.setLocationAreaCode(locationAreaCode()); in toProto()
467 Builder setLocationAreaCode(@Nullable Integer locationAreaCode) { in setLocationAreaCode() argument
468 mLocationAreaCode = locationAreaCode; in setLocationAreaCode()
/dports/misc/actiona/actiona-3.10.1/actions/actionpacksystem/systeminfo/
H A Dqnetworkinfo.cpp73 QString locationAreaCode(int) { return QString(); } in locationAreaCode() function in QNetworkInfoPrivate
333 QString QNetworkInfo::locationAreaCode(int interfaceDevice) const in locationAreaCode() function in QNetworkInfo
335 return d_ptr->locationAreaCode(interfaceDevice); in locationAreaCode()
H A Dqnetworkinfo.h112 QString locationAreaCode(int interface) const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/junit/src/org/chromium/chrome/browser/omnibox/geo/
H A DVisibleNetworksTest.java172 .setLocationAreaCode(mVisibleCell1.locationAreaCode()) in testVisibleCellEquals()
195 .setLocationAreaCode(mVisibleCell1.locationAreaCode()) in testVisibleCellHash()
221 assertEquals(mVisibleCell1.locationAreaCode().intValue(), cell.getLocationAreaCode()); in testVisibleCellToProto()
H A DPlatformNetworksManagerTest.java214 when(mCellIdentityWcdma.getLac()).thenReturn(WCDMA_CELL.locationAreaCode().intValue()); in setUp()
224 when(mCellIdentityGsm.getLac()).thenReturn(GSM_CELL.locationAreaCode().intValue()); in setUp()
232 when(mCellIdentityCdma.getNetworkId()).thenReturn(CDMA_CELL.locationAreaCode().intValue()); in setUp()
/dports/misc/actiona/actiona-3.10.1/actions/actionpacksystem/systeminfo/simulator/
H A Dqsysteminfodata_simulator.cpp132 out << s.imsi << s.cellId << s.locationAreaCode; in operator <<()
144 in >> s.imsi >> s.cellId >> s.locationAreaCode; in operator >>()
H A Dqsysteminfodata_simulator_p.h97 QString locationAreaCode; member
H A Dqsysteminfo_simulator_p.h192 QString locationAreaCode(int interface);
H A Dqsysteminfobackend_simulator.cpp760 return data.cellularInfo[interface].locationAreaCode; in getLocationAreaCode()
810 …ace(QNetworkInfo::GsmMode, interface) && (data.cellularInfo[interface].locationAreaCode != code)) { in setLocationAreaCode()
811 data.cellularInfo[interface].locationAreaCode = code; in setLocationAreaCode()
H A Dqsysteminfo_simulator.cpp641 QString QNetworkInfoSimulator::locationAreaCode(int interface) in locationAreaCode() function in QNetworkInfoSimulator
645 return d_ptr->locationAreaCode(interface); in locationAreaCode()
H A Dqsysteminfoconnection_simulator.cpp262 networkInfoBackend->setLocationAreaCode(i, data.cellularInfo[i].locationAreaCode); in setNetworkInfoData()
/dports/misc/actiona/actiona-3.10.1/actions/actionpacksystem/systeminfo/windows/
H A Dqnetworkinfo_win_p.h84 QString locationAreaCode(int netInterface);
H A Dqnetworkinfo_win.cpp1046 QString QNetworkInfoPrivate::locationAreaCode(int netInterface) in locationAreaCode() function in QNetworkInfoPrivate
/dports/misc/actiona/actiona-3.10.1/actions/actionpacksystem/systeminfo/linux/
H A Dqnetworkinfo_linux_p.h99 QString locationAreaCode(int interface);
/dports/misc/actiona/actiona-3.10.1/actions/actionpacksystem/systeminfo/mac/
H A Dqnetworkinfo_mac_p.h91 QString locationAreaCode(int interface);
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/asn1/gprscdr/
H A DGPRSChargingDataTypesV641.asn215 -- locationAreaCode [6] LocationAreaCode OPTIONAL,
243 locationAreaCode [8] LocationAreaCode OPTIONAL,
661 locationAreaCode [0] LocationAreaCode,
H A DGPRSChargingDataTypes.asn450 locationAreaCode [6] LocationAreaCode OPTIONAL,
481 locationAreaCode [8] LocationAreaCode OPTIONAL,
1023 locationAreaCode [0] LocationAreaCode,
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/asn1/gprscdr/
H A DGPRSChargingDataTypesV641.asn215 -- locationAreaCode [6] LocationAreaCode OPTIONAL,
243 locationAreaCode [8] LocationAreaCode OPTIONAL,
661 locationAreaCode [0] LocationAreaCode,
H A DGPRSChargingDataTypes.asn450 locationAreaCode [6] LocationAreaCode OPTIONAL,
481 locationAreaCode [8] LocationAreaCode OPTIONAL,
1023 locationAreaCode [0] LocationAreaCode,
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/asn1/gprscdr/
H A DGPRSChargingDataTypesV641.asn215 -- locationAreaCode [6] LocationAreaCode OPTIONAL,
243 locationAreaCode [8] LocationAreaCode OPTIONAL,
661 locationAreaCode [0] LocationAreaCode,
H A DGPRSChargingDataTypes.asn450 locationAreaCode [6] LocationAreaCode OPTIONAL,
481 locationAreaCode [8] LocationAreaCode OPTIONAL,
1023 locationAreaCode [0] LocationAreaCode,
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/asn1/gprscdr/
H A DGPRSChargingDataTypesV641.asn215 -- locationAreaCode [6] LocationAreaCode OPTIONAL,
243 locationAreaCode [8] LocationAreaCode OPTIONAL,
661 locationAreaCode [0] LocationAreaCode,
H A DGPRSChargingDataTypes.asn450 locationAreaCode [6] LocationAreaCode OPTIONAL,
481 locationAreaCode [8] LocationAreaCode OPTIONAL,
1023 locationAreaCode [0] LocationAreaCode,
/dports/www/firefox-esr/firefox-91.8.0/dom/system/
H A DNetworkGeolocationProvider.jsm57 cell.locationAreaCode +
/dports/lang/spidermonkey78/firefox-78.9.0/dom/system/
H A DNetworkGeolocationProvider.jsm55 cell.locationAreaCode +

123