Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowTest.java237 Notification publicNotif = mNotificationTestHelper.createNotification(); in testSetSensitiveOnPublicRowDoesNotNotifyOfHeightChange() local
238 publicNotif.publicVersion = mNotificationTestHelper.createNotification(); in testSetSensitiveOnPublicRowDoesNotNotifyOfHeightChange()
239 ExpandableNotificationRow publicRow = mNotificationTestHelper.createRow(publicNotif); in testSetSensitiveOnPublicRowDoesNotNotifyOfHeightChange()
335 Notification publicNotif = mNotificationTestHelper.createNotification(); in setHideSensitive_changeContent_shouldNotDisturbAnimation() local
336 publicNotif.publicVersion = mNotificationTestHelper.createNotification(); in setHideSensitive_changeContent_shouldNotDisturbAnimation()
337 ExpandableNotificationRow row = mNotificationTestHelper.createRow(publicNotif); in setHideSensitive_changeContent_shouldNotDisturbAnimation()