Searched defs:shortcut (Results 1 – 12 of 12) sorted by relevance
77 ShortcutInfo shortcut = in testPocCVE_2023_40092() local
49 final ShortcutInfo shortcut = request.getShortcutInfo(); in onCreate() local
65 ShortcutInfo shortcut = in onStartCommand() local
193 ShortcutInfo shortcut = makeShortcutBuilder(SHORTCUT_ID) in testRequestPinShortcut_multiLaunchers_withDynamic() local
86 private void assertWord(String word, int frequency, String shortcut, Locale locale, in assertWord()
105 ShortcutInfo shortcut = new ShortcutInfo.Builder(getContext(), ID2).build(); in testBuilderShortcutInfo() local
152 ShortcutInfo shortcut = new ShortcutInfo.Builder(mContext, SHARE_SHORTCUT_ID) in createDynamicShortcut() local
242 ShortcutInfo shortcut = new ShortcutInfo.Builder(mContext, SHARE_SHORTCUT_ID) in createDynamicShortcut() local
102 val shortcut = in <lambda>() constant
1038 ShortcutInfo shortcut = new ShortcutInfo.Builder(context, name) in createShortcuts() local
1823 ShortcutInfo shortcut = in createDynamicShortcut() local
519 final ShortcutInfo shortcut = b.setShortLabel("label") in testShortcutChangeTheme() local