Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/specialaccess/
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 …]
DManageAppOp.java98 public void updateAppList() {
99 mManageApplicationsController.updateAppList();
DAppUsageAccess.java108 updateAppList(); in setAppUsageAccess()
DSystemAlertWindow.java103 updateAppList(); in setSystemAlertWindowAccess()
DHighPower.java83 mManageApplicationsController.updateAppList(); in onResume()
DExternalSources.java132 updateAppList(); in setCanInstallApps()
DPictureInPicture.java87 mManageApplicationsController.updateAppList(); in onResume()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
DAllAppsFragment.java135 updateAppList(mInstalledPreferenceGroup, apps); in onActivityCreated()
148 updateAppList(mDisabledPreferenceGroup, apps); in onActivityCreated()
163 updateAppList(mOtherPreferenceGroup, apps); in onActivityCreated()
190 updateAppList(mInstalledPreferenceGroup, apps); in rebuildInstalled()
198 updateAppList(mDisabledPreferenceGroup, apps); in rebuildDisabled()
206 updateAppList(mOtherPreferenceGroup, apps); in rebuildOther()
210 private void updateAppList(PreferenceGroup group, in updateAppList() method in AllAppsFragment