Home
last modified time | relevance | path

Searched defs:intentKey (Results 1 – 1 of 1) sorted by relevance

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DShortcutRepositoryImplLog.java232 final String intentKey = makeIntentKey(suggestions); in removeFromHistory() local
538 String intentKey = makeIntentKey(suggestion); in makeShortcutRow() local
557 cv.put(Shortcuts.intent_key.name(), intentKey); in makeShortcutRow() local
665 String intentKey = shortcut.getAsString(Shortcuts.intent_key.name()); in reportClickAtTime() local
669 click.put(ClickLog.intent_key.name(), intentKey); in reportClickAtTime() local