Searched refs:setIntentData (Results 1 – 4 of 4) sorted by relevance
126 .setIntentData("contacts/joeblow") in setUp()131 .setIntentData("contacts/mikeJ") in setUp()146 .setIntentData("apps/" + name) in makeApp()154 .setIntentData("contacts/" + name) in makeContact()177 .setIntentData("john_doe"); in testRemoveFromHistory()181 .setIntentData("jane_doe"); in testRemoveFromHistory()194 .setIntentData("john_doe"); in testRemoveFromHistoryNonExisting()198 .setIntentData("jane_doe"); in testRemoveFromHistoryNonExisting()209 .setIntentData("data"); in testNoMatch()224 .setIntentData("data") in testFullPackingUnpacking()[all …]
151 .setIntentData(data.toString()); in createSuggestion()
185 suggestion.setIntentData(intentData); in makeSuggestion()
173 public SuggestionData setIntentData(String intentData) { in setIntentData() method in SuggestionData