Home
last modified time | relevance | path

Searched refs:mIsTextChanged (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/
H A DRankingBuilder.java57 private boolean mIsTextChanged = false; field in RankingBuilder
88 mIsTextChanged = ranking.isTextChanged(); in RankingBuilder()
119 mIsTextChanged, in build()
201 mIsTextChanged = textChanged; in setTextChanged()
/aosp14/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java1744 private boolean mIsTextChanged; field in NotificationListenerService.Ranking
1786 out.writeBoolean(mIsTextChanged); in writeToParcel()
1826 mIsTextChanged = in.readBoolean(); in Ranking()
2060 return mIsTextChanged; in isTextChanged()
2138 mIsTextChanged = isTextChanged; in populate()
2181 other.mIsTextChanged, in populate()
2240 && Objects.equals(mIsTextChanged, other.mIsTextChanged) in equals()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubble.java145 private boolean mIsTextChanged; field in Bubble
463 mIsTextChanged = textChanged; in setTextChangedForTest()
582 mIsTextChanged = entry.getRanking().isTextChanged(); in setEntry()
633 return mIsTextChanged; in isTextChanged()