Searched refs:getImpressions (Results 1 – 3 of 3) sorted by relevance
223 : getImpressions(Event.REQUEST_CARRIER_VIDEO_CALL))); in addModuleForVideoCall()234 context, callIntentBuilder, getImpressions(Event.REQUEST_CARRIER_VIDEO_CALL))); in addModuleForVideoCall()249 ? getImpressions(Event.REQUEST_DUO_VIDEO_CALL) in getImpressionsForDuoVideoCall()250 : getImpressions( in getImpressionsForDuoVideoCall()280 context, moduleInfo.getNormalizedNumber(), getImpressions(Event.SEND_TEXT_MESSAGE))); in addModuleForSendingTextMessage()338 getImpressions(Event.ADD_TO_CONTACT))); in addModuleForAddingToContacts()524 private ImmutableList<DialerImpression.Type> getImpressions(@Event int... events) { in getImpressions() method in HistoryItemActionModulesBuilder
371 ChannelImpressions c1 = mAssistant.getImpressions(key1); in testReadXml()376 ChannelImpressions c1a = mAssistant.getImpressions(key1a); in testReadXml()381 ChannelImpressions c2 = mAssistant.getImpressions(key2); in testReadXml()420 assertEquals(ci1, assistant.getImpressions(key1)); in testRoundTripXml()421 assertEquals(ci2, assistant.getImpressions(key2)); in testRoundTripXml()422 assertEquals(ci3, assistant.getImpressions(key3)); in testRoundTripXml()
486 public ChannelImpressions getImpressions(String key) { in getImpressions() method in Assistant