Searched refs:addAutoGroup (Results 1 – 3 of 3) sorted by relevance
234 verify(mCallback, times(AUTOGROUP_AT_COUNT)).addAutoGroup(anyString()); in testAddSummary()252 verify(mCallback, times(AUTOGROUP_AT_COUNT)).addAutoGroup(anyString()); in testAddSummary_oneChildOngoing_summaryOngoing()270 verify(mCallback, times(AUTOGROUP_AT_COUNT)).addAutoGroup(anyString()); in testAddSummary_oneChildAutoCancel_summaryNotAutoCancel()286 verify(mCallback, times(AUTOGROUP_AT_COUNT)).addAutoGroup(anyString()); in testAddSummary_allChildrenAutoCancel_summaryAutoCancel()305 verify(mCallback, times(AUTOGROUP_AT_COUNT)).addAutoGroup(anyString()); in testAddSummary_summaryAutoCancelNoClear()569 verify(mCallback, times(AUTOGROUP_AT_COUNT)).addAutoGroup(anyString()); in testDropToZeroRemoveGroup()597 verify(mCallback, times(AUTOGROUP_AT_COUNT)).addAutoGroup(anyString()); in testAppStartsGrouping()626 verify(mCallback, times(AUTOGROUP_AT_COUNT)).addAutoGroup(anyString()); in testNewNotificationsAddedToAutogroup_ifOriginalNotificationsCanceled()646 verify(mCallback, times(1)).addAutoGroup(sbn.getKey()); in testNewNotificationsAddedToAutogroup_ifOriginalNotificationsCanceled()
145 mCallback.addAutoGroup(key); in maybeGroup()217 void addAutoGroup(String key); in addAutoGroup() method
2679 public void addAutoGroup(String key) { in getGroupHelper()