Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationHistoryProtoHelperTest.java225 HistoricalNotification old1 = getHistoricalNotification(40); in testReadNotificationsWithNumberFilter_preExistingNotifs() local
226 history.addNotificationToWrite(old1); in testReadNotificationsWithNumberFilter_preExistingNotifs()
227 expectedEntries.add(old1); in testReadNotificationsWithNumberFilter_preExistingNotifs()
DNotificationListenersTest.java530 NotificationRecord old1 = mock(NotificationRecord.class); in testNotifyPostedLockedInLockdownMode() local
546 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesCommandQueueCallbacks.java266 final int old1 = mDisabled1; in disable() local
267 final int diff1 = state1 ^ old1; in disable()