Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/model/
DPackageUpdatedTask.java84 public void execute(LauncherAppState app, BgDataModel dataModel, AllAppsList appsList) { in execute() argument
98 appsList.addPackage(context, packages[i], mUser); in execute()
111 appsList.updatePackage(context, packages[i], mUser); in execute()
130 appsList.removePackage(packages[i], mUser); in execute()
141 appsList.updateDisabledFlags(matcher, flagOp); in execute()
149 appsList.updateDisabledFlags(matcher, flagOp); in execute()
157 if (appsList.added.size() > 0) { in execute()
158 added = new ArrayList<>(appsList.added); in execute()
159 appsList.added.clear(); in execute()
161 if (appsList.modified.size() > 0) { in execute()
[all …]