Home
last modified time | relevance | path

Searched refs:isTextChanged (Results 1 – 11 of 11) sorted by relevance

/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationListenerServiceTest.java121 assertEquals(isTextChanged(i), ranking.isTextChanged()); in testRanking()
192 tweak.isTextChanged(), in testRankingUpdate_equals()
273 isTextChanged(i), in generateUpdate()
382 private boolean isTextChanged(int index) { in isTextChanged() method in NotificationListenerServiceTest
H A DNotificationManagerServiceTest.java3921 assertTrue(original.isTextChanged()); in testTextChangedSet_forNewNotifs()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DRankingBuilder.java84 mIsTextChanged = ranking.isTextChanged(); in RankingBuilder()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubble.java457 mIsTextChanged = entry.getRanking().isTextChanged(); in setEntry()
498 boolean isTextChanged() { in isTextChanged() method in Bubble
H A DBubbleData.java326 suppressFlyout |= !bubble.isTextChanged(); in notificationEntryUpdated()
H A DBubbleController.java941 if (!notif.getRanking().isTextChanged() in updateBubble()
/aosp12/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java1980 public boolean isTextChanged() { in isTextChanged() method in NotificationListenerService.Ranking
2036 boolean isTextChanged, boolean isConversation, ShortcutInfo shortcutInfo, in populate() argument
2058 mIsTextChanged = isTextChanged; in populate()
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
H A DBubbleDataTest.java135 when(ranking.isTextChanged()).thenReturn(true); in setUp()
/aosp12/packages/apps/Settings/src/com/android/settings/notification/history/
H A DNotificationStation.java439 info.visuallyInterruptive = rank.isTextChanged(); in updateFromRanking()
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java1146 public boolean isTextChanged() { in isTextChanged() method in NotificationRecord
H A DNotificationManagerService.java9340 record.isTextChanged(),