Searched refs:nlf2 (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationListenersTest.java | 235 NotificationListenerFilter nlf2 = in testWriteExtraTag() local 238 mListeners.setNotificationListenerFilter(Pair.create(mCn2, 10), nlf2); in testWriteExtraTag() local 276 NotificationListenerFilter nlf2 = in testOnUserRemoved() local 279 mListeners.setNotificationListenerFilter(Pair.create(mCn2, 10), nlf2); in testOnUserRemoved() local 427 NotificationListenerFilter nlf2 = in testOnPackageChanged() local 430 mListeners.setNotificationListenerFilter(Pair.create(mCn2, 10), nlf2); in testOnPackageChanged() local 447 NotificationListenerFilter nlf2 = in testOnPackageChanged_removing() local 450 mListeners.setNotificationListenerFilter(Pair.create(mCn2, 0), nlf2); in testOnPackageChanged_removing() local 466 NotificationListenerFilter nlf2 = in testOnPackageChanged_removingPackage_removeFromDisallowed() local 469 mListeners.setNotificationListenerFilter(Pair.create(mCn2, 0), nlf2); in testOnPackageChanged_removingPackage_removeFromDisallowed() local [all …]
|