Home
last modified time | relevance | path

Searched refs:updateSummary (Results 1 – 24 of 24) sorted by relevance

/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/mode/
DSizeVoteTest.kt49 sizeVote.updateSummary(summary) in updates size if width and height not set and display resolution voting disabled()
65 sizeVote.updateSummary(summary) in does not update size if width set and display resolution voting disabled()
81 sizeVote.updateSummary(summary) in does not update size if height set and display resolution voting disabled()
94 sizeVote.updateSummary(summary) in updates width if summary has more and display resolution voting enabled()
104 sizeVote.updateSummary(summary) in does not update width if summary has less and display resolution voting enabled()
114 sizeVote.updateSummary(summary) in updates height if summary has more and display resolution voting enabled()
124 sizeVote.updateSummary(summary) in does not update height if summary has less and display resolution voting enabled()
135 sizeVote.updateSummary(summary) in updates minWidth if summary has less and display resolution voting enabled()
146 sizeVote.updateSummary(summary) in does not update minWidth if summary has more and display resolution voting enabled()
157 sizeVote.updateSummary(summary) in updates minHeight if summary has less and display resolution voting enabled()
[all …]
DPhysicalVoteTest.kt44 physicalVote.updateSummary(summary) in updates minPhysicalRefreshRate if summary has less()
54 physicalVote.updateSummary(summary) in does not update minPhysicalRefreshRate if summary has more()
64 physicalVote.updateSummary(summary) in updates maxPhysicalRefreshRate if summary has more()
74 physicalVote.updateSummary(summary) in does not update maxPhysicalRefreshRate if summary has less()
84 physicalVote.updateSummary(summary) in updates maxRenderFrameRate if summary has more()
94 physicalVote.updateSummary(summary) in does not update maxRenderFrameRate if summary has less()
DRenderVoteTest.kt45 renderVote.updateSummary(summary) in updates minRenderFrameRate if summary has less()
55 renderVote.updateSummary(summary) in does not update minRenderFrameRate if summary has more()
65 renderVote.updateSummary(summary) in updates maxRenderFrameRate if summary has more()
75 renderVote.updateSummary(summary) in does not update maxRenderFrameRate if summary has less()
85 renderVote.updateSummary(summary) in updates minPhysicalRefreshRate if summary has less()
95 renderVote.updateSummary(summary) in does not update minPhysicalRefreshRate if summary has more()
DCombinedVoteTest.kt51 combinedVote.updateSummary(summary) in delegates update to children()
53 verify(mockVote1).updateSummary(summary) in delegates update to children()
54 verify(mockVote2).updateSummary(summary) in delegates update to children()
DRequestedRefreshRateVoteTest.kt36 vote.updateSummary(summary) in updates requestedRefreshRates()
52 vote1.updateSummary(summary) in updates requestedRefreshRates with multiple refresh rates()
53 vote2.updateSummary(summary) in updates requestedRefreshRates with multiple refresh rates()
DDisableRefreshRateSwitchingVoteTest.kt38 vote.updateSummary(summary) in disabled refresh rate switching is not changed()
48 vote.updateSummary(summary) in disables refresh rate switching if requested()
58 vote.updateSummary(summary) in does not disable refresh rate switching if not requested()
DSupportedModesVoteTest.kt45 supportedModesVote.updateSummary(summary) in adds supported mode ids if supportedModeIds in summary is null()
55 supportedModesVote.updateSummary(summary) in does not add supported mode ids if summary has empty list of modeIds()
65 supportedModesVote.updateSummary(summary) in filters out modes that does not match vote()
DBaseModeRefreshRateVoteTest.kt45 baseModeVote.updateSummary(summary) in updates summary with base mode refresh rate if not set()
55 baseModeVote.updateSummary(summary) in keeps summary base mode refresh rate if set()
65 invalidBaseModeVote.updateSummary(summary) in keeps summary with base mode refresh rate if vote refresh rate is negative()
DSupportedRefreshRatesVoteTest.kt48 supportedRefreshRatesVote.updateSummary(summary) in adds supported refresh rates if supportedModes in summary is null()
58 supportedRefreshRatesVote.updateSummary(summary) in does not add supported refresh rates if summary has empty list of refresh rates()
68 supportedRefreshRatesVote.updateSummary(summary) in filters out supported refresh rates that does not match vote()
/frameworks/base/services/core/java/com/android/server/display/mode/
DCombinedVote.java33 public void updateSummary(@NonNull VoteSummary summary) { in updateSummary() method in CombinedVote
34 mVotes.forEach(vote -> vote.updateSummary(summary)); in updateSummary()
DRefreshRateVote.java69 public void updateSummary(@NonNull VoteSummary summary) { in updateSummary() method in RefreshRateVote.RenderVote
102 public void updateSummary(@NonNull VoteSummary summary) { in updateSummary() method in RefreshRateVote.PhysicalVote
DRequestedRefreshRateVote.java31 public void updateSummary(@NonNull VoteSummary summary) { in updateSummary() method in RequestedRefreshRateVote
DDisableRefreshRateSwitchingVote.java36 public void updateSummary(@NonNull VoteSummary summary) { in updateSummary() method in DisableRefreshRateSwitchingVote
DBaseModeRefreshRateVote.java36 public void updateSummary(@NonNull VoteSummary summary) { in updateSummary() method in BaseModeRefreshRateVote
DSupportedModesVote.java33 public void updateSummary(@NonNull VoteSummary summary) { in updateSummary() method in SupportedModesVote
DSupportedRefreshRatesVote.java41 public void updateSummary(@NonNull VoteSummary summary) { in updateSummary() method in SupportedRefreshRatesVote
DSizeVote.java53 public void updateSummary(@NonNull VoteSummary summary) { in updateSummary() method in SizeVote
DVote.java179 void updateSummary(@NonNull VoteSummary summary); in updateSummary() method
DVoteSummary.java83 vote.updateSummary(this); in applyVotes()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/media/
DPhoneMediaDeviceTest.java72 mPhoneMediaDevice.updateSummary(true); in updateSummary_isActiveIsTrue_returnActiveString()
80 mPhoneMediaDevice.updateSummary(false); in updateSummary_notActive_returnEmpty()
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
DNavBarTuner.java140 updateSummary(icon); in bindButton()
153 updateSummary(icon); in bindButton()
178 private void updateSummary(ListPreference icon) { in updateSummary() method in NavBarTuner
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/media/
DPhoneMediaDevice.java278 public void updateSummary(boolean isActive) { in updateSummary() method in PhoneMediaDevice
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DPrintActivity.java1658 updateSummary(); in updateOptionsUi()
1991 private void updateSummary() { in updateSummary() method in PrintActivity
2739 updateSummary(); in onChanged()
/frameworks/base/services/
Dart-wear-profile11442 PLcom/android/server/display/mode/RefreshRateVote$RenderVote;->updateSummary(Lcom/android/server/di…