Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DListDumper.java20 … static com.android.systemui.statusbar.notification.collection.NotifCollection.REASON_NOT_CANCELED;
175 if (notifEntry.mCancellationReason != REASON_NOT_CANCELED) { in dumpEntry()
DNotificationEntry.java32 … 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()
DNotifCollection.java532 entry.mCancellationReason = REASON_NOT_CANCELED; in postNotification()
1163 REASON_NOT_CANCELED,
1191 static final int REASON_NOT_CANCELED = -1; field in NotifCollection
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotifCollectionTest.java30 … static com.android.systemui.statusbar.notification.collection.NotifCollection.REASON_NOT_CANCELED;
1276 assertEquals(REASON_NOT_CANCELED, entry0.mCancellationReason); in testCancellationReasonIsClearedWhenNotifIsUpdated()