Searched defs:callTypes (Results 1 – 5 of 5) sorted by relevance
133 int[] callTypes = new int[] {AppCompatConstants.CALLS_INCOMING_TYPE}; in testGetCallDescriptionID_Answered() local142 int[] callTypes = new int[] {AppCompatConstants.CALLS_MISSED_TYPE}; in testGetCallDescriptionID_Missed() local153 int[] callTypes = new int[] {AppCompatConstants.CALLS_OUTGOING_TYPE}; in testGetCallDescriptionID_OutgoingSingle() local164 int[] callTypes = new int[] { in testGetCallDescriptionID_OutgoingMultiple() local177 int[] callTypes = new int[] {AppCompatConstants.CALLS_VOICEMAIL_TYPE}; in testGetCallDescriptionID_Voicemail() local187 int[] callTypes = new int[] {AppCompatConstants.CALLS_VOICEMAIL_TYPE}; in testGetCallDescriptionID_UnreadVoicemail() local
528 private void setPhoneCallDetailsWithCallTypeIcons(int... callTypes) { in setPhoneCallDetailsWithCallTypeIcons()
215 public int getCallDescriptionStringID(int[] callTypes, boolean isRead) { in getCallDescriptionStringID()244 private int getLastCallType(int[] callTypes) { in getLastCallType()
782 int[] callTypes = new int[count]; in getCallTypes() local
56 public int[] callTypes; field in PhoneCallDetails