Home
last modified time | relevance | path

Searched refs:REASON_NOT_CANCELED (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DListDumper.java20 … static com.android.systemui.statusbar.notification.collection.NotifCollection.REASON_NOT_CANCELED;
175 if (notifEntry.mCancellationReason != REASON_NOT_CANCELED) { in dumpEntry()
H A DNotificationEntry.java32 … static com.android.systemui.statusbar.notification.collection.NotifCollection.REASON_NOT_CANCELED;
115 @CancellationReason int mCancellationReason = REASON_NOT_CANCELED;
329 return mCancellationReason != REASON_NOT_CANCELED; in isCanceled()
H A DNotifCollection.java532 entry.mCancellationReason = REASON_NOT_CANCELED; in postNotification()
1163 REASON_NOT_CANCELED,
1191 static final int REASON_NOT_CANCELED = -1; field in NotifCollection
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DNotifCollectionTest.java30 … static com.android.systemui.statusbar.notification.collection.NotifCollection.REASON_NOT_CANCELED;
1276 assertEquals(REASON_NOT_CANCELED, entry0.mCancellationReason); in testCancellationReasonIsClearedWhenNotifIsUpdated()