Searched refs:currentShortcut (Results 1 – 1 of 1) sorted by relevance
134 ShortcutInfo currentShortcut = null; in parseShortcutsOneFile() local157 if (currentShortcut == null) { in parseShortcutsOneFile()161 final ShortcutInfo si = currentShortcut; in parseShortcutsOneFile()162 currentShortcut = null; // Make sure to null out for the next iteration. in parseShortcutsOneFile()266 currentShortcut = si; in parseShortcutsOneFile()282 if ((currentShortcut == null) in parseShortcutsOneFile()283 || !currentShortcut.isEnabled()) { in parseShortcutsOneFile()292 currentShortcut = null; // Invalidate the current shortcut. in parseShortcutsOneFile()299 if ((currentShortcut == null) in parseShortcutsOneFile()300 || (currentShortcut.getCategories() != null)) { in parseShortcutsOneFile()