Home
last modified time | relevance | path

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

/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/device/apps/specialaccess/
DManageApplicationsController.java56 updateAppList();
61 updateAppList();
66 updateAppList(apps);
71 updateAppList();
76 updateAppList();
81 updateAppList();
86 updateAppList();
91 updateAppList();
109 updateAppList(); in ManageApplicationsController()
115 public void updateAppList() { in updateAppList() method in ManageApplicationsController
[all …]
DManageAppOpState.java231 public void updateAppList() {
232 mManageApplicationsController.updateAppList();
DHighPowerState.java70 mManageApplicationsController.updateAppList(); in onResume()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/specialaccess/
DManageApplicationsController.java61 updateAppList();
66 updateAppList();
71 updateAppList(apps);
76 updateAppList();
81 updateAppList();
86 updateAppList();
91 updateAppList();
96 updateAppList();
111 updateAppList(); in ManageApplicationsController()
117 public void updateAppList() { in updateAppList() method in ManageApplicationsController
[all …]
DManageAppOp.java109 public void updateAppList() {
110 mManageApplicationsController.updateAppList();
DAlarmsAndReminders.java100 updateAppList(); in setAlarmsAndRemindersAccess()
DAppUsageAccess.java104 updateAppList(); in setAppUsageAccess()
DWriteSettings.java87 updateAppList(); in setWriteSettingsAccess()
DSystemAlertWindow.java105 updateAppList(); in setSystemAlertWindowAccess()
DTurnScreenOn.java65 updateAppList(); in onResume()
DExternalSources.java134 updateAppList(); in setCanInstallApps()
DHighPower.java79 mManageApplicationsController.updateAppList(); in onResume()
DPictureInPicture.java90 mManageApplicationsController.updateAppList(); in onResume()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
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
/packages/apps/Settings/src/com/android/settings/notification/zen/
DZenModeAddBypassingAppsPreferenceController.java116 public void updateAppList() { in updateAppList() method in ZenModeAddBypassingAppsPreferenceController
147 void updateAppList(List<ApplicationsState.AppEntry> apps) { in updateAppList() method in ZenModeAddBypassingAppsPreferenceController
232 updateAppList(apps);
237 updateAppList();
255 updateAppList();
DZenModeAllBypassingAppsPreferenceController.java87 updateAppList(); in displayPreference()
104 public void updateAppList() { in updateAppList() method in ZenModeAllBypassingAppsPreferenceController
135 void updateAppList(List<ApplicationsState.AppEntry> apps) { in updateAppList() method in ZenModeAllBypassingAppsPreferenceController
220 updateAppList(apps);
240 updateAppList();
/packages/apps/Settings/src/com/android/settings/notification/modes/
DZenModeAllBypassingAppsPreferenceController.java89 updateAppList(); in displayPreference()
106 public void updateAppList() { in updateAppList() method in ZenModeAllBypassingAppsPreferenceController
137 void updateAppList(List<ApplicationsState.AppEntry> apps) { in updateAppList() method in ZenModeAllBypassingAppsPreferenceController
221 updateAppList(apps);
241 updateAppList();
DZenModeAddBypassingAppsPreferenceController.java118 public void updateAppList() { in updateAppList() method in ZenModeAddBypassingAppsPreferenceController
149 void updateAppList(List<ApplicationsState.AppEntry> apps) { in updateAppList() method in ZenModeAddBypassingAppsPreferenceController
234 updateAppList(apps);
239 updateAppList();
257 updateAppList();
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/modes/
DZenModeAllBypassingAppsPreferenceControllerTest.java106 mController.updateAppList(appEntries); in testUpdateAppList()
112 mController.updateAppList(null); in testUpdateAppList_nullApps()
119 mController.updateAppList(new ArrayList<>()); in testUpdateAppList_emptyAppList()
DZenModeAddBypassingAppsPreferenceControllerTest.java133 mController.updateAppList(appEntries); in testUpdateAppList()
148 mController.updateAppList(null); in testUpdateAppList_nullApps()
155 mController.updateAppList(new ArrayList<>()); in testUpdateAppList_emptyAppList()
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/zen/
DZenModeAllBypassingAppsPreferenceControllerTest.java106 mController.updateAppList(appEntries); in testUpdateAppList()
112 mController.updateAppList(null); in testUpdateAppList_nullApps()
119 mController.updateAppList(new ArrayList<>()); in testUpdateAppList_emptyAppList()
DZenModeAddBypassingAppsPreferenceControllerTest.java133 mController.updateAppList(appEntries); in testUpdateAppList()
148 mController.updateAppList(null); in testUpdateAppList_nullApps()
155 mController.updateAppList(new ArrayList<>()); in testUpdateAppList_emptyAppList()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
DAllAppsSession.java161 updateAppList(apps); in rebuildAllApps()
165 private void updateAppList(ArrayList<ApplicationsState.AppEntry> entries) { in updateAppList() method in AllAppsSession
223 updateAppList(apps); in onRebuildComplete()