Home
last modified time | relevance | path

Searched defs:systemInfo (Results 1 – 11 of 11) sorted by relevance

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/omadm/
H A DDevInfoMoTest.java45 SystemInfo systemInfo = mock(SystemInfo.class); in serializeDevInfo() local
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/omadm/
H A DDevInfoMo.java56 public static String serializeToXml(@NonNull SystemInfo systemInfo) { in serializeToXml()
/aosp12/hardware/qcom/sm8150p/gps/core/
H A DEngineHubProxyBase.h89 inline virtual bool gnssReportSystemInfo(const LocationSystemInfo& systemInfo) { in gnssReportSystemInfo()
/aosp12/hardware/qcom/sm7150/gps/core/
H A DEngineHubProxyBase.h89 inline virtual bool gnssReportSystemInfo(const LocationSystemInfo& systemInfo) { in gnssReportSystemInfo()
/aosp12/hardware/qcom/sm7250/gps/core/
H A DEngineHubProxyBase.h96 inline virtual bool gnssReportSystemInfo(const LocationSystemInfo& systemInfo) { in gnssReportSystemInfo()
/aosp12/hardware/qcom/sm8150/gps/core/
H A DEngineHubProxyBase.h96 inline virtual bool gnssReportSystemInfo(const LocationSystemInfo& systemInfo) { in gnssReportSystemInfo()
/aosp12/hardware/qcom/sm7150/gps/utils/
H A Dloc_nmea.cpp963 const LocationSystemInfo &systemInfo, in get_utctime_with_leapsecond_transition()
1259 const LocationSystemInfo &systemInfo, in loc_nmea_generate_pos()
/aosp12/hardware/qcom/sm8150/gps/utils/
H A Dloc_nmea.cpp1046 const LocationSystemInfo &systemInfo, in get_utctime_with_leapsecond_transition()
1331 const LocationSystemInfo &systemInfo, in loc_nmea_generate_pos()
/aosp12/hardware/qcom/sm8150p/gps/utils/
H A Dloc_nmea.cpp958 const LocationSystemInfo &systemInfo, in get_utctime_with_leapsecond_transition()
1123 const LocationSystemInfo &systemInfo, in loc_nmea_generate_pos()
/aosp12/hardware/qcom/sm7250/gps/utils/
H A Dloc_nmea.cpp1040 const LocationSystemInfo &systemInfo, in get_utctime_with_leapsecond_transition()
1325 const LocationSystemInfo &systemInfo, in loc_nmea_generate_pos()
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/
H A DPermissionMonitorTest.java874 final PackageInfo systemInfo = manager.getPackageInfo(REAL_SYSTEM_PACKAGE_NAME, in testRealSystemPermission() local