OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getConfigInfo
(Results
1 - 4
of
4
) sorted by null
/cts/tests/framework/base/windowmanager/app_base/src/android/server/wm/app/
AbstractLifecycleLogActivity.java
114
final ConfigInfo configInfo =
getConfigInfo
();
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
CommandSession.java
62
* Log.i("Test", "Config: " + CommandSession.
getConfigInfo
(response));
106
public static ConfigInfo
getConfigInfo
(Bundle data) {
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
());
[
all
...]
/cts/tests/framework/base/windowmanager/src/android/server/wm/
MultiDisplayPolicyTests.java
220
final SizeInfo initialSize = resizeableActivitySession.
getConfigInfo
().sizeInfo;
237
final SizeInfo testActivitySize = testActivitySession.
getConfigInfo
().sizeInfo;
249
final SizeInfo rotatedSize = activitySession.
getConfigInfo
().sizeInfo;
[
all
...]
/external/markdown/markdown/
__init__.py
483
def
getConfigInfo
(self):
Completed in 749 milliseconds