Searched refs:mCancellationReason (Results 1 – 4 of 4) sorted by relevance
402 entry.mCancellationReason = reason; in onNotificationRemoved()445 entry.mCancellationReason = REASON_NOT_CANCELED; in postNotification()484 mEventQueue.add(new EntryRemovedEvent(entry, entry.mCancellationReason)); in tryRemoveNotification()581 if (extender.shouldExtendLifetime(entry, entry.mCancellationReason)) { in updateLifetimeExtension()688 return entry.mCancellationReason != REASON_NOT_CANCELED;694 entry.mCancellationReason == REASON_CLICK695 || entry.mCancellationReason == REASON_CANCEL;
156 if (notifEntry.mCancellationReason != REASON_NOT_CANCELED) { in dumpEntry()158 .append(notifEntry.mCancellationReason) in dumpEntry()
115 @CancellationReason int mCancellationReason = REASON_NOT_CANCELED; field in NotificationEntry
1070 assertEquals(REASON_APP_CANCEL, entry0.mCancellationReason); in testCancellationReasonIsSetWhenNotifIsCancelled()1083 assertEquals(REASON_APP_CANCEL, entry0.mCancellationReason); in testCancellationReasonIsClearedWhenNotifIsUpdated()1087 assertEquals(REASON_NOT_CANCELED, entry0.mCancellationReason); in testCancellationReasonIsClearedWhenNotifIsUpdated()