Searched refs:updateAppList (Results 1 – 8 of 8) sorted by relevance
58 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 …]
98 public void updateAppList() {99 mManageApplicationsController.updateAppList();
108 updateAppList(); in setAppUsageAccess()
103 updateAppList(); in setSystemAlertWindowAccess()
83 mManageApplicationsController.updateAppList(); in onResume()
132 updateAppList(); in setCanInstallApps()
87 mManageApplicationsController.updateAppList(); in onResume()
135 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