Home
last modified time | relevance | path

Searched refs:updateAppList (Results 1 – 14 of 14) sorted by relevance

/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/specialaccess/
H A DManageApplicationsController.java58 updateAppList();
63 updateAppList();
68 updateAppList(apps);
73 updateAppList();
78 updateAppList();
83 updateAppList();
88 updateAppList();
93 updateAppList();
108 updateAppList(); in ManageApplicationsController()
114 public void updateAppList() { in updateAppList() method in ManageApplicationsController
[all …]
H A DManageAppOp.java107 public void updateAppList() {
108 mManageApplicationsController.updateAppList();
H A DAlarmsAndReminders.java98 updateAppList(); in setAlarmsAndRemindersAccess()
H A DAppUsageAccess.java103 updateAppList(); in setAppUsageAccess()
H A DSystemAlertWindow.java103 updateAppList(); in setSystemAlertWindowAccess()
H A DWriteSettings.java86 updateAppList(); in setWriteSettingsAccess()
H A DHighPower.java78 mManageApplicationsController.updateAppList(); in onResume()
H A DExternalSources.java133 updateAppList(); in setCanInstallApps()
H A DPictureInPicture.java87 mManageApplicationsController.updateAppList(); in onResume()
/aosp12/packages/apps/Settings/src/com/android/settings/notification/zen/
H A DZenModeAllBypassingAppsPreferenceController.java86 updateAppList(); in displayPreference()
103 public void updateAppList() { in updateAppList() method in ZenModeAllBypassingAppsPreferenceController
111 updateAppList(apps); in updateAppList()
115 void updateAppList(List<ApplicationsState.AppEntry> apps) { in updateAppList() method in ZenModeAllBypassingAppsPreferenceController
208 updateAppList();
213 updateAppList();
218 updateAppList(apps);
223 updateAppList();
228 updateAppList();
236 updateAppList();
[all …]
H A DZenModeAddBypassingAppsPreferenceController.java112 public void updateAppList() { in updateAppList() method in ZenModeAddBypassingAppsPreferenceController
120 updateAppList(apps); in updateAppList()
124 void updateAppList(List<ApplicationsState.AppEntry> apps) { in updateAppList() method in ZenModeAddBypassingAppsPreferenceController
194 updateAppList();
199 updateAppList();
204 updateAppList(apps);
209 updateAppList();
214 updateAppList();
222 updateAppList();
227 updateAppList();
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
H A DAllAppsFragment.java143 updateAppList(mInstalledPreferenceGroup, apps); in onActivityCreated()
156 updateAppList(mDisabledPreferenceGroup, apps); in onActivityCreated()
171 updateAppList(mOtherPreferenceGroup, apps); in onActivityCreated()
198 updateAppList(mInstalledPreferenceGroup, apps); in rebuildInstalled()
206 updateAppList(mDisabledPreferenceGroup, apps); in rebuildDisabled()
214 updateAppList(mOtherPreferenceGroup, apps); in rebuildOther()
218 private void updateAppList(PreferenceGroup group, in updateAppList() method in AllAppsFragment
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/zen/
H A DZenModeAllBypassingAppsPreferenceControllerTest.java106 mController.updateAppList(appEntries); in testUpdateAppList()
112 mController.updateAppList(null); in testUpdateAppList_nullApps()
119 mController.updateAppList(new ArrayList<>()); in testUpdateAppList_emptyAppList()
H A DZenModeAddBypassingAppsPreferenceControllerTest.java133 mController.updateAppList(appEntries); in testUpdateAppList()
147 mController.updateAppList(null); in testUpdateAppList_nullApps()
154 mController.updateAppList(new ArrayList<>()); in testUpdateAppList_emptyAppList()