Searched refs:templateId (Results 1 – 5 of 5) sorted by relevance
91 @Nullable String templateId, in RenderOutputParcel() argument94 this.mTemplateId = templateId; in RenderOutputParcel()159 String templateId = (flg & 0x2) == 0 ? null : in.readString(); in RenderOutputParcel() local163 this.mTemplateId = templateId; in RenderOutputParcel()
78 @Nullable String templateId, in RenderOutput() argument81 this.mTemplateId = templateId; in RenderOutput()
74 String templateId = renderContentResult.getTemplateId(); in generateHtml() local75 if (null == templateParams || null == templateId) { in generateHtml()84 .readSingleVendorDataRow(templateId); in generateHtml()106 private String createTempTemplateFile(String templateContent, String templateId) in createTempTemplateFile() argument108 File temp = File.createTempFile(templateId, ".vm", mContext.getCacheDir()); in createTempTemplateFile()
194 final int templateId = isValidDate ? in updateImageView() local197 String contentDescription = String.format(getResources().getString(templateId), in updateImageView()
972 String templateId,984 mTemplateId = templateId;1022 String templateId = null;1042 templateId = reader.nextString();1066 templateId,