HomeSort by relevance Sort by last modified time
    Searched refs:shortcutId (Results 1 - 8 of 8) sorted by null

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
GoogleSource.java 27 SuggestionCursor refreshShortcut(String shortcutId, String extraData);
GoogleSuggestionProvider.java 82 String shortcutId = getQuery(uri);
85 return new SuggestionCursorBackedCursor(mSource.refreshShortcut(shortcutId, extraData));
AbstractGoogleSource.java 52 public abstract SuggestionCursor refreshShortcut(String shortcutId, String extraData);
GoogleSuggestClient.java 143 public SuggestionCursor refreshShortcut(String shortcutId, String oldExtraData) {
  /external/chromium_org/chrome/browser/resources/chromeos/
keyboard_overlay_accessibility_helper.js 24 var shortcutId = shortcutData[getAction(keyLabel, modifiers)];
25 var shortcutText = templateData[shortcutId];
keyboard_overlay.js 403 var shortcutId = shortcutData[getAction(keyLabel, modifiers)];
412 shortcutId = null;
414 if (shortcutId) {
435 if (shortcutId) {
437 shortcutText.textContent = loadTimeData.getString(shortcutId);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SuggestionData.java 191 public SuggestionData setShortcutId(String shortcutId) {
192 mShortcutId = shortcutId;
326 appendField(builder, "shortcutid", mShortcutId);
  /external/chromium/chrome/browser/resources/
keyboard_overlay.js 294 var shortcutId = shortcutData[getAction(keyLabel, modifiers)];
295 if (shortcutId) {
316 if (shortcutId) {
318 shortcutText.textContent = templateData[shortcutId];

Completed in 3122 milliseconds