Skip to content
Snippets Groups Projects
  1. May 03, 2024
    • Oriol Prieto Gasco's avatar
      RESTRICT AUTOMERGE · 7b816129
      Oriol Prieto Gasco authored
      Set the container field of aconfig flags
      
      Test: printflags --format='{package}:{container}:' | grep "::"
      Bug: 312769710
      Flag: NONE
      Change-Id: I84fda0d5e9813940609436d825738ff786908ff0
      7b816129
  2. Apr 19, 2024
  3. Apr 18, 2024
  4. Dec 07, 2023
  5. Nov 28, 2023
    • Yu-Han Yang's avatar
      Add flag to GnssMeasurementRequest WorkSource APIs · b9742e93
      Yu-Han Yang authored
      Bug: 311181940
      Test: atest GnssMeasurementRequestTest
      Change-Id: Ib5e28b8df771dc5c74b0a26feb20ec89bfa09c91
      b9742e93
    • Yu-Han Yang's avatar
      Call stop() before calling setPositionMode() · 0129bea6
      Yu-Han Yang authored
      start() uses the parameters from last setPositionMode() call, so calling
      setPositionMode() during a navigation session has no effect. We must
      call stop() before calling setPositionMode() to make it effective.
      
      Bug: 306874828
      Test: atest GnssLocationProviderTest
      Change-Id: I2eff4f15f8a0517ffdabcda2fa806322d6bc131c
      0129bea6
  6. Nov 06, 2023
    • Anton Hansson's avatar
      Baseline issues that were previously suppressed · 7ee15506
      Anton Hansson authored
      java_sdk_library has previously internally disabled a few legitimate
      issues. As this is being un-done for modules, add baselines for the
      pre-existing issues.
      
      Bug: 306806877
      Test: m checkapi
      Change-Id: If7a1a23383503177c497825b5012c6a67a56dae4
      7ee15506
  7. Oct 27, 2023
    • Anton Hansson's avatar
      Dedupe build rules for non-updatable sdk libs · 4d48117c
      Anton Hansson authored
      Reuse the defaults in packages/modules/common that are for
      non-updatable (to be updatable), but extend them to be suitable for
      modules that have no intention of becoming updatable.
      
      Baseline issues that were not enabled previously.
      
      Bug: 306806877
      Test: presubmit
      Change-Id: I5b596821ce9c20d2504728bf01f4fdd69da9a94e
      4d48117c
    • Zhanghao's avatar
      Update Javadocs for RINEX 4.01 · 19ce9e42
      Zhanghao authored
      IRNSS L1 is added in RINEX 4.01.
      
      Test: Change Javadocs only.
      Bug: 307991559
      Change-Id: Ice8ff4152315d0b1c817cd15c535266796151cf0
      19ce9e42
  8. Oct 23, 2023
    • Mark White's avatar
      Created empty framework-location non-updatable module · 3cc5e00e
      Mark White authored
      Note that this is a re-cherry-pick of the original CL that is closer
      to the original CL than the first CP, to minimize the number of
      conflicts in Android.bp files.
      
      Bug: 289776578
      Test: presubmit
      Merged-In: I721fc4ae5c62cf1eada9bb6b4e5b3f1a4c9db21a
      Change-Id: Ibf98f37cb795bc7f627a485546b6ce8ec23b3a9e
      3cc5e00e
  9. Oct 16, 2023
  10. Oct 13, 2023
    • Anton Hansson's avatar
      Fix broken framework documentation · 2ccbeb75
      Anton Hansson authored
      Various issues here, but the most recurring one is referencing SystemApi
      from public javadoc. Remove or rewrite such references.
      
      Also common is trying to @link IntDefs. Usually this is not necessary,
      as the presence of IntDef in the @param/@return auto-generates relevant
      documentation.
      
      Bug: 303184203
      Test: m docs
      Change-Id: Ie59e61881c45c73fbbe08250493bd35eca268ef6
      2ccbeb75
  11. Sep 29, 2023
  12. Sep 05, 2023
  13. Aug 30, 2023
  14. Aug 29, 2023
  15. Aug 23, 2023
  16. Aug 22, 2023
  17. Aug 10, 2023
  18. Aug 07, 2023
    • Sam Dubey's avatar
      Exclude ScanningSettingsTest tests · 7abb5482
      Sam Dubey authored
      While we mitigated the system wide presubmit blockage due to failing
      test, it's been brought to attention that the test has been flaky for
      sometime. And still uses junit3, which means it hasn't been maintained
      for sometime.
      
      Bug: 293934372
      Test: N/A
      Change-Id: Iea48daf39e8d40667f635e68b4c8e341abf4341a
      7abb5482
  19. Aug 03, 2023
  20. Jun 13, 2023
  21. Apr 01, 2023
  22. Mar 29, 2023
    • Yu-Han Yang's avatar
      Correct getExtras("satellites") · 5b7e2b63
      Yu-Han Yang authored
      To return the number of satellites instead of signals
      
      Bug: 275611082
      Test: manual
      Change-Id: I766159baf6cb16f902cb1395f9d12f8bbda9e8f0
      5b7e2b63
  23. Mar 20, 2023
    • mattgilbride's avatar
      @EnforcePermission migrations · c4a45bd7
      mattgilbride authored
      Migrates call sites to use the @EnforcePermission annotation
      instead of manually checking permissions.
      
      These are fully behavior-preserving changes that can be identified by
      Android Lint (see SimpleManualPermissionEnforcementDetector)
      
      Bug: 232058525
      Test: TH
      
      Change-Id: Ic654ed1de23462b982ec2ea9853f9a22e3c03dd7
      c4a45bd7
  24. Mar 09, 2023
  25. Mar 08, 2023
    • Zhanghao Wen's avatar
      Update the Javadoc of getReceivedSvTimeNanos() · 9a28d068
      Zhanghao Wen authored
      Added GPS L1C(P), BDS B1C(P) with value: CODE_LOCK(10 ms), STATE_2ND_CODE_LOCK(18000 ms), TOW_KNOWN(1 week).
      Added BDS B2AQ: Same as E5AQ
      Added IRNSS: Same as GPS L1 C/A
      
      Bug: 264588057
      Test: Javadoc only
      Change-Id: I187ecd0452efa97700a141a1837801b45f82da2d
      9a28d068
  26. Mar 07, 2023
    • Zhanghao Wen's avatar
      Update the Javadoc of getReceivedSvTimeNanos() · 5f5c8188
      Zhanghao Wen authored
      Added GPS L1C(P), BDS B1C(P) with value: CODE_LOCK(10 ms), STATE_2ND_CODE_LOCK(18000 ms), TOW_KNOWN(1 week).
      Added BDS B2AQ: Same as E5AQ
      Added IRNSS: Same as GPS L1 C/A
      
      Bug: 264588057
      Test: Javadoc only
      Change-Id: I187ecd0452efa97700a141a1837801b45f82da2d
      5f5c8188
  27. Mar 03, 2023
  28. Mar 02, 2023
  29. Feb 07, 2023
  30. Jan 27, 2023
  31. Jan 25, 2023
    • Andrew Solovay's avatar
      docs: Fixing typo (i.e without closing period) · 062f767d
      Andrew Solovay authored
      The CommonTypos linter complained about "i.e" without a closing period.
      Since our tech writing style guide says to avoid "i.e." in general, I
      rephrased as "that is".
      
      Per go/fix-refdocs, tm-qpr-dev is now the preferred branch for doc fixes
      until the U dev branch is open. Since this CL hasn't been reviewed yet,
      I'm CPing it over here and abandoning the original CL.
      
      Docs-only change, no change to code.
      
      Change-Id: Id8de0d371e1290a7e8ed1831f2fbca063f9ff835
      Test: [go/abtd docs build]
      Bug: 263824202
      062f767d
  32. Jan 19, 2023
    • Neil Fuller's avatar
      Refactoring: Support alt. network time source · 8ad07e27
      Neil Fuller authored
      Refactoring to support an alternative source of network time for passing
      to the GNSS component. The new implementation will be submitted in a
      follow-up.
      
      NtpTimeHelper has been replaced by NetworkTimeHelper in
      GnssLocationProvider. NetworkTimeHelper provides the stable interface
      between GnssLocationProvider and the original / alternative impl for
      what was NtpTimeHelper.
      
      NtpTimeHelper has been renamed NtpNetworkTimeHelper.
      
      These changes are not intended to change any behavior. There are some
      minor changes between the interaction between GnssLocationProvider and
      the NetworkTimeHelper class, but these are not expected to alter the
      runtime behavior.
      
      The NetworkTimeHelper.setPeriodicTimeInjectionMode() method touches
      a pre-existing bug: The method name reflected the effect of the method,
      which is the near-opposite of what the capability name would suggest.
      This appears to be due to an accidental logic inversion, not by intent.
      As can be seen in the changes for GnssLocationProvider: the
      enablePeriodicTimeInjection() method was called when
      mGnssNative.getCapabilities().hasOnDemandTime() was true. The existence
      of bug 73893222 supports the fact that there is a long-standing bug
      here. The intent with this commit is not to fix it or alter behavior,
      just to make it more obvious, as it is unclear if the current behavior
      is relied upon somewhere. Comments and field names have been improved to
      try to clarify the actual behavior.
      
      Bug: 73893222
      Bug: 222295093
      Test: atest services/robotests/src/com/android/server/location/gnss/NtpNetworkTimeHelperTest.java
      Change-Id: I0b1ba43a55ff531df343c022650e3f5721dda7f1
      8ad07e27
  33. Jan 18, 2023
  34. Dec 22, 2022
Loading