Searched refs:shortcutMapCopy (Results 1 – 2 of 2) sorted by relevance
41 final HashMap<ComponentKey, Integer> shortcutMapCopy; in bindDeepShortcuts() local43 shortcutMapCopy = new HashMap<>(mBgDataModel.deepShortcutMap); in bindDeepShortcuts()45 executeCallbacksTask(c -> c.bindDeepShortcutMap(shortcutMapCopy), mUiExecutor); in bindDeepShortcuts()
108 final HashMap<ComponentKey, Integer> shortcutMapCopy = in bindDeepShortcuts() local110 scheduleCallbackTask(callbacks -> callbacks.bindDeepShortcutMap(shortcutMapCopy)); in bindDeepShortcuts()