/aosp12/packages/apps/Car/libs/car-qc-lib/tests/unit/src/com/android/car/qc/ |
H A D | QCRowTest.java | 40 QCRow row = createRow(/* action= */ null, /* disabledAction= */ null, /* icon= */ null); in onCreate_hasCorrectType() 46 QCRow row = createRow(/* action= */ null, /* disabledAction= */ null, mDefaultIcon); in onBundle_nullActions_noCrash() 53 QCRow row = createRow(mDefaultAction, mDefaultDisabledAction, /* icon= */ null); in onBundle_nullIcon_noCrash() 60 QCRow row = createRow(mDefaultAction, mDefaultDisabledAction, mDefaultIcon); in createFromParcel_accurateData() 73 QCRow row = createRow(/* action= */ null, /* disabledAction= */ null, /* icon= */ null, in createFromParcel_accurateData_startItem() 83 QCRow row = createRow(/* action= */ null, /* disabledAction= */ null, /* icon= */ null, in createFromParcel_accurateData_endItem() 93 QCRow row = createRow(/* action= */ null, /* disabledAction= */ null, /* icon= */ null, in createFromParcel_accurateData_slider() 100 private QCRow createRow(PendingIntent action, PendingIntent disabledAction, Icon icon) { in createRow() method in QCRowTest 101 return createRow(action, disabledAction, icon, Collections.emptyList(), in createRow() 105 private QCRow createRow(PendingIntent action, PendingIntent disabledAction, Icon icon, in createRow() method in QCRowTest
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
H A 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()
|
H A D | NotificationTestHelper.java | 174 public ExpandableNotificationRow createRow() throws Exception { in createRow() method in NotificationTestHelper 175 return createRow(PKG, UID, USER_HANDLE); in createRow() 186 public ExpandableNotificationRow createRow(String pkg, int uid, UserHandle userHandle) in createRow() method in NotificationTestHelper 188 return createRow(pkg, uid, userHandle, false /* isGroupSummary */, null /* groupKey */); in createRow() 198 public ExpandableNotificationRow createRow(Notification notification) throws Exception { in createRow() method in NotificationTestHelper 210 public ExpandableNotificationRow createRow(@InflationFlag int extraInflationFlags) in createRow() method in NotificationTestHelper 234 return createRow(PKG, UID, USER_HANDLE, true /* isGroupSummary */, groupkey); in createGroupSummary() 238 return createRow(PKG, UID, USER_HANDLE, false /* isGroupSummary */, groupkey); in createGroupChild() 354 private ExpandableNotificationRow createRow( in createRow() method in NotificationTestHelper
|
H A D | NotificationGutsManagerTest.java | 353 ExpandableNotificationRow row = spy(mHelper.createRow()); in testInitializeNotificationInfoView_highPriority() 386 ExpandableNotificationRow row = spy(mHelper.createRow()); in testInitializeNotificationInfoView_PassesAlongProvisionedState() 420 ExpandableNotificationRow row = spy(mHelper.createRow()); in testInitializeNotificationInfoView_withInitialAction() 491 ExpandableNotificationRow row = mHelper.createRow(nb.build()); in createTestNotificationRow()
|
H A D | ExpandableNotificationRowDragControllerTest.java | 72 mRow = mNotificationTestHelper.createRow(); in setUp()
|
H A D | NotificationBlockingHelperManagerTest.java | 292 ExpandableNotificationRow row = spy(mHelper.createRow()); in createBlockableRowSpy()
|
H A D | NotificationContentInflaterTest.java | 122 ExpandableNotificationRow row = helper.createRow(mBuilder.build()); in setUp()
|
/aosp12/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 | 47 notification = notificationTestHelper.createRow()
|
H A D | NotificationFilterTest.java | 134 mRow = testHelper.createRow(); in setUp()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
H A 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()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/ |
H A D | NotificationRoundnessManagerTest.java | 84 mFirst = testHelper.createRow(); in setUp() 87 mSecond = testHelper.createRow(); in setUp() 167 ExpandableNotificationRow row = testHelper.createRow(); in testRoundnessPulsing()
|
/aosp12/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()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/ |
H A D | ExpandHelperTest.java | 60 mRow = helper.createRow(); in setUp()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/ |
H A D | ControlsUiControllerImpl.kt | 392 var lastRow: ViewGroup = createRow(inflater, listView) 397 lastRow = createRow(inflater, listView) 547 private fun createRow(inflater: LayoutInflater, listView: ViewGroup): ViewGroup { regex
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
H A D | HeadsUpAppearanceControllerTest.java | 78 mFirst = testHelper.createRow(); in setUp()
|
H A D | StatusBarNotificationActivityStarterTest.java | 165 mNotificationRow = mNotificationTestHelper.createRow(); in setUp()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
H A D | LockscreenShadeTransitionControllerTest.kt | 86 row = helper.createRow()
|
H A D | NotificationViewHierarchyManagerTest.java | 126 ExpandableNotificationRow row = mHelper.createRow(); in createEntry()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/ |
H A D | NewNotifPipelineBubblesTest.java | 253 mNonBubbleNotifRow = mNotificationTestHelper.createRow(); in setUp()
|
H A D | BubblesTest.java | 281 mNonBubbleNotifRow = mNotificationTestHelper.createRow(); in setUp()
|