Home | History | Annotate | Download | only in quicksearchbox

Lines Matching refs:contact

508         final SuggestionData contact = new SuggestionData(CONTACTS_SOURCE)
512 reportClick("joe", contact);
513 reportClick("joe", contact);
514 assertShortcuts("app and contact should be there.", "", contact, app);
518 assertShortcuts("contact with same shortcut id should still be there.",
519 "joe", contact);
520 assertShortcuts("contact with same shortcut id should still be there.",
521 "", contact);
525 final SuggestionData contact = new SuggestionData(CONTACTS_SOURCE)
526 .setText1("unshortcuttable contact")
529 reportClick("unshortcuttable", contact);
575 // fewer clicks on a contact
583 // more clicks on a contact
652 // Enough contact clicks to make one more shortcut than getMaxShortcutsReturned()
654 SuggestionData contact = makeContact("andy" + i);
657 reportClick("and", contact, NOW);
659 expected.add(contact);
662 // Expect the app, and then all but one contact
663 assertShortcuts("app and all but one contact should be returned",
673 + "and a contact should take its place",