/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | ExpandableNotificationRowTest.java | 112 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in testCanShowHeadsUp_notOnKeyguard_true() 121 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in testCanShowHeadsUp_dozing_true() 132 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in testCanShowHeadsUp_bypassEnabled_true() 150 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in testCanShowHeadsUp_false() 191 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in testSetSensitiveOnNotifRowNotifiesOfHeightChange() 239 ExpandableNotificationRow publicRow = mNotificationTestHelper.createRow(publicNotif); in testSetSensitiveOnPublicRowDoesNotNotifyOfHeightChange() 311 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in setHideSensitive_shouldNotDisturbAnimation() 337 ExpandableNotificationRow row = mNotificationTestHelper.createRow(publicNotif); in setHideSensitive_changeContent_shouldNotDisturbAnimation() 364 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in testReinflatedOnDensityChange() 375 ExpandableNotificationRow row = spy(mNotificationTestHelper.createRow( in testIconColorShouldBeUpdatedWhenSensitive() [all …]
|
D | NotificationTestHelper.java | 289 ExpandableNotificationRow row = createRow(); in createRowWithRoundness() 302 public ExpandableNotificationRow createRow() throws Exception { in createRow() method in NotificationTestHelper 303 return createRow(PKG, UID, USER_HANDLE); in createRow() 314 public ExpandableNotificationRow createRow(String pkg, int uid, UserHandle userHandle) in createRow() method in NotificationTestHelper 316 return createRow(pkg, uid, userHandle, false /* isGroupSummary */, null /* groupKey */); in createRow() 326 public ExpandableNotificationRow createRow(Notification notification) throws Exception { in createRow() method in NotificationTestHelper 330 public ExpandableNotificationRow createRow(NotificationEntry entry) throws Exception { in createRow() method in NotificationTestHelper 342 public ExpandableNotificationRow createRow(@InflationFlag int extraInflationFlags) in createRow() method in NotificationTestHelper 366 return createRow(PKG, UID, USER_HANDLE, true /* isGroupSummary */, groupkey); in createGroupSummary() 370 return createRow(PKG, UID, USER_HANDLE, false /* isGroupSummary */, groupkey); in createGroupChild() [all …]
|
D | SingleLineViewBinderTest.kt | 60 val row: ExpandableNotificationRow = helper.createRow(notification) in bindNonConversationSingleLineView()
|
D | NotificationGutsManagerTest.java | 458 ExpandableNotificationRow row = spy(mHelper.createRow()); in testInitializeNotificationInfoView_highPriority() 491 ExpandableNotificationRow row = spy(mHelper.createRow()); in testInitializeNotificationInfoView_PassesAlongProvisionedState() 524 ExpandableNotificationRow row = spy(mHelper.createRow()); in testInitializeNotificationInfoView_withInitialAction() 564 ExpandableNotificationRow row = mHelper.createRow(nb.build()); in createTestNotificationRow()
|
D | SingleLineConversationViewBinderTest.kt | 75 val row = helper.createRow(notification) in bindGroupConversationSingleLineView()
|
D | NotificationGutsManagerWithScenesTest.kt | 482 val row = Mockito.spy(helper.createRow()) in <lambda>() 516 val row = Mockito.spy(helper.createRow()) in <lambda>() 548 val row = Mockito.spy(helper.createRow()) in <lambda>() 585 val row = helper.createRow(nb.build()) in <lambda>()
|
D | ExpandableNotificationRowDragControllerTest.java | 78 mRow = spy(mNotificationTestHelper.createRow()); in setUp()
|
D | NotificationContentInflaterTest.java | 131 ExpandableNotificationRow row = mHelper.createRow(mBuilder.build()); in setUp()
|
D | NotificationRowContentBinderImplTest.kt | 107 val row = mHelper.createRow(mBuilder.build()) in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
D | RemoteInputViewTest.java | 160 ExpandableNotificationRow row = helper.createRow(); in testSendRemoteInput_intentContainsResultsAndSource() 197 ExpandableNotificationRow row = helper.createRow( in getTargetInputMethodUser() 247 ExpandableNotificationRow row = helper.createRow(); in testNoCrashWithoutVisibilityListener() 261 ExpandableNotificationRow row = helper.createRow(); in testPredictiveBack_registerAndUnregister() 290 ExpandableNotificationRow row = helper.createRow(); in testUiPredictiveBack_openAndDispatchCallback() 325 ExpandableNotificationRow row = helper.createRow(); in testUiEventLogging_openAndSend() 355 ExpandableNotificationRow row = helper.createRow(); in testUiEventLogging_openAndAttach() 390 ExpandableNotificationRow row = helper.createRow(); in testFocusAnimation() 427 ExpandableNotificationRow row = helper.createRow(); in testDefocusAnimation() 457 ExpandableNotificationRow row = helper.createRow(); in testUnanimatedFocusAfterDefocusAnimation()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/ |
D | NotificationMemoryViewWalkerTest.kt | 41 val row = testHelper.createRow() in testViewWalker_plainNotification() 57 testHelper.createRow( in testViewWalker_plainNotification_withPublicView() 129 testHelper.createRow( in testViewWalker_bigPictureNotification() 191 testHelper.createRow( in testViewWalker_customView()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
D | AboveShelfObserverTest.java | 57 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in setUp() 60 row = mNotificationTestHelper.createRow(); in setUp()
|
D | DynamicChildBindControllerTest.java | 120 summary.setRow(createRow(summary)); in addGroup() 124 child.setRow(createRow(child)); in addGroup() 131 private ExpandableNotificationRow createRow(NotificationEntry entry) { in createRow() method in DynamicChildBindControllerTest
|
D | NotificationTransitionAnimatorControllerTest.kt | 64 notification = notificationTestHelper.createRow() in setUp() 146 notificationTestHelper.createRow(summary) in testAlertingSummaryHunRemovedOnNonAlertingChildLaunch()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/wrapper/ |
D | NotificationCustomViewWrapperTest.java | 44 mRow = helper.createRow(); in setUp()
|
D | NotificationViewWrapperTest.java | 51 mRow = helper.createRow(); in setup()
|
D | NotificationMessagingTemplateViewWrapperTest.kt | 48 mRow = helper.createRow() in setUp()
|
D | NotificationBigPictureTemplateViewWrapperTest.java | 56 mRow = helper.createRow(); in setup()
|
D | NotificationConversationTemplateViewWrapperTest.kt | 50 mRow = helper.createRow() in setUp()
|
D | NotificationTemplateViewWrapperTest.kt | 73 row = helper.createRow() in setUp()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/ |
D | ExpandHelperTest.java | 68 mRow = helper.createRow(); in setUp()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/ |
D | ControlsUiControllerImpl.kt | 667 var lastRow: ViewGroup = createRow(inflater, listView) in <lambda>() 672 lastRow = createRow(inflater, listView) in <lambda>() 824 private fun createRow(inflater: LayoutInflater, listView: ViewGroup): ViewGroup { in <lambda>() method
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | HeadsUpAppearanceControllerTest.java | 98 mRow = mTestHelper.createRow(); in setUp()
|
D | StatusBarNotificationActivityStarterTest.java | 193 mNotificationRow = notificationTestHelper.createRow(); in setUp()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | LockscreenShadeTransitionControllerTest.kt | 117 row = helper.createRow() in setup()
|