Home
last modified time | relevance | path

Searched defs:callTypes (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Dialer/tests/src/com/android/dialer/calllog/
DCallLogListItemHelperTest.java133 int[] callTypes = new int[] {AppCompatConstants.CALLS_INCOMING_TYPE}; in testGetCallDescriptionID_Answered() local
142 int[] callTypes = new int[] {AppCompatConstants.CALLS_MISSED_TYPE}; in testGetCallDescriptionID_Missed() local
153 int[] callTypes = new int[] {AppCompatConstants.CALLS_OUTGOING_TYPE}; in testGetCallDescriptionID_OutgoingSingle() local
164 int[] callTypes = new int[] { in testGetCallDescriptionID_OutgoingMultiple() local
177 int[] callTypes = new int[] {AppCompatConstants.CALLS_VOICEMAIL_TYPE}; in testGetCallDescriptionID_Voicemail() local
187 int[] callTypes = new int[] {AppCompatConstants.CALLS_VOICEMAIL_TYPE}; in testGetCallDescriptionID_UnreadVoicemail() local
DPhoneCallDetailsHelperTest.java528 private void setPhoneCallDetailsWithCallTypeIcons(int... callTypes) { in setPhoneCallDetailsWithCallTypeIcons()
/packages/apps/Dialer/src/com/android/dialer/calllog/
DCallLogListItemHelper.java215 public int getCallDescriptionStringID(int[] callTypes, boolean isRead) { in getCallDescriptionStringID()
244 private int getLastCallType(int[] callTypes) { in getLastCallType()
DCallLogAdapter.java782 int[] callTypes = new int[count]; in getCallTypes() local
/packages/apps/Dialer/src/com/android/dialer/
DPhoneCallDetails.java56 public int[] callTypes; field in PhoneCallDetails