Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DCommandSession.java106 public static ConfigInfo getConfigInfo(Bundle data) { in getConfigInfo() method in CommandSession
204 public ConfigInfo getConfigInfo() {
205 return CommandSession.getConfigInfo(sendCommandAndWaitReply(COMMAND_GET_CONFIG));
745 replyData.putParcelable(KEY_CONFIG_INFO, getConfigInfo());
800 replyData.putParcelable(KEY_CONFIG_INFO, getConfigInfo());
914 protected ConfigInfo getConfigInfo() {
/cts/tests/framework/base/windowmanager/app_base/src/android/server/wm/app/
DAbstractLifecycleLogActivity.java114 final ConfigInfo configInfo = getConfigInfo(); in dumpConfigInfo()
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DMultiDisplayPolicyTests.java220 final SizeInfo initialSize = resizeableActivitySession.getConfigInfo().sizeInfo; in testRotationNotAffectingSecondaryScreen()
237 final SizeInfo testActivitySize = testActivitySession.getConfigInfo().sizeInfo; in testRotationNotAffectingSecondaryScreen()
249 final SizeInfo rotatedSize = activitySession.getConfigInfo().sizeInfo; in rotateAndCheckSameSizes()