Searched refs:REASON_NOT_CANCELED (Results 1 – 4 of 4) sorted by relevance
20 … static com.android.systemui.statusbar.notification.collection.NotifCollection.REASON_NOT_CANCELED;175 if (notifEntry.mCancellationReason != REASON_NOT_CANCELED) { in dumpEntry()
32 … static com.android.systemui.statusbar.notification.collection.NotifCollection.REASON_NOT_CANCELED;121 @CancellationReason int mCancellationReason = REASON_NOT_CANCELED;347 return mCancellationReason != REASON_NOT_CANCELED; in isCanceled()
532 entry.mCancellationReason = REASON_NOT_CANCELED; in postNotification()1163 REASON_NOT_CANCELED,1191 static final int REASON_NOT_CANCELED = -1; field in NotifCollection
30 … static com.android.systemui.statusbar.notification.collection.NotifCollection.REASON_NOT_CANCELED;1276 assertEquals(REASON_NOT_CANCELED, entry0.mCancellationReason); in testCancellationReasonIsClearedWhenNotifIsUpdated()