Lines Matching refs:mApp
89 private final LauncherAppState mApp; field in LauncherModel
132 mApp = app; in LauncherModel()
154 return new ModelWriter(mApp.getContext(), this, mBgDataModel, in getWriter()
230 Context context = mApp.getContext(); in onAppIconChanged()
370 ItemInstallQueue.INSTANCE.get(mApp.getContext()) in startLoader()
386 mApp, mBgDataModel, mBgAllAppsList, callbacksList); in startLoader()
400 mApp, mBgAllAppsList, mBgDataModel, mModelDelegate, loaderResults); in startLoader()
491 mApp.getIconCache().updateSessionCache(key, info); in onUpdateSessionDisplay()
574 task.init(mApp, this, mBgDataModel, mBgAllAppsList, MAIN_EXECUTOR); in enqueueModelUpdateTask()
602 si.updateFromDeepShortcutInfo(info, mApp.getContext()); in updateAndBindWorkspaceItem()
603 mApp.getIconCache().getShortcutIcon(si, info); in updateAndBindWorkspaceItem()