/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
H A D | ExpandableNotificationRowTest.java | 109 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in testCanShowHeadsUp_notOnKeyguard_true() 118 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in testCanShowHeadsUp_dozing_true() 129 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in testCanShowHeadsUp_bypassEnabled_true() 147 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in testCanShowHeadsUp_false() 196 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in testSetSensitiveOnNotifRowNotifiesOfHeightChange() 332 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in testReinflatedOnDensityChange() 352 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in testAboveShelfChangedListenerCalled() 361 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in testAboveShelfChangedListenerCalledPinned() 370 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in testAboveShelfChangedListenerCalledHeadsUpGoingAway() 378 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in testAboveShelfChangedListenerCalledWhenGoingBelow() [all …]
|
H A D | NotificationTestHelper.java | 232 ExpandableNotificationRow row = createRow(); in createRowWithRoundness() 245 public ExpandableNotificationRow createRow() throws Exception { in createRow() method in NotificationTestHelper 246 return createRow(PKG, UID, USER_HANDLE); in createRow() 257 public ExpandableNotificationRow createRow(String pkg, int uid, UserHandle userHandle) in createRow() method in NotificationTestHelper 259 return createRow(pkg, uid, userHandle, false /* isGroupSummary */, null /* groupKey */); in createRow() 269 public ExpandableNotificationRow createRow(Notification notification) throws Exception { in createRow() method in NotificationTestHelper 273 public ExpandableNotificationRow createRow(NotificationEntry entry) throws Exception { in createRow() method in NotificationTestHelper 285 public ExpandableNotificationRow createRow(@InflationFlag int extraInflationFlags) in createRow() method in NotificationTestHelper 309 return createRow(PKG, UID, USER_HANDLE, true /* isGroupSummary */, groupkey); in createGroupSummary() 313 return createRow(PKG, UID, USER_HANDLE, false /* isGroupSummary */, groupkey); in createGroupChild() [all …]
|
H A D | NotificationGutsManagerTest.java | 351 ExpandableNotificationRow row = spy(mHelper.createRow()); in testInitializeNotificationInfoView_highPriority() 385 ExpandableNotificationRow row = spy(mHelper.createRow()); in testInitializeNotificationInfoView_PassesAlongProvisionedState() 419 ExpandableNotificationRow row = spy(mHelper.createRow()); in testInitializeNotificationInfoView_withInitialAction() 460 ExpandableNotificationRow row = mHelper.createRow(nb.build()); in createTestNotificationRow()
|
H A D | ExpandableNotificationRowDragControllerTest.java | 79 mRow = spy(mNotificationTestHelper.createRow()); in setUp()
|
H A D | NotificationContentInflaterTest.java | 125 ExpandableNotificationRow row = helper.createRow(mBuilder.build()); in setUp()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
H A D | RemoteInputViewTest.java | 161 ExpandableNotificationRow row = helper.createRow(); in testSendRemoteInput_intentContainsResultsAndSource() 198 ExpandableNotificationRow row = helper.createRow( in getTargetInputMethodUser() 248 ExpandableNotificationRow row = helper.createRow(); in testNoCrashWithoutVisibilityListener() 262 ExpandableNotificationRow row = helper.createRow(); in testPredictiveBack_registerAndUnregister() 291 ExpandableNotificationRow row = helper.createRow(); in testUiPredictiveBack_openAndDispatchCallback() 326 ExpandableNotificationRow row = helper.createRow(); in testUiEventLogging_openAndSend() 356 ExpandableNotificationRow row = helper.createRow(); in testUiEventLogging_openAndAttach() 391 ExpandableNotificationRow row = helper.createRow(); in testFocusAnimation() 428 ExpandableNotificationRow row = helper.createRow(); in testDefocusAnimation()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/ |
H A D | NotificationMemoryViewWalkerTest.kt | 41 val row = testHelper.createRow() 57 testHelper.createRow( 129 testHelper.createRow( 191 testHelper.createRow(
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
H A D | DynamicChildBindControllerTest.java | 116 summary.setRow(createRow()); in addGroup() 120 child.setRow(createRow()); in addGroup() 127 private ExpandableNotificationRow createRow() { in createRow() method in DynamicChildBindControllerTest
|
H A D | AboveShelfObserverTest.java | 56 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in setUp() 59 row = mNotificationTestHelper.createRow(); in setUp()
|
H A D | NotificationLaunchAnimatorControllerTest.kt | 61 notification = notificationTestHelper.createRow() 136 notificationTestHelper.createRow(summary)
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/wrapper/ |
H A D | NotificationCustomViewWrapperTest.java | 51 mRow = helper.createRow(); in setUp()
|
H A D | NotificationViewWrapperTest.java | 58 mRow = helper.createRow(); in setup()
|
H A D | NotificationMessagingTemplateViewWrapperTest.kt | 52 mRow = helper.createRow()
|
H A D | NotificationBigPictureTemplateViewWrapperTest.java | 63 mRow = helper.createRow(); in setup()
|
H A D | NotificationConversationTemplateViewWrapperTest.kt | 54 mRow = helper.createRow()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/ |
H A D | ExpandHelperTest.java | 70 mRow = helper.createRow(); in setUp()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/ |
H A D | ControlsUiControllerImpl.kt | 659 var lastRow: ViewGroup = createRow(inflater, listView) 664 lastRow = createRow(inflater, listView) 816 private fun createRow(inflater: LayoutInflater, listView: ViewGroup): ViewGroup { regex
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
H A D | HeadsUpAppearanceControllerTest.java | 92 mRow = mTestHelper.createRow(); in setUp()
|
H A D | StatusBarNotificationActivityStarterTest.java | 187 mNotificationRow = notificationTestHelper.createRow(); in setUp()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
H A D | LockscreenShadeTransitionControllerTest.kt | 134 row = helper.createRow()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/ |
H A D | BubblesTest.java | 445 mNonBubbleNotifRow = mNotificationTestHelper.createRow(); in setUp()
|