Searched refs:getCallDescriptionStringID (Results 1 – 2 of 2) sorted by relevance
135 mHelper.getCallDescriptionStringID(callTypes, true)); in testGetCallDescriptionID_Answered()144 mHelper.getCallDescriptionStringID(callTypes, true)); in testGetCallDescriptionID_Missed()155 mHelper.getCallDescriptionStringID(callTypes, true)); in testGetCallDescriptionID_OutgoingSingle()169 mHelper.getCallDescriptionStringID(callTypes, true)); in testGetCallDescriptionID_OutgoingMultiple()179 mHelper.getCallDescriptionStringID(callTypes, true)); in testGetCallDescriptionID_Voicemail()189 mHelper.getCallDescriptionStringID(callTypes, false)); in testGetCallDescriptionID_UnreadVoicemail()
195 int stringID = getCallDescriptionStringID(details.callTypes, details.isRead); in getCallDescription()215 public int getCallDescriptionStringID(int[] callTypes, boolean isRead) { in getCallDescriptionStringID() method in CallLogListItemHelper