Searched refs:temporarilyAllowSectionChanges (Results 1 – 3 of 3) sorted by relevance
266 mCoordinator.temporarilyAllowSectionChanges(mEntry, mFakeSystemClock.currentTimeMillis()); in testOverrideReorderingSuppression_onlySectionChangesAllowed()289 mCoordinator.temporarilyAllowSectionChanges(mEntry, mFakeSystemClock.uptimeMillis()); in testTemporarilyAllowSectionChanges_callsInvalidate()304 mCoordinator.temporarilyAllowSectionChanges(mEntry, mFakeSystemClock.currentTimeMillis()); in testTemporarilyAllowSectionChanges_noInvalidationCalled()320 mCoordinator.temporarilyAllowSectionChanges(mEntry, mFakeSystemClock.currentTimeMillis()); in testTemporarilyAllowSectionChangesTimeout()351 mCoordinator.temporarilyAllowSectionChanges(mEntry, mFakeSystemClock.currentTimeMillis()); in testTemporarilyAllowSectionChanges_isPulsingChangeBeforeTimeout()
86 mVisualStabilityCoordinator.temporarilyAllowSectionChanges( in onImportanceChanged()
240 public void temporarilyAllowSectionChanges(@NonNull NotificationEntry entry, long now) { in temporarilyAllowSectionChanges() method in VisualStabilityCoordinator