Home
last modified time | relevance | path

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

/platform_testing/libraries/screenshot/deviceless/layoutlib/tests/src/com/android/ide/common/resources/deprecated/
DResourceFolder.java37 private final ResourceFolderType mType; field in ResourceFolder
51 mType = type; in ResourceFolder()
94 if (mType != ResourceFolderType.VALUES) { in createResourceFile()
95 if (FolderTypeRelationship.isIdGeneratingFolderType(mType) && in createResourceFile()
97 List<ResourceType> types = FolderTypeRelationship.getRelatedResourceTypes(mType); in createResourceFile()
113 return mType; in getType()
DSingleResourceFile.java42 private final ResourceType mType; field in SingleResourceFile
51 mType = types.get(0); in SingleResourceFile()
64 mType, in SingleResourceFile()
72 mType, in SingleResourceFile()
82 ResourceItem item = getRepository().getResourceItem(mType, mResourceName); in load()
/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/configs/
DUiElement.java42 private String mType; field in UiElement
71 mType = type; in UiElement()
76 mType = type; in UiElement()
82 mType = JsonConfigConstants.MULTIPLE; in UiElement()
87 mType = type; in UiElement()
104 return mType; in getType()
118 switch (mType) { in getBySelectorForUiElement()
161 switch (mType) { in extendBySelectorForUiElement()
DWorkflowTask.java43 private String mType; field in WorkflowTask
70 mType = type; in WorkflowTask()
82 return mType; in getTaskType()
106 mName, mType, workflowName)); in executeTask()
110 workflowName, "Workflow Task Type", SupportedWorkFlowTasks.class, mType); in executeTask()
130 mName, mType, workflowName)); in executeTask()
214 throwRuntimeException("Workflow Task Type", mType, workflowName, "Not Supported"); in executeTask()
482 property, value, mName, mType, workflowName, reason)); in throwRuntimeException()
/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DDevicePropertyInfo.java49 private final String mType; field in DevicePropertyInfo
98 mType = type; in DevicePropertyInfo()
149 mType = type; in DevicePropertyInfo()
184 propertyMap.put(prefix + "type", mType); in getPropertytMapWithPrefix()
DReportLog.java61 ResultType mType; field in ReportLog.Metric
101 mType = type; in Metric()
118 return mType; in getType()
DReadElf.java467 private int mType; field in ReadElf
707 return mType; in getType()
772 mType = readHalf(); in readHeader()