Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelViewControllerTest.java356 mNotificationContainerParent.addView(newViewWithId(R.id.qs_frame)); in setup()
357 mNotificationContainerParent.addView(newViewWithId(R.id.notification_stack_scroller)); in setup()
612 mNotificationContainerParent.addView(newViewWithId(1)); in testAllChildrenOfNotificationContainer_haveIds()
613 mNotificationContainerParent.addView(newViewWithId(View.NO_ID)); in testAllChildrenOfNotificationContainer_haveIds()
871 private View newViewWithId(int id) { in newViewWithId() method in NotificationPanelViewControllerTest