- Mar 23, 2022
-
-
Jordan Liu authored
Bug: 205504646 Test: manual (builds, will not be functional until LPA implementation) Change-Id: Ic289538f5df17c03b2f8da7f4966c583d4557586 Merged-in: Ic289538f5df17c03b2f8da7f4966c583d4557586
-
- Mar 22, 2022
-
-
Eric Biggers authored
-
Eric Biggers authored
-
Muralidhar Reddy Mule authored
-
Allen Hair authored
-
Shikha Malhotra authored
-
Muralidhar Reddy authored
Modified logic to retrieve phoneId based on the slot index and port index as well. Test: build Bug: 199559346 Change-Id: I98036645023bd7ba12475d4a06ce64287401471b Merged-In: I98036645023bd7ba12475d4a06ce64287401471b
-
Aaron Huang authored
-
Riddle Hsu authored
-
Patrick Rohr authored
-
Riddle Hsu authored
It may be common to register a non-static inner class object to DeviceConfig.addOnPropertiesChangedListener: WindowManagerConstants HighRefreshRateDenylist SplashScreenExceptionList WindowOrientationListener.OrientationSensorJudge That may hold reference chain to WindowManagerService. It may be annoying to add test-only code to dispose them once a new path is added, so hook the registration to make sure that all listeners can be released after a test method is finished. For test using FakeDeviceConfig, it only registers to the local fake instance, so it doesn't need to dispose. Bug: 219640050 Test: atest SystemServicesTestRuleTest Change-Id: Ic06d85978886caaea3a9eb123a7a59712b58bb92 Merged-In: Ic06d85978886caaea3a9eb123a7a59712b58bb92
-
Remi NGUYEN VAN authored
-
Treehugger Robot authored
* changes: [Re-land] Remove scripts related to iorap [Re-land] Remove iorap framework codes
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Yi-yo Chiang authored
* changes: dynsystem.SparseInputStream: Implement read(buf, off, len) dynsystem: Enlarge default shared memory size and allow size override
-
- Mar 21, 2022
-
-
Jack Yu authored
Allowed IMS service to request an IMS network that supports VoPS by sending a network request with IMS and MMTEL capability. When network reports VoPS is not supported, the existing IMS network will be torn down. This does not affect the network request that only has IMS capability. Also support delay IMS tear down until voice call ends. This can be configured through carrier config. Test: atest DataNetworkControllerTest Fix: 219110278 Change-Id: I845029fb68ce013d252fa6ffd59c868c9157ef92 Merged-In: I845029fb68ce013d252fa6ffd59c868c9157ef92
-
Jack Yu authored
Added merging two data profiles that have same APN name, but APN types are mutually exlusive and other fields are minor different. Fix: 216203549 Test: atest DataProfileManagerTest Change-Id: I6f398321cc972be0b5fb4c550f7a110049d896f6 Merged-In: I6f398321cc972be0b5fb4c550f7a110049d896f6
-
Treehugger Robot authored
-
Treehugger Robot authored
* changes: Supported URLLC, EMBB, and CBS slicing Supported traffic descriptor based network capability
-
Sungcheol Ahn authored
-
Jack Yu authored
Added a new registrant for service state changed event. Also added service state non-legacy mode initialization support. Fix: 217985293 Test: Manual Change-Id: Ifd988943a3f6e22ec563417eea6f173c02a866e2 Merged-In: Ifd988943a3f6e22ec563417eea6f173c02a866e2
-
Sarah Chin authored
-
Treehugger Robot authored
-
Rambo Wang authored
-
Jayachandran C authored
-
Evan Laird authored
-
Jack Yu authored
Supported URLLC (Ultra Reliable Low Latency Communications), eMBB (enhanced Mobile Broadband), and carrier specific service for 5G slicing. Test: atest DataNetworkTest DataProfileManagerTest TelephonyNetworkRequestTest TrafficDescriptorTest & CTS Fix: 215232817 Change-Id: Ia6d79d10f39f998cfc35ab56ec625c6ec7e4b990 Merged-In: Ia6d79d10f39f998cfc35ab56ec625c6ec7e4b990
-
Jack Yu authored
Added traffic descriptor based network capability support. Allowed multiple network requests having same TD based capability, but with different differentiators. Fix: 214399881 Test: atest FrameworksTelephonyTests Change-Id: Ibf47aec9f99cf7437c9e03e10f9db83714aca5de Merged-In: Ibf47aec9f99cf7437c9e03e10f9db83714aca5de
-
Jack Yu authored
1. Added workaround for changing immutable capabilities until connectivity service supports it. 2. Fixed that logging tag suffix after transport changed. 3. Port VCN code from old data stack. 4. Fixed some cases that we need to tear down the underlying networks, but also inform data network controller of data setup fails, for example, no live network request or VCN requested tear down before creating the agent. 5. Fixed the incorrect link status report. 6. Attach/Detach network requests after network capabilities changed. 7. Support the legacy permanent fail cause carrier config. Fix: 215901070 Test: atest DataNetworkControllerTest Change-Id: Icd3b43cb897b09af3dc5a9bc90ac104457e34190
-
Sarah Chin authored
-
Sarah Chin authored
-
Siim Sammul authored
-
Siim Sammul authored
Bug: 224015738 Test: atest LooperStatsTest Change-Id: Ifd6fc7f16762570fcb2775c2acb845bf3771ed64
-
Lorenzo Colitti authored
-
Calvin Pan authored
Change-Id: Ia3217df6478716ec51b891057ba57a4d53a716ca
-
arunvoddu authored
Bug: b/191919168 Test: Buid, aTest verification Passed Change-Id: Ib51d6eb5231ceb65fffa8e83706c47ce17afd640 Merged-In: Ib51d6eb5231ceb65fffa8e83706c47ce17afd640
-
Eric Biggers authored
IVold.ENCRYPTION_STATE_* and IVold.PASSWORD_TYPE_* are values returned by or accepted by FDE-specific vold methods, which are no longer used. Stop using these constants so that we can remove them from IVold.aidl. Notes on specific constants: - Some constants have @UnsupportedAppUsage. There is no reason why a non-system app should have been using these. However, to avoid possibly breaking apps I just left these with hardcoded values. - StorageManager.CRYPT_TYPE_* are used by LockscreenCredential.getStorageCryptType(). However, the caller of this method was removed by an earlier CL, so just remove this method. - StorageManager.CRYPT_TYPE_* also have a user in packages/apps/Settings, but it is obsolete code that I'm removing in another CL. Bug: 208476087 Change-Id: I41c684b69a97dbafac65d8f55db2c284d7a8dd70
-
Treehugger Robot authored
-