Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBugleNotifications.java224 final NotificationState notifState = iter.next(); in cancel() local
225 if (notifState.mType == type) { in cancel()
226 notifState.mCanceled = true; in cancel()