Home
last modified time | relevance | path

Searched defs:nlf (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/service/notification/
DNotificationListenerFilterTest.java42 NotificationListenerFilter nlf = new NotificationListenerFilter(); in testEmptyConstructor() local
61 NotificationListenerFilter nlf = in testConstructor() local
76 NotificationListenerFilter nlf = new NotificationListenerFilter(); in testSetDisallowedPackages() local
87 NotificationListenerFilter nlf = new NotificationListenerFilter(); in testSetTypes() local
104 NotificationListenerFilter nlf = in testDescribeContents() local
114 NotificationListenerFilter nlf = in testParceling() local
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationListenersTest.java233 NotificationListenerFilter nlf = new NotificationListenerFilter(7, new ArraySet<>()); in testWriteExtraTag() local
237 mListeners.setNotificationListenerFilter(Pair.create(mCn1, 0), nlf); in testWriteExtraTag() local
274 NotificationListenerFilter nlf = new NotificationListenerFilter(7, new ArraySet<>()); in testOnUserRemoved() local
278 mListeners.setNotificationListenerFilter(Pair.create(mCn1, 0), nlf); in testOnUserRemoved() local
303 NotificationListenerFilter nlf = in testEnsureFilters_preExisting() local
305 mListeners.setNotificationListenerFilter(Pair.create(mCn2, 0), nlf); in testEnsureFilters_preExisting() local
425 NotificationListenerFilter nlf = new NotificationListenerFilter(7, new ArraySet<>()); in testOnPackageChanged() local
429 mListeners.setNotificationListenerFilter(Pair.create(mCn1, 0), nlf); in testOnPackageChanged() local
445 NotificationListenerFilter nlf = new NotificationListenerFilter(7, new ArraySet<>()); in testOnPackageChanged_removing() local
449 mListeners.setNotificationListenerFilter(Pair.create(mCn1, 0), nlf); in testOnPackageChanged_removing() local
[all …]
/frameworks/base/core/java/android/app/
DINotificationManager.aidl250 void setListenerFilter(in ComponentName cn, int userId, in NotificationListenerFilter nlf); in setListenerFilter()