Searched refs:mShortcuts (Results 1 – 2 of 2) sorted by relevance
54 mHistoricalInfo(), mShortcuts() {} in UnigramProperty()63 mHistoricalInfo(historicalInfo), mShortcuts(std::move(shortcuts)) {} in UnigramProperty()72 mHistoricalInfo(historicalInfo), mShortcuts() {} in UnigramProperty()81 mHistoricalInfo(historicalInfo), mShortcuts(std::move(shortcuts)) {} in UnigramProperty()90 mHistoricalInfo(historicalInfo), mShortcuts() {} in UnigramProperty()109 return !mShortcuts.empty(); in hasShortcuts()121 return mShortcuts; in getShortcuts()134 const std::vector<ShortcutProperty> mShortcuts; variable
41 private final List<ShortcutInfoCompat> mShortcuts; field in ShortcutsChangedTask48 mShortcuts = shortcuts; in ShortcutsChangedTask()57 deepShortcutManager.onShortcutsChanged(mShortcuts); in execute()112 dataModel.updateDeepShortcutMap(mPackageName, mUser, mShortcuts); in execute()