Searched refs:newTemplate (Results 1 – 6 of 6) sorted by relevance
106 final RemoteViews regularPresentation = newTemplate(R.layout.two_horizontal_text_fields); in testRemoteViewsDoNotSpill()107 RemoteViews badPresentation = newTemplate(R.layout.two_horizontal_text_fields); in testRemoteViewsDoNotSpill()168 newTemplate(R.layout.two_horizontal_text_fields); in testSanitizationBeforeBatchUpdates()177 final RemoteViews update = newTemplate(-666); // layout id not really used in testSanitizationBeforeBatchUpdates()216 newTemplate(R.layout.two_horizontal_text_fields); in testSanitizationBeforeTransformations()255 RemoteViews presentation = newTemplate(R.layout.two_horizontal_text_fields); in validTransformation()276 RemoteViews presentation = newTemplate(R.layout.two_horizontal_text_fields); in validTransformationWithOneTemplateUpdate()286 RemoteViews update = newTemplate(0); // layout id not really used in validTransformationWithOneTemplateUpdate()303 RemoteViews presentation = newTemplate(R.layout.two_horizontal_text_fields); in validTransformationWithMultipleTemplateUpdates()318 RemoteViews update1 = newTemplate(666); // layout id not really used in validTransformationWithMultipleTemplateUpdates()[all …]
76 .Builder(newTemplate(R.layout.two_horizontal_text_fields))169 private RemoteViews newTemplate(int resourceId) {
353 final RemoteViews update = newTemplate(); in tapLinkAfterUpdateAppliedTest()
1701 final RemoteViews update = newTemplate(); in tapLinkAfterUpdateAppliedTest()1912 final RemoteViews presentation = newTemplate(); in newCustomDescriptionWithUrlSpan()
281 protected RemoteViews newTemplate() { in newTemplate() method in CustomDescriptionWithLinkTestCase300 final RemoteViews presentation = newTemplate(); in newCustomDescriptionBuilder()
1974 public static RemoteViews newTemplate(String packageName) { in newTemplate() method in Helper.CustomDescriptionUtils1993 final RemoteViews presentation = newTemplate(packageName); in newCustomDescriptionBuilder()