Searched refs:currentShortcut (Results 1 – 1 of 1) sorted by relevance
127 ShortcutInfo currentShortcut = null; in parseShortcutsOneFile() local140 if (currentShortcut == null) { in parseShortcutsOneFile()144 final ShortcutInfo si = currentShortcut; in parseShortcutsOneFile()145 currentShortcut = null; // Make sure to null out for the next iteration. in parseShortcutsOneFile()223 currentShortcut = si; in parseShortcutsOneFile()228 if ((currentShortcut == null) in parseShortcutsOneFile()229 || !currentShortcut.isEnabled()) { in parseShortcutsOneFile()238 currentShortcut = null; // Invalidate the current shortcut. in parseShortcutsOneFile()245 if ((currentShortcut == null) in parseShortcutsOneFile()246 || (currentShortcut.getCategories() != null)) { in parseShortcutsOneFile()