- Feb 17, 2021
-
-
Shawn Willden authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1584474 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: If460b938bbc4c10bad414abcf9965db5216eb423
-
Shawn Willden authored
-
Chih-hung Hsieh authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1584227 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I8e5b257249d7cec5783481f8832c429bc1206b96
-
Treehugger Robot authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1587776 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ia5c36a19600d0e8b3109185fea97834c233bac23
-
Chih-hung Hsieh authored
-
Cody Kesting authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1580104 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ibc653e7fbd0969eede95a194e2a47cd7c7d79dad
-
Benedict Wong authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1554519 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Icb7f6b294e0773aad72a77a3f28131a26a26c836
-
Treehugger Robot authored
-
Colin Cross authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1591459 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I18353c628701fe19c47353bdd46c44f94fd081bd
-
James Mattis authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1562555 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I61ca9d447dd1bc602d2956f81ef8523fb45f0d7c
-
Cody Kesting authored
* changes: Notify status callbacks when a VCN enters Safemode. Change all 'safemode' references to use 'safe mode'. Define VcnStatusCallback register/unregister.
-
Benedict Wong authored
-
Colin Cross authored
-
James Mattis authored
-
Brian Stack authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1566904 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ifaf72ea7489764a6075c523f797778107178e168
-
Brian Stack authored
-
Shawn Willden authored
This allows apps to request that AndroidKeyStore generate attestation keys that can be used to sign attestations of other keys that the app generates or imports. Bug: 163606833 Test: atest CtsKeystoreTests Change-Id: I943a6922271cbe909cb3a9d67021663b5646aa70
-
Lorenzo Colitti authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1579503 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Id27c81e87d9a67d48d6c1692438c8d09439ed080
-
Lorenzo Colitti authored
-
Anton Hansson authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1587218 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I2b13b170613c42094d99bcf2992feca287172cc3
-
Anton Hansson authored
-
Jooyung Han authored
Bug: 180472752 Test: atest FrameworksTelephonyTests: com.android.internal.telephony.uicc.IccUtilsTest TeleServiceTests: SimPhonebookProviderTest Change-Id: I1a8c0dabee3ca90fcdeca263a4c943e01fbae75e
-
James Mattis authored
Unit test automation for setOemNetworkPreference() API functionality on ConnectivityService. Bug: 178632672 Bug: 176494815 Bug: 170068946 Test: atest FrameworksNetTests Change-Id: Ib76917f0fa78b736207f82d99137a6cf49481b20
-
Treehugger Robot authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1564508 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: If2e253a18327150163eda3275f037793d5c6d141
-
Treehugger Robot authored
-
Treehugger Robot authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1589693 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Iab681af16a324dc1ebcade33649dec736b3bb4f4
-
Treehugger Robot authored
-
Cody Kesting authored
This CL updates VcnManagementService to notify VcnStatusCallbacks when the VCN for their specified subscription group enters Safemode. In order to be notified, the registering app must also have permissions for the specified permission. Bug: 163433613 Test: atest FrameworksVcnTests Change-Id: I3242ad0ee1dc406aef56253f884c2544a994869e
-
Cody Kesting authored
Bug: 163433613 Test: atest FrameworksVcnTests Change-Id: I5daced209e4e6d8d1b87385b3f64660322908fa0
-
Cody Kesting authored
This CL defines VcnStatusCallbacks, which are callbacks used to register for status updates to a specific subscription group. These Callbacks may be registered with VcnManager at any time, but will only be invoked for the specifies subscription group and only if the registering app has carrier privileges for that subscription. Bug: 163433613 Test: atest FrameworksVcnTests Change-Id: Iefd284ae2d09676d195e2a12bf660be3596da59b
-
Benedict Wong authored
This change exposes the Basics of the VCN API surface, including: - VCN Configurations - VCN Gateway Configuration superclass (Builder in subclasses) - VcnManger with configuration management APIs Bug: 168833866 Test: atest FrameworksVcnTests Test: atest android.net.vcn Change-Id: Ia1b3597d903dd84267f66546a90437f9ac45b2de
-
Treehugger Robot authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1582646 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I6d7132cc0f563b5411583259011b7326f386403e
-
Treehugger Robot authored
-
Benedict Wong authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1589136 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I99674437f842f38a60eda80ecbc45b8bd42fa661
-
Benedict Wong authored
-
Treehugger Robot authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1590933 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I112188b6f78a650a551ebaed4a44e7d57c4ba892
-
Remi NGUYEN VAN authored
Tethering API stubs depend on connectivity stubs for classes like MacAddress or LinkAddress, so connectivity stubs cannot depend on Tethering stubs or there would be a circular dependency. This means ConnectivityManager API surface cannot reference Tethering API constants. Instead, use the literal in ConnectivityManager. This means that both ConnectivityManager and TetheringManager specify the constant value. An alternative considered was to have TetheringManager depend on the ConnectivityManager constants, but considering that ConnectivityManager only has some of the constants, this would be more confusing. Breaking the constants by mistake is unlikely as their values are part of the API surface, so will always be in sync. Bug: 171540887 Test: m Change-Id: I16b6e1912fffc5ff8b3b392901d2357ffd213c72
-
Treehugger Robot authored
-
James Mattis authored
Adding support for per-app default network changes to send callbacks used in registerDefaultNetworkCallback() to those applications that have the default changed as part of the per-app flow. Bug: 179819249 Bug: 176494815 Test: atest FrameworksNetTests atest FrameworksNetIntegrationTests atest CtsNetTestCasesLatestSdk Change-Id: Id8ef987cdfbaad497929fea21b38f831c4f9b15b
-
Lorenzo Colitti authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1589632 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: If674b972d4cf28094fc21c37197ec96e94ecdbcb
-