Home
last modified time | relevance | path

Searched refs:setRow (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DAlertingNotificationManagerTest.java133 mEntry.setRow(mRow); in setUp()
184 entry.setRow(mRow); in testReleaseAllImmediately()
DNotificationViewHierarchyManagerTest.java120 entry.setRow(row); in createEntry()
215 entry0.setRow(spy(entry0.getRow())); in testUpdateNotificationViews_appOps()
DNotificationRemoteInputManagerTest.java80 mEntry.setRow(mRow); in setUp()
DNotificationTestHelper.java303 entry.setRow(row); in generateRow()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationEntryManagerTest.java352 mEntry.setRow(mRow); in testRemoveNotification()
396 mEntry.setRow(mRow); in testUpdateNotificationRanking()
413 mEntry.setRow(mRow); in testUpdateNotificationRanking_noChange()
427 mEntry.setRow(null); in testUpdateNotificationRanking_rowNotInflatedYet()
442 mEntry.setRow(null); in testUpdateNotificationRanking_pendingNotification()
DVisualStabilityManagerTest.java66 mEntry.setRow(mRow); in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNotificationGroupTestHelper.java84 entry.setRow(row); in createEntry()
DHeadsUpManagerPhoneTest.java118 laterEntry.setRow(mRow); in testCanRemoveImmediately_notTopEntry()
/frameworks/base/packages/EasterEgg/src/com/android/egg/quares/
DQuaresActivity.kt233 tv.setRow(q, y) in loadPuzzle()
275 fun setRow(q: Quare, row: Int): Boolean { in setRow() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotificationDataTest.java471 a.setRow(mock(ExpandableNotificationRow.class)); in testSort_highPriorityTrumpsNMSRank()
486 b.setRow(mock(ExpandableNotificationRow.class)); in testSort_highPriorityTrumpsNMSRank()
506 a.setRow(mock(ExpandableNotificationRow.class)); in testSort_samePriorityUsesNMSRank()
520 b.setRow(mock(ExpandableNotificationRow.class)); in testSort_samePriorityUsesNMSRank()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
DNotificationLoggerTest.java100 mEntry.setRow(mRow); in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationRowBinderImpl.java238 entry.setRow(row); in updateNotification()
DNotificationEntry.java287 public void setRow(ExpandableNotificationRow row) { in setRow() method in NotificationEntry
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationGutsManagerTest.java464 entry.setRow(row); in testShouldExtendLifetime()