Searched refs:SHORTCUT_ID_PREFIX (Results 1 – 2 of 2) sorted by relevance
69 private static final String SHORTCUT_ID_PREFIX = CreateShortcut.SHORTCUT_ID_PREFIX; field in CreateShortcutTest112 String expectedId = SHORTCUT_ID_PREFIX + intent.getComponent().flattenToShortString(); in createResultIntent()139 return makeShortcut(SHORTCUT_ID_PREFIX + cn.flattenToShortString()); in makeShortcut()
52 static final String SHORTCUT_ID_PREFIX = "component-shortcut-"; field in CreateShortcut79 String shortcutId = SHORTCUT_ID_PREFIX + in createResultIntent()178 if (!info.getId().startsWith(SHORTCUT_ID_PREFIX)) { in doInBackground()182 info.getId().substring(SHORTCUT_ID_PREFIX.length())); in doInBackground()