Home | History | Annotate | Download | only in quicksearchbox

Lines Matching refs:updated

491         final SuggestionData updated = new SuggestionData(APP_SOURCE)
492 .setFormat("format (updated)")
493 .setText1("app1 (updated)")
497 refreshShortcut(APP_SOURCE, "app1_id", updated);
499 assertShortcuts("expected updated properties in match",
500 "app", updated);
514 final SuggestionData updated = new SuggestionData(APP_SOURCE)
515 .setIntentData("data-updated")
516 .setFormat("format (updated)")
517 .setText1("app1 (updated)")
521 refreshShortcut(APP_SOURCE, "app1_id", updated);
523 assertShortcuts("expected updated properties in match",
524 "app", updated);