/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/mode/ |
D | SizeVoteTest.kt | 49 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 …]
|
D | PhysicalVoteTest.kt | 44 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()
|
D | RenderVoteTest.kt | 45 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()
|
D | CombinedVoteTest.kt | 51 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()
|
D | RequestedRefreshRateVoteTest.kt | 36 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()
|
D | DisableRefreshRateSwitchingVoteTest.kt | 38 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()
|
D | SupportedModesVoteTest.kt | 45 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()
|
D | BaseModeRefreshRateVoteTest.kt | 45 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()
|
D | SupportedRefreshRatesVoteTest.kt | 48 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/ |
D | CombinedVote.java | 33 public void updateSummary(@NonNull VoteSummary summary) { in updateSummary() method in CombinedVote 34 mVotes.forEach(vote -> vote.updateSummary(summary)); in updateSummary()
|
D | RefreshRateVote.java | 69 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
|
D | RequestedRefreshRateVote.java | 31 public void updateSummary(@NonNull VoteSummary summary) { in updateSummary() method in RequestedRefreshRateVote
|
D | DisableRefreshRateSwitchingVote.java | 36 public void updateSummary(@NonNull VoteSummary summary) { in updateSummary() method in DisableRefreshRateSwitchingVote
|
D | BaseModeRefreshRateVote.java | 36 public void updateSummary(@NonNull VoteSummary summary) { in updateSummary() method in BaseModeRefreshRateVote
|
D | SupportedModesVote.java | 33 public void updateSummary(@NonNull VoteSummary summary) { in updateSummary() method in SupportedModesVote
|
D | SupportedRefreshRatesVote.java | 41 public void updateSummary(@NonNull VoteSummary summary) { in updateSummary() method in SupportedRefreshRatesVote
|
D | SizeVote.java | 53 public void updateSummary(@NonNull VoteSummary summary) { in updateSummary() method in SizeVote
|
D | Vote.java | 179 void updateSummary(@NonNull VoteSummary summary); in updateSummary() method
|
D | VoteSummary.java | 83 vote.updateSummary(this); in applyVotes()
|
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/media/ |
D | PhoneMediaDeviceTest.java | 72 mPhoneMediaDevice.updateSummary(true); in updateSummary_isActiveIsTrue_returnActiveString() 80 mPhoneMediaDevice.updateSummary(false); in updateSummary_notActive_returnEmpty()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/ |
D | NavBarTuner.java | 140 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/ |
D | PhoneMediaDevice.java | 278 public void updateSummary(boolean isActive) { in updateSummary() method in PhoneMediaDevice
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/ |
D | PrintActivity.java | 1658 updateSummary(); in updateOptionsUi() 1991 private void updateSummary() { in updateSummary() method in PrintActivity 2739 updateSummary(); in onChanged()
|
/frameworks/base/services/ |
D | art-wear-profile | 11442 PLcom/android/server/display/mode/RefreshRateVote$RenderVote;->updateSummary(Lcom/android/server/di…
|