Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationListenersTest.java526 NotificationRecord old0 = mock(NotificationRecord.class); in testNotifyPostedLockedInLockdownMode() local
542 mListeners.notifyPostedLocked(r0, old0, true); in testNotifyPostedLockedInLockdownMode()
543 mListeners.notifyPostedLocked(r0, old0, false); in testNotifyPostedLockedInLockdownMode()
552 reset(old0); in testNotifyPostedLockedInLockdownMode()
565 mListeners.notifyPostedLocked(r0, old0, true); in testNotifyPostedLockedInLockdownMode()
566 mListeners.notifyPostedLocked(r0, old0, false); in testNotifyPostedLockedInLockdownMode()