Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/notification/
DNotificationListenerFilter.java39 private int mAllowedNotificationTypes; field in NotificationListenerFilter
44 mAllowedNotificationTypes = DEFAULT_TYPES; in NotificationListenerFilter()
49 mAllowedNotificationTypes = types; in NotificationListenerFilter()
57 mAllowedNotificationTypes = in.readInt(); in NotificationListenerFilter()
64 dest.writeInt(mAllowedNotificationTypes); in writeToParcel()
82 return (mAllowedNotificationTypes & type) != 0; in isTypeAllowed()
86 return DEFAULT_TYPES == mAllowedNotificationTypes; in areAllTypesAllowed()
94 return mAllowedNotificationTypes; in getTypes()
102 mAllowedNotificationTypes = types; in setTypes()