Searched refs:old1 (Results 1 – 3 of 3) sorted by relevance
225 HistoricalNotification old1 = getHistoricalNotification(40); in testReadNotificationsWithNumberFilter_preExistingNotifs() local226 history.addNotificationToWrite(old1); in testReadNotificationsWithNumberFilter_preExistingNotifs()227 expectedEntries.add(old1); in testReadNotificationsWithNumberFilter_preExistingNotifs()
530 NotificationRecord old1 = mock(NotificationRecord.class); in testNotifyPostedLockedInLockdownMode() local546 mListeners.notifyPostedLocked(r1, old1, true); in testNotifyPostedLockedInLockdownMode()547 mListeners.notifyPostedLocked(r1, old1, false); in testNotifyPostedLockedInLockdownMode()554 reset(old1); in testNotifyPostedLockedInLockdownMode()569 mListeners.notifyPostedLocked(r1, old1, true); in testNotifyPostedLockedInLockdownMode()570 mListeners.notifyPostedLocked(r1, old1, false); in testNotifyPostedLockedInLockdownMode()
266 final int old1 = mDisabled1; in disable() local267 final int diff1 = state1 ^ old1; in disable()