Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/model/
DWellbeingModel.java93 private final Map<String, RemoteAction> mActionIdMap = new ArrayMap<>(); field in WellbeingModel
174 final RemoteAction action = actionId != null ? mActionIdMap.get(actionId) : null; in getShortcutForApp()
237 mActionIdMap.put(actionId, in updateActions()