Searched refs:PRIORITY_APP_REQUEST_SIZE (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/core/java/com/android/server/display/mode/ |
D | Vote.java | 83 int PRIORITY_APP_REQUEST_SIZE = 7; field 146 PRIORITY_APP_REQUEST_SIZE, 242 case PRIORITY_APP_REQUEST_SIZE: in priorityToString()
|
D | DisplayModeDirector.java | 332 highestConsideredPriority = Vote.PRIORITY_APP_REQUEST_SIZE; in getDesiredDisplayModeSpecs() 1282 mVotesStorage.updateVote(displayId, Vote.PRIORITY_APP_REQUEST_SIZE, sizeVote); in setAppRequest()
|
/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/mode/ |
D | DisplayModeDirectorTest.java | 148 Vote.PRIORITY_APP_REQUEST_SIZE, in getAppRequestedSizeTestCases() 157 Vote.PRIORITY_APP_REQUEST_SIZE, in getAppRequestedSizeTestCases() 169 Vote.PRIORITY_APP_REQUEST_SIZE, in getAppRequestedSizeTestCases() 181 Vote.PRIORITY_APP_REQUEST_SIZE, in getAppRequestedSizeTestCases() 197 Vote.PRIORITY_APP_REQUEST_SIZE, in getAppRequestedSizeTestCases() 213 Vote.PRIORITY_APP_REQUEST_SIZE, in getAppRequestedSizeTestCases() 229 Vote.PRIORITY_APP_REQUEST_SIZE, in getAppRequestedSizeTestCases() 247 Vote.PRIORITY_APP_REQUEST_SIZE, in getAppRequestedSizeTestCases() 571 votes.put(Vote.PRIORITY_APP_REQUEST_SIZE, in testVotingWithFloatingPointErrors() 600 < Vote.PRIORITY_APP_REQUEST_SIZE); in testFlickerHasLowerPriorityThanUserAndRangeIsSingle() [all …]
|
D | AppRequestObserverTest.kt | 84 Vote.PRIORITY_APP_REQUEST_SIZE) in test app request votes()
|
D | VotesStorageTest.java | 41 private static final @Vote.Priority int PRIORITY = Vote.PRIORITY_APP_REQUEST_SIZE;
|