/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/omadm/ |
H A D | DevInfoMoTest.java | 45 SystemInfo systemInfo = mock(SystemInfo.class); in serializeDevInfo() local 46 when(systemInfo.getDeviceId()).thenReturn(TEST_DEV_ID); in serializeDevInfo() 47 when(systemInfo.getDeviceManufacturer()).thenReturn(TEST_MANUFACTURER); in serializeDevInfo() 48 when(systemInfo.getDeviceModel()).thenReturn(TEST_MODEL); in serializeDevInfo() 49 when(systemInfo.getLanguage()).thenReturn(TEST_LANGUAGE); in serializeDevInfo() 63 assertEquals(expected, DevInfoMo.serializeToXml(systemInfo)); in serializeDevInfo()
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/omadm/ |
H A D | DevInfoMo.java | 56 public static String serializeToXml(@NonNull SystemInfo systemInfo) { in serializeToXml() argument 72 moSerializer.createNodeForValue(doc, TAG_DEVID, systemInfo.getDeviceId())); in serializeToXml() 75 systemInfo.getDeviceManufacturer())); in serializeToXml() 77 moSerializer.createNodeForValue(doc, TAG_MODEL, systemInfo.getDeviceModel())); in serializeToXml() 81 moSerializer.createNodeForValue(doc, TAG_LANGUAGE, systemInfo.getLanguage())); in serializeToXml()
|
/aosp12/hardware/qcom/sm8150p/gps/core/ |
H A D | EngineHubProxyBase.h | 89 inline virtual bool gnssReportSystemInfo(const LocationSystemInfo& systemInfo) { in gnssReportSystemInfo() argument 90 (void) systemInfo; in gnssReportSystemInfo()
|
/aosp12/hardware/qcom/sm7150/gps/core/ |
H A D | EngineHubProxyBase.h | 89 inline virtual bool gnssReportSystemInfo(const LocationSystemInfo& systemInfo) { in gnssReportSystemInfo() argument 90 (void) systemInfo; in gnssReportSystemInfo()
|
/aosp12/hardware/qcom/sm7250/gps/core/ |
H A D | EngineHubProxyBase.h | 96 inline virtual bool gnssReportSystemInfo(const LocationSystemInfo& systemInfo) { in gnssReportSystemInfo() argument 97 (void) systemInfo; in gnssReportSystemInfo()
|
/aosp12/hardware/qcom/sm8150/gps/core/ |
H A D | EngineHubProxyBase.h | 96 inline virtual bool gnssReportSystemInfo(const LocationSystemInfo& systemInfo) { in gnssReportSystemInfo() argument 97 (void) systemInfo; in gnssReportSystemInfo()
|
/aosp12/hardware/qcom/sm8150p/gps/utils/ |
H A D | loc_nmea.h | 80 const LocationSystemInfo &systemInfo,
|
H A D | loc_nmea.cpp | 958 const LocationSystemInfo &systemInfo, in get_utctime_with_leapsecond_transition() argument 971 ((systemInfo.systemInfoMask & LOCATION_SYS_INFO_LEAP_SECOND) && in get_utctime_with_leapsecond_transition() 972 (systemInfo.leapSecondSysInfo.leapSecondInfoMask & in get_utctime_with_leapsecond_transition() 976 systemInfo.leapSecondSysInfo.leapSecondChangeInfo; in get_utctime_with_leapsecond_transition() 1123 const LocationSystemInfo &systemInfo, in loc_nmea_generate_pos() argument 1133 (location, locationExtended, systemInfo, utcPosTimestamp); in loc_nmea_generate_pos()
|
/aosp12/hardware/qcom/sm7150/gps/utils/ |
H A D | loc_nmea.h | 80 const LocationSystemInfo &systemInfo,
|
H A D | loc_nmea.cpp | 963 const LocationSystemInfo &systemInfo, in get_utctime_with_leapsecond_transition() argument 976 ((systemInfo.systemInfoMask & LOCATION_SYS_INFO_LEAP_SECOND) && in get_utctime_with_leapsecond_transition() 977 (systemInfo.leapSecondSysInfo.leapSecondInfoMask & in get_utctime_with_leapsecond_transition() 981 systemInfo.leapSecondSysInfo.leapSecondChangeInfo; in get_utctime_with_leapsecond_transition() 1259 const LocationSystemInfo &systemInfo, in loc_nmea_generate_pos() argument 1270 (location, locationExtended, systemInfo, utcPosTimestamp); in loc_nmea_generate_pos()
|
/aosp12/hardware/qcom/sm8150/gps/utils/ |
H A D | loc_nmea.h | 80 const LocationSystemInfo &systemInfo,
|
H A D | loc_nmea.cpp | 1046 const LocationSystemInfo &systemInfo, in get_utctime_with_leapsecond_transition() argument 1059 ((systemInfo.systemInfoMask & LOCATION_SYS_INFO_LEAP_SECOND) && in get_utctime_with_leapsecond_transition() 1060 (systemInfo.leapSecondSysInfo.leapSecondInfoMask & in get_utctime_with_leapsecond_transition() 1064 systemInfo.leapSecondSysInfo.leapSecondChangeInfo; in get_utctime_with_leapsecond_transition() 1331 const LocationSystemInfo &systemInfo, in loc_nmea_generate_pos() argument 1345 (location, locationExtended, systemInfo, utcPosTimestamp); in loc_nmea_generate_pos()
|
/aosp12/hardware/qcom/sm7250/gps/utils/ |
H A D | loc_nmea.h | 80 const LocationSystemInfo &systemInfo,
|
H A D | loc_nmea.cpp | 1040 const LocationSystemInfo &systemInfo, in get_utctime_with_leapsecond_transition() argument 1053 ((systemInfo.systemInfoMask & LOCATION_SYS_INFO_LEAP_SECOND) && in get_utctime_with_leapsecond_transition() 1054 (systemInfo.leapSecondSysInfo.leapSecondInfoMask & in get_utctime_with_leapsecond_transition() 1058 systemInfo.leapSecondSysInfo.leapSecondChangeInfo; in get_utctime_with_leapsecond_transition() 1325 const LocationSystemInfo &systemInfo, in loc_nmea_generate_pos() argument 1339 (location, locationExtended, systemInfo, utcPosTimestamp); in loc_nmea_generate_pos()
|
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/ |
H A D | PermissionMonitorTest.java | 874 final PackageInfo systemInfo = manager.getPackageInfo(REAL_SYSTEM_PACKAGE_NAME, in testRealSystemPermission() local 876 assertTrue(monitor.hasPermission(systemInfo, CONNECTIVITY_USE_RESTRICTED_NETWORKS)); in testRealSystemPermission()
|
/aosp12/hardware/qcom/sm8150p/gps/gnss/ |
H A D | GnssAdapter.cpp | 3697 const LocationSystemInfo& systemInfo) : in reportLocationSystemInfoEvent() 3700 mSystemInfo(systemInfo) {} in reportLocationSystemInfoEvent()
|
/aosp12/hardware/qcom/sm7150/gps/gnss/ |
H A D | GnssAdapter.cpp | 3864 const LocationSystemInfo& systemInfo) : in reportLocationSystemInfoEvent() 3867 mSystemInfo(systemInfo) {} in reportLocationSystemInfoEvent()
|
/aosp12/hardware/qcom/sm7250/gps/gnss/ |
H A D | GnssAdapter.cpp | 4525 const LocationSystemInfo& systemInfo) : in reportLocationSystemInfoEvent() 4528 mSystemInfo(systemInfo) {} in reportLocationSystemInfoEvent()
|
/aosp12/hardware/qcom/sm8150/gps/gnss/ |
H A D | GnssAdapter.cpp | 4524 const LocationSystemInfo& systemInfo) : in reportLocationSystemInfoEvent() 4527 mSystemInfo(systemInfo) {} in reportLocationSystemInfoEvent()
|