Searched refs:shortcutMapCopy (Results 1 – 2 of 2) sorted by relevance
40 final HashMap<ComponentKey, Integer> shortcutMapCopy; in bindDeepShortcuts() local42 shortcutMapCopy = new HashMap<>(mBgDataModel.deepShortcutMap); in bindDeepShortcuts()44 executeCallbacksTask(c -> c.bindDeepShortcutMap(shortcutMapCopy), mUiExecutor); in bindDeepShortcuts()
104 final HashMap<ComponentKey, Integer> shortcutMapCopy = in bindDeepShortcuts() local106 scheduleCallbackTask(callbacks -> callbacks.bindDeepShortcutMap(shortcutMapCopy)); in bindDeepShortcuts()