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/ |
D | ResourceFolder.java | 37 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()
|
D | SingleResourceFile.java | 42 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/ |
D | UiElement.java | 42 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()
|
D | WorkflowTask.java | 43 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/ |
D | DevicePropertyInfo.java | 49 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()
|
D | ReportLog.java | 61 ResultType mType; field in ReportLog.Metric 101 mType = type; in Metric() 118 return mType; in getType()
|
D | ReadElf.java | 467 private int mType; field in ReadElf 707 return mType; in getType() 772 mType = readHalf(); in readHeader()
|