Searched refs:getCalls (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/ |
D | NotificationPanelLoggerFake.java | 28 List<CallRecord> getCalls() { in getCalls() method in NotificationPanelLoggerFake
|
D | NotificationLoggerTest.java | 193 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/ |
D | NotificationChannelLoggerFake.java | 35 List<CallRecord> getCalls() { in getCalls() method in NotificationChannelLoggerFake
|
D | NotificationRecordLoggerFake.java | 60 List<CallRecord> getCalls() { in getCalls() method in NotificationRecordLoggerFake
|
D | PreferencesHelperTest.java | 1216 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()
|
D | NotificationManagerServiceTest.java | 601 for (NotificationRecordLoggerFake.CallRecord call : mNotificationRecordLogger.getCalls()) { in assertNotificationRecordLoggerCallsValid()
|
/frameworks/base/core/tests/coretests/src/com/android/internal/app/ |
D | ChooserActivityLoggerFake.java | 86 List<CallRecord> getCalls() { in getCalls() method in ChooserActivityLoggerFake
|
/frameworks/base/telecomm/java/android/telecom/ |
D | InCallService.java | 508 public final List<Call> getCalls() { in getCalls() method in InCallService 509 return mPhone == null ? Collections.<Call>emptyList() : mPhone.getCalls(); in getCalls()
|
D | Phone.java | 318 public final List<Call> getCalls() { in getCalls() method in Phone
|
/frameworks/base/core/api/ |
D | system-current.txt | 10912 method @Deprecated public java.util.List<android.telecom.Call> getCalls();
|
D | current.txt | 40069 method public final java.util.List<android.telecom.Call> getCalls();
|