Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayRotationTests.java207 mBuilder.setIsDefaultDisplay(false).build(); in testPersistsUserRotation_LockRotation_NonDefaultDisplay()
232 mBuilder.setIsDefaultDisplay(false).build(); in testPersistsUserRotation_UnlockRotation_NonDefaultDisplay()
1003 mBuilder.setIsDefaultDisplay(false).build(); in testReturnsUserRotation_NonDefaultDisplay()
1270 private DisplayRotationBuilder setIsDefaultDisplay(boolean isDefaultDisplay) { in setIsDefaultDisplay() method in DisplayRotationTests.DisplayRotationBuilder