Searched refs:setPhoneCallDetailsWithCallTypeIcons (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Dialer/tests/src/com/android/dialer/calllog/
H A DPhoneCallDetailsHelperTest.java226 setPhoneCallDetailsWithCallTypeIcons(AppCompatConstants.CALLS_INCOMING_TYPE);
229 setPhoneCallDetailsWithCallTypeIcons(AppCompatConstants.CALLS_OUTGOING_TYPE);
232 setPhoneCallDetailsWithCallTypeIcons(AppCompatConstants.CALLS_MISSED_TYPE);
235 setPhoneCallDetailsWithCallTypeIcons(AppCompatConstants.CALLS_VOICEMAIL_TYPE);
262 setPhoneCallDetailsWithCallTypeIcons(
269 setPhoneCallDetailsWithCallTypeIcons(
278 setPhoneCallDetailsWithCallTypeIcons(
528 private void setPhoneCallDetailsWithCallTypeIcons(int... callTypes) { method in class:PhoneCallDetailsHelperTest

Completed in 11 milliseconds