Rambo Wang
e86cb24b57
Support new APIs in TelephonyManager to set/clear signal update request
...
Introduce set/clearSignalStrengthUpdateRequest in TelephonyManager
and ITelephony to support customized signal request from applications.
Bug: 164432835
Test: atest android.telephony.cts.TelephonyManagerTest
Change-Id: I749376872915a91b9514884547140eaf969dba0e
2021-01-20 21:14:41 -08:00
Zoey Chen
e61da845fa
Merge "[PhysicalChannelConfig] Deprecated getChannelNumber and implement relevant API"
2021-01-21 04:29:58 +00:00
Daniel Bright
2c8f0de95c
Merge "Make TelephonyManager#setImsRegistrationState multi-sim aware"
2021-01-21 04:10:27 +00:00
Peter Wang
795478a020
Merge "Add an API for LPA (SIM Manager) to bring up pages related to managing SIM profiles."
2021-01-21 00:35:24 +00:00
Kohsuke Yatoh
0f4112a760
Merge "Add missing textservice OWNERS files."
2021-01-20 23:16:33 +00:00
Amit Mahajan
19ffdb0894
Merge "Remove dup result code descriptions"
2021-01-20 22:19:23 +00:00
Amy Zhang
30e3efaaa5
Merge "Only allow RecordDVR to flush buffer when the DVR is stopped"
2021-01-20 21:02:56 +00:00
Treehugger Robot
01460b0bd8
Merge "Keystore 2.0: Integrate onLockScreenEvent."
2021-01-20 20:43:55 +00:00
Treehugger Robot
c235d21e22
Merge "Update OWNERs for SystemUI related files"
2021-01-20 20:24:36 +00:00
Treehugger Robot
1621ada259
Merge "Remove unused CellLocation"
2021-01-20 19:29:42 +00:00
Daniel Bright
fd5dead7de
Make TelephonyManager#setImsRegistrationState multi-sim aware
...
Test: Ims call and unit tests
Bug: 167294783
Change-Id: Idb8f5ce7fe7592e94cb6202e7df133a354746388
2021-01-20 11:24:01 -08:00
Treehugger Robot
c88231bcba
Merge "Protect android.nfc.action.ALWAYS_ON_STATE_CHANGED"
2021-01-20 19:13:43 +00:00
Treehugger Robot
66e56014df
Merge "Added setAlwaysOn feature"
2021-01-20 19:13:43 +00:00
Treehugger Robot
87bc42389d
Merge "Fix typo in comment in android/nfc/tech/Ndef.java"
2021-01-20 18:53:40 +00:00
Kohsuke Yatoh
b1d2fe86f7
Add missing textservice OWNERS files.
...
Test: n/a
Change-Id: I56939ce3a22c72ac489e4d9248de9e0ce4ee9413
2021-01-20 18:53:11 +00:00
Lucas Dupin
465c5fde3b
Merge "Remove duplicate import"
2021-01-20 18:49:42 +00:00
Mitch Phillips
b3f5d59011
Merge "[MTE] Enable ASYNC MTE in the Zygote."
2021-01-20 18:30:07 +00:00
Julia Reynolds
ac5a4c4868
Update OWNERs for SystemUI related files
...
Change-Id: Ide8f8bcdea46b431d1f401f1da9514d577856e0f
2021-01-20 18:28:33 +00:00
satayev
2805c99594
Merge "Allow clearing a single change id for tests usage."
2021-01-20 17:48:52 +00:00
Treehugger Robot
f327ea256c
Merge "Keystore 2.0 SPI: Use Timestamp from secure clock service"
2021-01-20 16:03:59 +00:00
utzcoz
cf443e3855
Remove duplicate import
...
Test: m
Change-Id: Ia6adcf39af0eeebbeef17069d8b3d74eae542bd4
Signed-off-by: utzcoz <utzcoz@gmail.com >
2021-01-21 00:00:37 +08:00
Treehugger Robot
63ca6f47f1
Merge "Replace tomcherry@ with dvander@ in OWNERS"
2021-01-20 14:55:29 +00:00
Treehugger Robot
52c968759a
Merge "Always run ensureInAppMountNamespace() to make sure app process runs in its mount namespace"
2021-01-20 14:30:30 +00:00
Artur Satayev
21900cb6ee
Allow clearing a single change id for tests usage.
...
Add clearOverrideForTest(changeId, packageName) to remove a single id
from package overrdies.
Bug: 147113465
Test: N/A
Change-Id: I35c6fe418abb9bc562218444878188bc393725e5
2021-01-20 14:15:14 +00:00
satayev
5d37ff2d33
Merge "Refactor PlatformCompat and related files."
2021-01-20 14:13:45 +00:00
Ricky Wai
9408c74699
Always run ensureInAppMountNamespace() to make sure app process runs in its mount namespace
...
ensureInAppMountNamespace() should always run even if mount_data_dirs is false,
as it may still runs BindMountStorageDirs().
Bug: 177821492
Test: Boot without selinux warnings
Change-Id: I08c78be8b32c3c4ba215fb8ac58104795bd8c06c
2021-01-20 12:58:56 +00:00
Artur Satayev
5d640c39a3
Refactor PlatformCompat and related files.
...
- Fix java style
- Remove some code duplication
- Remove redundant throws declarations for unchecked exceptions
- Fix javadoc typos
Bug: 147113465
Test: N/A
Change-Id: I723ddf3184e2da77f157340c4ef18e9395b99e60
2021-01-20 11:21:40 +00:00
Frank Li
6822a558b2
Merge "Deprecated IP connectivity metrics system api"
2021-01-20 11:08:30 +00:00
Jakub Pawlowski
90dc908098
Fix typo in comment in android/nfc/tech/Ndef.java
...
Bug: 150104448
Test: none
Change-Id: I4a0c2c8020d42396e5a142d93d24d754a5b32930
2021-01-20 10:38:54 +01:00
Taesu Lee
fb3900e075
Remove unused CellLocation
...
Test: build
Signed-off-by: Taesu Lee <taesu82.lee@samsung.com >
Change-Id: I4ca2c0df45a0b85cf9846a13f7f82ac644c624a9
2021-01-20 15:33:35 +09:00
Amy Zhang
d3f0aa464c
Only allow RecordDVR to flush buffer when the DVR is stopped
...
Test: make services
Bug: 176108239
Change-Id: I5fa31c34cac83bb5952576adf86c5a31ec62d9b5
Merged-In: I5fa31c34cac83bb5952576adf86c5a31ec62d9b5
2021-01-20 03:53:20 +00:00
George Chang
a0f9f4b73b
Added setAlwaysOn feature
...
Add setAlwaysOn() system api.
This API is used to request that the NFC service
shall kept controller state on.
Add isAlwaysOnEnabled() system api.
This API is used to check setAlwaysOn is enabled or not.
Add isAlwaysOnSupported() system api.
This API is used to check setAlwaysOn is supported or not.
Bug: 176212892
Test: manual
Change-Id: If7ece9730c57838d870bb70cb2725919e75ef6c2
2021-01-20 03:18:06 +00:00
George Chang
81bddbacd4
Protect android.nfc.action.ALWAYS_ON_STATE_CHANGED
...
Bug: 176212892
Test: manual
Change-Id: I7a4aa905d167f26c7c128a2cb0de68eb1f66f38f
2021-01-20 03:17:06 +00:00
lifr
6e6149c471
Deprecated IP connectivity metrics system api
...
- In order to easily maintain the connectivity service.
Refactor the connectivity service by removing all legacy
metrics code & API.
- The commit will deprecate legacy metrics system api.
(The legacy metrics code will be removed in a separate commit.)
Therefore, those legacy metrics event may not be sent in
Android S and above.
Bug: 177043087
Test: atest ConnectivityServiceTest
atest IpConnectivityMetricsTest
atest ConnectivityServiceIntegrationTest
Change-Id: Ia057776869a7d38041b6eaf17904f6c54a7b4fca
2021-01-20 02:06:18 +00:00
George Chang
c76df1366c
Merge "Add REQUIRE_UNLOCK_FOR_NFC broadcast to notify SystemUI"
2021-01-20 01:40:57 +00:00
Treehugger Robot
9923250234
Merge "Don't set hdmiPortId for non HDMI device."
2021-01-19 23:59:10 +00:00
Hall Liu
942b71b485
Merge "IMS: Add new carrier config."
2021-01-19 22:36:43 +00:00
Henry Fang
2f4cec96c5
Don't set hdmiPortId for non HDMI device.
...
bug: 142698113
Test: Manaul
Change-Id: I2876dacb07e4ebb4ed43c5e95b14ab84c8d935cb
2021-01-19 13:40:57 -08:00
Janis Danisevskis
9740651028
Merge "Integrate IKeystoreAuthorization aidl's addAuthToken with Keystore SPI."
2021-01-19 21:10:46 +00:00
Treehugger Robot
e1f0416a17
Merge "AbsSeekBar: Fix growRect computation"
2021-01-19 20:30:17 +00:00
Treehugger Robot
f79a0fd564
Merge "Make me an owner of accessibility frameworks"
2021-01-19 19:54:14 +00:00
Cody Kesting
48a1062811
Merge changes I61dd789f,I57c73264
...
* changes:
Define add and remove for VCN policy listeners.
Define VcnUnderlyingNetworkPolicy.
2021-01-19 19:37:53 +00:00
Jeff Sharkey
96a8a5b924
Merge "Make the performance team the owners for PinnerService.java"
2021-01-19 19:34:23 +00:00
Carmen Jackson
e41a225e2e
Make the performance team the owners for PinnerService.java
...
In order to do this, updated the apct-tests/perftests/OWNERS file to
include the entire perf team and then added that to the
PinnerService.java definition.
Also removed srnvs@ since I am getting a "does not exist"
warning for that email.
Bug: 177918051
Test: Presubmit
Change-Id: I00f30f5131d38c4b073266e8c80d92d1ad734eb5
2021-01-19 11:31:58 -08:00
Steven Moreland
4becb19325
Merge "HwBlob: explicit size check"
2021-01-19 18:11:46 +00:00
Hasini Gunasinghe
49e239ec96
Keystore 2.0: Integrate onLockScreenEvent.
...
This patch updates LockSettingService and TrustManagerService to use the
new Keystore 2.0 authorization api.
Bug: 166672367
Test: VTS test
Change-Id: I5494d7b923d33d447488a0c67ada43d1f9593861
2021-01-19 10:10:20 -08:00
Janis Danisevskis
f9c123d7da
Keystore 2.0 SPI: Use Timestamp from secure clock service
...
Test: N/A
Change-Id: I20e925e2827a6485b187d20b737456e8a5d4c437
2021-01-19 10:10:20 -08:00
Treehugger Robot
9c7e15ab31
Merge "Fixed Handler Leak on WrapperInit"
2021-01-19 18:05:04 +00:00
Tom Cherry
7822d3e33f
Replace tomcherry@ with dvander@ in OWNERS
...
tomcherry@ has left Android, dvander@ is taking over init.
Test: n/a
Change-Id: Ifcb31aa893e95e9a76f28b343e3acd88fd2796d6
2021-01-19 09:44:59 -08:00
Treehugger Robot
b22ef02f1f
Merge "Check ProjectBackwards property for childrens after children's syncProperties()."
2021-01-19 17:08:47 +00:00