/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | ExpandableNotificationRowTest.java | 127 ExpandableNotificationRow row = spy(mNotificationTestHelper.createRow( in testIconColorShouldBeUpdatedWhenSensitive() 136 ExpandableNotificationRow row = mNotificationTestHelper.createRow(FLAG_CONTENT_VIEW_ALL); in setNeedsRedactionFreesViewWhenFalse() 147 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in testAboveShelfChangedListenerCalled() 156 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in testAboveShelfChangedListenerCalledPinned() 165 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in testAboveShelfChangedListenerCalledHeadsUpGoingAway() 173 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in testAboveShelfChangedListenerCalledWhenGoingBelow() 311 mNotificationTestHelper.createRow(mNotificationTestHelper.createNotification()); in testGetIsNonblockable() 319 mNotificationTestHelper.createRow(mNotificationTestHelper.createNotification()); in testGetIsNonblockable_oemLocked() 328 mNotificationTestHelper.createRow(mNotificationTestHelper.createNotification()); in testGetIsNonblockable_criticalDeviceFunction()
|
D | NotificationTestHelper.java | 172 public ExpandableNotificationRow createRow() throws Exception { in createRow() method in NotificationTestHelper 173 return createRow(PKG, UID, USER_HANDLE); in createRow() 184 public ExpandableNotificationRow createRow(String pkg, int uid, UserHandle userHandle) in createRow() method in NotificationTestHelper 186 return createRow(pkg, uid, userHandle, false /* isGroupSummary */, null /* groupKey */); in createRow() 196 public ExpandableNotificationRow createRow(Notification notification) throws Exception { in createRow() method in NotificationTestHelper 208 public ExpandableNotificationRow createRow(@InflationFlag int extraInflationFlags) in createRow() method in NotificationTestHelper 232 return createRow(PKG, UID, USER_HANDLE, true /* isGroupSummary */, groupkey); in createGroupSummary() 236 return createRow(PKG, UID, USER_HANDLE, false /* isGroupSummary */, groupkey); in createGroupChild() 336 private ExpandableNotificationRow createRow( in createRow() method in NotificationTestHelper
|
D | NotificationGutsManagerTest.java | 354 ExpandableNotificationRow row = spy(mHelper.createRow()); in testInitializeNotificationInfoView_highPriority() 387 ExpandableNotificationRow row = spy(mHelper.createRow()); in testInitializeNotificationInfoView_PassesAlongProvisionedState() 421 ExpandableNotificationRow row = spy(mHelper.createRow()); in testInitializeNotificationInfoView_withInitialAction() 492 ExpandableNotificationRow row = mHelper.createRow(nb.build()); in createTestNotificationRow()
|
D | NotificationBlockingHelperManagerTest.java | 292 ExpandableNotificationRow row = spy(mHelper.createRow()); in createBlockableRowSpy()
|
D | NotificationContentInflaterTest.java | 122 ExpandableNotificationRow row = helper.createRow(mBuilder.build()); in setUp()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
D | DynamicChildBindControllerTest.java | 116 summary.setRow(createRow()); in addGroup() 120 child.setRow(createRow()); in addGroup() 127 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 | NotificationLaunchAnimatorControllerTest.kt | 47 notification = notificationTestHelper.createRow() in setUp()
|
D | NotificationFilterTest.java | 132 mRow = testHelper.createRow(); in setUp()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
D | RemoteInputViewTest.java | 124 ExpandableNotificationRow row = helper.createRow(); in testSendRemoteInput_intentContainsResultsAndSource() 159 ExpandableNotificationRow row = helper.createRow( in getTargetInputMethodUser() 205 ExpandableNotificationRow row = helper.createRow(); in testNoCrashWithoutVisibilityListener() 219 ExpandableNotificationRow row = helper.createRow(); in testUiEventLogging_openAndSend()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationRoundnessManagerTest.java | 80 mFirst = testHelper.createRow(); in setUp() 83 mSecond = testHelper.createRow(); in setUp() 163 ExpandableNotificationRow row = testHelper.createRow(); in testRoundnessPulsing()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/wrapper/ |
D | NotificationCustomViewWrapperTest.java | 51 mRow = helper.createRow(); in setUp()
|
D | NotificationViewWrapperTest.java | 58 mRow = helper.createRow(); in setup()
|
/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 | 392 var lastRow: ViewGroup = createRow(inflater, listView) in <lambda>() 397 lastRow = createRow(inflater, listView) in <lambda>() 547 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 | 78 mFirst = testHelper.createRow(); in setUp()
|
D | StatusBarNotificationActivityStarterTest.java | 168 mNotificationRow = mNotificationTestHelper.createRow(); in setUp()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | LockscreenShadeTransitionControllerTest.kt | 84 row = helper.createRow() in setup()
|
D | NotificationViewHierarchyManagerTest.java | 120 ExpandableNotificationRow row = mHelper.createRow(); in createEntry()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/ |
D | NewNotifPipelineBubblesTest.java | 239 mNonBubbleNotifRow = mNotificationTestHelper.createRow(); in setUp()
|
D | BubblesTest.java | 276 mNonBubbleNotifRow = mNotificationTestHelper.createRow(); in setUp()
|