Home
last modified time | relevance | path

Searched refs:getCalls (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
DNotificationPanelLoggerFake.java28 List<CallRecord> getCalls() { in getCalls() method in NotificationPanelLoggerFake
DNotificationLoggerTest.java193 assertEquals(1, mNotificationPanelLoggerFake.getCalls().size()); in testLogPanelShownOnWake()
210 assertEquals(1, mNotificationPanelLoggerFake.getCalls().size()); in testLogPanelShownOnShadePull()
237 assertEquals(1, mNotificationPanelLoggerFake.getCalls().size()); in testLogPanelShownHandlesNullInstanceIds()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationChannelLoggerFake.java35 List<CallRecord> getCalls() { in getCalls() method in NotificationChannelLoggerFake
DNotificationRecordLoggerFake.java60 List<CallRecord> getCalls() { in getCalls() method in NotificationRecordLoggerFake
DPreferencesHelperTest.java1216 assertEquals(2, mLogger.getCalls().size()); in testDoubleDeleteChannel()
1652 assertEquals(1, mLogger.getCalls().size()); in testCreateChannel_alreadyExists()
1726 assertEquals(7, mLogger.getCalls().size()); in testDeleteGroup()
1880 assertEquals(1, mLogger.getCalls().size()); in testCreateGroup()
1897 assertEquals(0, mLogger.getCalls().size()); in testCannotCreateChannel_badGroup()
2052 assertEquals(3, mLogger.getCalls().size()); in testCreateChannel_addToGroup()
2371 assertEquals(1, mLogger.getCalls().size()); in testAppBlockedLogging()
3762 assertEquals(9, mLogger.getCalls().size()); in testDeleteConversations()
DNotificationManagerServiceTest.java601 for (NotificationRecordLoggerFake.CallRecord call : mNotificationRecordLogger.getCalls()) { in assertNotificationRecordLoggerCallsValid()
/frameworks/base/core/tests/coretests/src/com/android/internal/app/
DChooserActivityLoggerFake.java86 List<CallRecord> getCalls() { in getCalls() method in ChooserActivityLoggerFake
/frameworks/base/telecomm/java/android/telecom/
DInCallService.java508 public final List<Call> getCalls() { in getCalls() method in InCallService
509 return mPhone == null ? Collections.<Call>emptyList() : mPhone.getCalls(); in getCalls()
DPhone.java318 public final List<Call> getCalls() { in getCalls() method in Phone
/frameworks/base/core/api/
Dsystem-current.txt10912 method @Deprecated public java.util.List<android.telecom.Call> getCalls();
Dcurrent.txt40069 method public final java.util.List<android.telecom.Call> getCalls();