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/notification/collection/
DNotificationDataTest.java237 entry.setRow(mRow); in testIsExemptFromDndVisualSuppression_foreground()
256 entry.setRow(mRow); in testIsExemptFromDndVisualSuppression_media()
270 entry.setRow(mRow); in testIsExemptFromDndVisualSuppression_system()
285 entry.setRow(mRow); in testIsNotExemptFromDndVisualSuppression_hiddenCategories()
478 a.setRow(mock(ExpandableNotificationRow.class)); in testSort_highPriorityTrumpsNMSRank()
493 b.setRow(mock(ExpandableNotificationRow.class)); in testSort_highPriorityTrumpsNMSRank()
513 a.setRow(mock(ExpandableNotificationRow.class)); in testSort_samePriorityUsesNMSRank()
527 b.setRow(mock(ExpandableNotificationRow.class)); in testSort_samePriorityUsesNMSRank()
560 entry.setRow(mRow); in testSort_properlySetsIsTopBucket()
587 entry.setRow(mRow); in testSort_properlySetsIsNotTopBucket()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DAlertingNotificationManagerTest.java133 mEntry.setRow(mRow); in setUp()
184 entry.setRow(mRow); in testReleaseAllImmediately()
DNotificationViewHierarchyManagerTest.java124 entry.setRow(row); in createEntry()
219 entry0.setRow(spy(entry0.getRow())); in testUpdateNotificationViews_appOps()
DNotificationRemoteInputManagerTest.java85 mEntry.setRow(mRow); in setUp()
DNotificationTestHelper.java310 entry.setRow(row); in generateRow()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNotificationGroupTestHelper.java84 entry.setRow(row); in createEntry()
DHeadsUpManagerPhoneTest.java125 laterEntry.setRow(mRow); in testCanRemoveImmediately_notTopEntry()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationEntryManagerTest.java355 mEntry.setRow(mRow); in testRemoveNotification()
399 mEntry.setRow(mRow); in testUpdateNotificationRanking()
416 mEntry.setRow(mRow); in testUpdateNotificationRanking_noChange()
430 mEntry.setRow(null); in testUpdateNotificationRanking_rowNotInflatedYet()
445 mEntry.setRow(null); in testUpdateNotificationRanking_pendingNotification()
DVisualStabilityManagerTest.java66 mEntry.setRow(mRow); in setUp()
/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/logging/
DNotificationLoggerTest.java100 mEntry.setRow(mRow); in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationRowBinderImpl.java248 entry.setRow(row); in updateNotification()
DNotificationEntry.java261 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()