Home
last modified time | relevance | path

Searched refs:getCallType (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Dialer/tests/src/com/android/dialer/calllog/
DPhoneCallDetailsHelperTest.java438 assertEquals(id, mViews.callTypeIcons.getCallType(index)); in assertCallTypeIconsEquals()
451 assertEquals(id, mViews.callTypeIcons.getCallType(index)); in assertCallTypeIconsEqualsPlusOverflow()
/packages/apps/Dialer/src/com/android/dialer/calllog/
DCallTypeIconsView.java106 public int getCallType(int index) { in getCallType() method in CallTypeIconsView
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBasicCallTests.java751 assertEquals(expectedAnalytics.callDirection, pCA.getCallType()); in testAnalyticsDumping()