Searched refs:newTemplate (Results 1 – 5 of 5) sorted by relevance
109 newTemplate(R.layout.two_horizontal_text_fields); in testSanitizationBeforeBatchUpdates()118 final RemoteViews update = newTemplate(-666); // layout id not really used in testSanitizationBeforeBatchUpdates()157 newTemplate(R.layout.two_horizontal_text_fields); in testSanitizationBeforeTransformations()196 RemoteViews presentation = newTemplate(R.layout.two_horizontal_text_fields); in validTransformation()217 RemoteViews presentation = newTemplate(R.layout.two_horizontal_text_fields); in validTransformationWithOneTemplateUpdate()227 RemoteViews update = newTemplate(0); // layout id not really used in validTransformationWithOneTemplateUpdate()243 RemoteViews presentation = newTemplate(R.layout.two_horizontal_text_fields); in validTransformationWithMultipleTemplateUpdates()258 RemoteViews update1 = newTemplate(666); // layout id not really used in validTransformationWithMultipleTemplateUpdates()260 RemoteViews update2 = newTemplate(0); // layout id not really used in validTransformationWithMultipleTemplateUpdates()264 RemoteViews update3 = newTemplate(-666); // layout id not really used in validTransformationWithMultipleTemplateUpdates()[all …]
75 .Builder(newTemplate(R.layout.two_horizontal_text_fields))168 private RemoteViews newTemplate(int resourceId) {
359 final RemoteViews update = newTemplate(); in tapLinkAfterUpdateAppliedTest()
1708 final RemoteViews update = newTemplate(); in tapLinkAfterUpdateAppliedTest()1917 final RemoteViews presentation = newTemplate(); in newCustomDescriptionWithUrlSpan()
276 protected RemoteViews newTemplate() { in newTemplate() method in CustomDescriptionWithLinkTestCase295 final RemoteViews presentation = newTemplate(); in newCustomDescriptionBuilder()