Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/model/
DPackageUpdatedTask.java155 final ArrayList<AppInfo> removedApps = new ArrayList<AppInfo>(); in execute() local
166 removedApps.addAll(appsList.removed); in execute()
330 for (AppInfo info : removedApps) { in execute()
354 if (!removedApps.isEmpty()) { in execute()
359 callbacks.bindAppInfosRemoved(removedApps); in execute()
/packages/apps/Launcher2/src/com/android/launcher2/
DLauncherModel.java2076 final ArrayList<ApplicationInfo> removedApps = new ArrayList<ApplicationInfo>(); in run() local
2087 removedApps.addAll(mBgAllAppsList.removed); in run()
2121 if (mOp == OP_REMOVE || !removedApps.isEmpty()) { in run()
2131 removedApps, permanent, mUser); in run()