/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | ExpandableNotificationRowTest.java | 132 ExpandableNotificationRow row = spy(mNotificationTestHelper.createRow( in testIconColorShouldBeUpdatedWhenSensitive() 141 ExpandableNotificationRow row = mNotificationTestHelper.createRow(FLAG_CONTENT_VIEW_ALL); in setNeedsRedactionFreesViewWhenFalse() 152 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in testAboveShelfChangedListenerCalled() 161 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in testAboveShelfChangedListenerCalledPinned() 170 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in testAboveShelfChangedListenerCalledHeadsUpGoingAway() 178 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in testAboveShelfChangedListenerCalledWhenGoingBelow() 339 mNotificationTestHelper.createRow(mNotificationTestHelper.createNotification()); in testGetIsNonblockable() 347 mNotificationTestHelper.createRow(mNotificationTestHelper.createNotification()); in testGetIsNonblockable_oemLocked() 356 mNotificationTestHelper.createRow(mNotificationTestHelper.createNotification()); in testGetIsNonblockable_criticalDeviceFunction()
|
D | NotificationTestHelper.java | 163 public ExpandableNotificationRow createRow() throws Exception { in createRow() method in NotificationTestHelper 164 return createRow(PKG, UID, USER_HANDLE); in createRow() 175 public ExpandableNotificationRow createRow(String pkg, int uid, UserHandle userHandle) in createRow() method in NotificationTestHelper 177 return createRow(pkg, uid, userHandle, false /* isGroupSummary */, null /* groupKey */); in createRow() 187 public ExpandableNotificationRow createRow(Notification notification) throws Exception { in createRow() method in NotificationTestHelper 199 public ExpandableNotificationRow createRow(@InflationFlag int extraInflationFlags) in createRow() method in NotificationTestHelper 223 return createRow(PKG, UID, USER_HANDLE, true /* isGroupSummary */, groupkey); in createGroupSummary() 227 return createRow(PKG, UID, USER_HANDLE, false /* isGroupSummary */, groupkey); in createGroupChild() 291 private ExpandableNotificationRow createRow( in createRow() method in NotificationTestHelper
|
D | NotificationGutsManagerTest.java | 345 ExpandableNotificationRow row = spy(mHelper.createRow()); in testInitializeNotificationInfoView_highPriority() 377 ExpandableNotificationRow row = spy(mHelper.createRow()); in testInitializeNotificationInfoView_PassesAlongProvisionedState() 410 ExpandableNotificationRow row = spy(mHelper.createRow()); in testInitializeNotificationInfoView_withInitialAction() 480 ExpandableNotificationRow row = mHelper.createRow(nb.build()); in createTestNotificationRow()
|
D | NotificationBlockingHelperManagerTest.java | 291 ExpandableNotificationRow row = spy(mHelper.createRow()); in createBlockableRowSpy()
|
D | NotificationContentInflaterTest.java | 102 ExpandableNotificationRow row = helper.createRow(mBuilder.build()); in setUp()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
D | DynamicChildBindControllerTest.java | 114 summary.setRow(createRow()); in addGroup() 118 child.setRow(createRow()); in addGroup() 125 private ExpandableNotificationRow createRow() { in createRow() method in DynamicChildBindControllerTest
|
D | AboveShelfObserverTest.java | 56 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in setUp() 59 row = mNotificationTestHelper.createRow(); in setUp()
|
D | NotificationFilterTest.java | 125 mRow = testHelper.createRow(); in setUp()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
D | RemoteInputViewTest.java | 112 ExpandableNotificationRow row = helper.createRow(); in testSendRemoteInput_intentContainsResultsAndSource() 137 ExpandableNotificationRow row = helper.createRow( in getTargetInputMethodUser() 183 ExpandableNotificationRow row = helper.createRow(); in testNoCrashWithoutVisibilityListener()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationRoundnessManagerTest.java | 74 mFirst = testHelper.createRow(); in setUp() 77 mSecond = testHelper.createRow(); in setUp() 157 ExpandableNotificationRow row = testHelper.createRow(); in testRoundnessPulsing()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/wrapper/ |
D | NotificationViewWrapperTest.java | 56 mRow = helper.createRow(); in setup()
|
D | NotificationCustomViewWrapperTest.java | 51 mRow = helper.createRow(); in setUp()
|
D | NotificationMediaTemplateViewWrapperTest.java | 105 mRow = helper.createRow(mNotif); in makeTestNotification()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/ |
D | ExpandHelperTest.java | 60 mRow = helper.createRow(); in setUp()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/ |
D | ControlsUiControllerImpl.kt | 382 var lastRow: ViewGroup = createRow(inflater, listView) in <lambda>() 387 lastRow = createRow(inflater, listView) in <lambda>() 523 private fun createRow(inflater: LayoutInflater, listView: ViewGroup): ViewGroup { in <lambda>() method in com.android.systemui.controls.ui.ControlsUiControllerImpl
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | HeadsUpAppearanceControllerTest.java | 77 mFirst = testHelper.createRow(); in setUp()
|
D | StatusBarNotificationActivityStarterTest.java | 161 mNotificationRow = mNotificationTestHelper.createRow(); in setUp()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | NotificationViewHierarchyManagerTest.java | 121 ExpandableNotificationRow row = mHelper.createRow(); in createEntry()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/ |
D | NewNotifPipelineBubbleControllerTest.java | 212 mNonBubbleNotifRow = mNotificationTestHelper.createRow(); in setUp()
|
D | BubbleControllerTest.java | 217 mNonBubbleNotifRow = mNotificationTestHelper.createRow(); in setUp()
|