Skip to content
Snippets Groups Projects
  1. Aug 06, 2018
    • Mathew Inwood's avatar
      Add @UnsupportedAppUsage annotations · 1532447a
      Mathew Inwood authored
      For packages:
        android.renderscript
      
      This is an automatically generated CL. See go/UnsupportedAppUsage
      for more details.
      
      Exempted-From-Owner-Approval: Mechanical changes to the codebase
      which have been approved by Android API council and announced on
      android-eng@
      
      Bug: 110868826
      Test: m
      Change-Id: I016f6e720e79c48afe44f4690b5dd99fc81ae780
      Merged-In: I1aa8ebca448547031b426a7b305c5c3d6fcf2652
      1532447a
    • Remi NGUYEN VAN's avatar
      5caebe34
  2. Aug 03, 2018
    • Treehugger Robot's avatar
      Merge changes Iaed1cd6b,I681c1e97 · 606d3975
      Treehugger Robot authored
      * changes:
        Revert^2: Greylist com.google.vr.platform hidden methods
        Revert^2: Start using new list of non-SDK APIs
      606d3975
    • David Brazdil's avatar
      Revert^2: Greylist com.google.vr.platform hidden methods · bf7bfc88
      David Brazdil authored
      Enforcement of non-SDK API is being extended to all modules on the
      boot class path. This includes the com.google.vr.platform package,
      which is used to set up VR on a given device. Two hidden methods
      are used by the client static library via reflection. Mark them
      @UnsupportedAppUsage so that they remain discoverable.
      
      Bug: 111911841
      Test: make
      Merged-In: Iaed1cd6bc7419597510bfc1ab30a169f75e4ae3f
      Change-Id: Iaed1cd6bc7419597510bfc1ab30a169f75e4ae3f
      (cherry picked from commit a1c19e12)
      bf7bfc88
    • David Brazdil's avatar
      Revert^2: Start using new list of non-SDK APIs · 80e6ac7d
      David Brazdil authored
      The `hiddenapi` build tool has been extended to provide a full list
      of non-SDK APIs in an effort to remove dependency on Doclava.
      This patch changes the build rules generating non-SDK API lists to
      start using hiddenapi's list instead of Doclava's.
      
      Consequences:
      (a) some greylist entries change signature (fixing Doclava varargs bug)
      (b) cloned public fields are now whitelisted (b/79432238)
      (c) new APIs need to be greylisted because they are used by apps
      
      Bug: 79432238
      Bug: 79409988
      Bug: 76424618
      Test: phone boots
      Merged-In: I681c1e97d0929cfb1d357b2243ecb210d18f9e87
      Change-Id: I681c1e97d0929cfb1d357b2243ecb210d18f9e87
      (cherry picked from commit b59c36f5)
      80e6ac7d
    • Treehugger Robot's avatar
      b40b3791
    • Mathew Inwood's avatar
      d609a403
    • Remi NGUYEN VAN's avatar
      Add utils to convert Inet4Address <-> int · 0066bda4
      Remi NGUYEN VAN authored
      The current utilities map the higher-order bytes of ints to the
      lower-order bytes of IPv4 addresses, which makes applying masks and
      generating series of addresses confusing.
      
      For example, the current utilities would convert 1.2.3.4 to 0x04030201,
      or generate 0x0080ffff for a /17 subnet mask. The utilities in this CL
      convert 1.2.3.4 to 0x01020304, and a /17 subnet mask is represented as
      0xffff8000.
      
      Includes tests for all the above methods and migration of
      NetworkUtilsTest to JUnit4.
      
      Test: added tests pass
      Change-Id: I5f5aa2e6e3b054b66b9dc507dab64f41be9139b1
      0066bda4
  3. Aug 02, 2018
  4. Aug 01, 2018
    • Hall Liu's avatar
    • Treehugger Robot's avatar
    • Mathew Inwood's avatar
      Add @UnsupportedAppUsage annotations · 28451838
      Mathew Inwood authored
      For packages:
        android.ddm
      
      This is an automatically generated CL. See go/UnsupportedAppUsage
      for more details.
      
      Exempted-From-Owner-Approval: Mechanical changes to the codebase
      which have been approved by Android API council and announced on
      android-eng@
      
      Bug: 110868826
      Test: m
      Change-Id: I9f1ac383f0f71b8c9437756e3d526ee64ad0c558
      Merged-In: Ia3e508bf6fbb48ca0fad3dc7b6dc722aac29c191
      28451838
    • Mathew Inwood's avatar
      Add @UnsupportedAppUsage annotations · 4dc66d3c
      Mathew Inwood authored
      For packages:
        android.bluetooth.le
        android.bluetooth
      
      This is an automatically generated CL. See go/UnsupportedAppUsage
      for more details.
      
      Exempted-From-Owner-Approval: Mechanical changes to the codebase
      which have been approved by Android API council and announced on
      android-eng@
      
      Bug: 110868826
      Test: m
      Change-Id: Ifcf24c0617acd7facc0e03f30a95c3a6b09b205c
      Merged-In: I88a1311e27c5f9a5f9d1035db76034f86f650efc
      4dc66d3c
    • Mathew Inwood's avatar
      Add @UnsupportedAppUsage annotations · 61beb339
      Mathew Inwood authored
      For packages:
        android.animation
      
      This is an automatically generated CL. See go/UnsupportedAppUsage
      for more details.
      
      Exempted-From-Owner-Approval: Mechanical changes to the codebase
      which have been approved by Android API council and announced on
      android-eng@
      
      Bug: 110868826
      Test: m
      Change-Id: I6702ce1fb26452971e5eee8da15d5816dd75bb12
      Merged-In: If0667154031b254fd632e1332fb65e9b08955755
      61beb339
    • Mathew Inwood's avatar
      Add @UnsupportedAppUsage annotations · 62992f1b
      Mathew Inwood authored
      For packages:
        android.accessibilityservice
      
      This is an automatically generated CL. See go/UnsupportedAppUsage
      for more details.
      
      Exempted-From-Owner-Approval: Mechanical changes to the codebase
      which have been approved by Android API council and announced on
      android-eng@
      
      Bug: 110868826
      Test: m
      Change-Id: Ic677593dc2d206335275ecbad4d4a1020972ef38
      Merged-In: I9437532ae617eda28aa5ae796563e985cc0ddbca
      62992f1b
    • Mathew Inwood's avatar
      Add @UnsupportedAppUsage annotations · 45321dee
      Mathew Inwood authored
      For packages:
        com.android.ims.internal.uce.uceservice
        com.android.ims.internal.uce.presence
        com.android.ims.internal.uce.options
        com.android.ims.internal.uce.common
        com.android.ims.internal
        com.android.ims
      
      This is an automatically generated CL. See go/UnsupportedAppUsage
      for more details.
      
      Exempted-From-Owner-Approval: Mechanical changes to the codebase
      which have been approved by Android API council and announced on
      android-eng@
      
      Bug: 110868826
      Test: m
      Change-Id: I9e39973bf43a80f17038f7e239a94ef2209e6e2a
      Merged-In: Ib1819d4d15e730c0f224b45fb72f3225b0dddf91
      45321dee
    • Mathew Inwood's avatar
      Code formatting change for upcoming annotations. · c092f231
      Mathew Inwood authored
      Putting /** @hide */ on the same line results in the automated annotation
      addition putting the annotation the previous line, which then results in
      the @hide javadoc annotation being ignored (since it's now no longer
      strictly before the method declaration).
      
      Bug: 110868826
      Test: m
      Change-Id: I1b5c290a17ead46effd2f2ff3f4b33884efbc116
      c092f231
    • Treehugger Robot's avatar
    • Mathew Inwood's avatar
      Code reformatting for upcoming annotations. · efb48164
      Mathew Inwood authored
      @UnsupportedAppUsage annotations are added automatically, but this does
      not work when there are multiple definitions on the same line.
      
      Test: m
      Bug: 110868826
      Change-Id: I2c26c136cdfa557e45cf1ee0b39dab9c17abde56
      efb48164
    • Mathew Inwood's avatar
      35ba945c
  5. Jul 31, 2018
    • Treehugger Robot's avatar
      ea77ee39
    • Nathan Harold's avatar
      cec3f1fa
    • Nathan Harold's avatar
      e1d14061
    • Mathew Inwood's avatar
      Add @UnsupportedAppUsage annotations · e8c8d5eb
      Mathew Inwood authored
      For packages:
        android.printservice.recommendation
        android.printservice
        android.print.pdf
        android.print
      
      This is an automatically generated CL. See go/UnsupportedAppUsage
      for more details.
      
      Exempted-From-Owner-Approval: Mechanical changes to the codebase
      which have been approved by Android API council and announced on
      android-eng@
      
      Bug: 110868826
      Test: m
      Change-Id: Id5e5af10a0406db44046c68a4ea659feaf899ec7
      Merged-In: I97fb9c95dad2f93a8e989f3f48f323e9f76eaf31
      e8c8d5eb
    • Mathew Inwood's avatar
      Add @UnsupportedAppUsage annotations · 1961e1ef
      Mathew Inwood authored
      For packages:
        android.nfc.tech
        android.nfc.dta
        android.nfc.cardemulation
        android.nfc
      
      This is an automatically generated CL. See go/UnsupportedAppUsage
      for more details.
      
      Exempted-From-Owner-Approval: Mechanical changes to the codebase
      which have been approved by Android API council and announced on
      android-eng@
      
      Bug: 110868826
      Test: m
      Merged-In: I6176e760bb0912fd075a36d65fa0b49680c14aa3
      Change-Id: I2da62ff82b75ba4a5a0a64d02c6ebdb101992765
      1961e1ef
    • Mathew Inwood's avatar
      Add @UnsupportedAppUsage annotations · 6be79492
      Mathew Inwood authored
      For packages:
        android.inputmethodservice
      
      This is an automatically generated CL. See go/UnsupportedAppUsage
      for more details.
      
      Exempted-From-Owner-Approval: Mechanical changes to the codebase
      which have been approved by Android API council and announced on
      android-eng@
      
      Bug: 110868826
      Test: m
      Change-Id: I4b417b8257486fbdaa3b0f54a02ab70696d199e0
      6be79492
    • Mathew Inwood's avatar
      Add @UnsupportedAppUsage annotations · 9ebe36c3
      Mathew Inwood authored
      For packages:
        android.graphics
        android.graphics.drawable
        android.graphics.drawable.shapes
        android.graphics.fonts
        android.graphics.pdf
      
      This is an automatically generated CL. See go/UnsupportedAppUsage
      for more details.
      
      Exempted-From-Owner-Approval: Mechanical changes to the codebase
      which have been approved by Android API council and announced on
      android-eng@
      
      Bug: 110868826
      Test: m
      Merged-In: I7fc1162d2c63df8751a4660607e8ce72070efed8
      Change-Id: I5d7739d2d1fc7bb12ee059bcc2a9ac9017ca35fb
      9ebe36c3
    • Luke Huang's avatar
      Merge "Idletimer-related commands porting" · b6b8516b
      Luke Huang authored
      b6b8516b
    • Mengjun Leng's avatar
      Telecom: Reset the duration after the CDMA call is accepted · 25707743
      Mengjun Leng authored
      In android original design, the duration of CDMA MO call is started from
      the dial command sent, so it is not the real duration of the active time.
      
      In this patch, a new message is registered to listen the event of the call
      accepted, and then reset the duration when the event happens.
      
      Change-Id: Icc447012030ae243f200ec2c83b7d5210af9b31c
      25707743
    • Luke Huang's avatar
      Idletimer-related commands porting · a62d0498
      Luke Huang authored
      Test: runtest frameworks-net passes
      Test: manual testing of idletimer works
      Change-Id: I63e20aa3861e613b0970be30a70d0972d7e33d8c
      a62d0498
Loading