OSDN Git Service

Enable some settings pages to use paralleled-loading method
authorSunny Shao <sunnyshao@google.com>
Sun, 29 Mar 2020 03:54:51 +0000 (11:54 +0800)
committerSunny Shao <sunnyshao@google.com>
Mon, 4 May 2020 02:34:23 +0000 (10:34 +0800)
commit6d6024805318349febc49e92ee88ee0e4151daea
tree2044e65e40f0849b263629f0e0517c49a6581f87
parent37c795af3a1157fb5cd244d1dd9474983304b025
Enable some settings pages to use paralleled-loading method

- Here these pages include AppInfoDashboardFragment, ConnectedDeviceDashboardFragment,
  DevelopmentSettingsDashboardFragment, NetworkDashboardFragment, ConfigureNotificationSettings.
- The TimeSpentInAppPreferenceController use the LiveDataController.

Fixes: 135299529
Bug: 137558156
Test: compilation
Change-Id: I455a16536c9966184f1b2bd81d1f1217f3e09f9d
res/xml/connected_devices.xml
res/xml/development_settings.xml
src/com/android/settings/applications/appinfo/AppInfoDashboardFragment.java
src/com/android/settings/applications/appinfo/TimeSpentInAppPreferenceController.java
src/com/android/settings/connecteddevice/ConnectedDeviceDashboardFragment.java
src/com/android/settings/development/DevelopmentSettingsDashboardFragment.java
src/com/android/settings/network/NetworkDashboardFragment.java
src/com/android/settings/notification/ConfigureNotificationSettings.java
tests/robotests/src/com/android/settings/applications/appinfo/TimeSpentInAppPreferenceControllerTest.java