Searched refs:tacos (Results 1 – 10 of 10) sorted by relevance
30 assertThat((TextView) fragment.getView().findViewById(R.id.tacos)).isNotNull(); in startFragment_shouldStartSupportFragment()40 assertThat((TextView) fragment.getView().findViewById(R.id.tacos)).isNotNull(); in startVisibleFragment_shouldStartSupportFragment()58 assertThat((TextView) fragment.getView().findViewById(R.id.tacos)).isNotNull(); in startFragment_shouldStartSupportFragmentWithSpecifiedActivityClass()69 assertThat((TextView) fragment.getView().findViewById(R.id.tacos)).isNotNull(); in startVisibleFragment_shouldStartSupportFragmentWithSpecifiedActivityClass()
76 assertThat((TextView) fragment.getView().findViewById(R.id.tacos)).isNotNull(); in attachedAfterCreate_customizedViewId()96 assertThat((TextView) fragment.getView().findViewById(R.id.tacos)).isNotNull(); in isResumed()
29 assertThat((TextView) fragment.getView().findViewById(R.id.tacos)).isNotNull(); in startFragment_shouldStartFragment()39 assertThat((TextView) fragment.getView().findViewById(R.id.tacos)).isNotNull(); in startVisibleFragment_shouldStartFragment()57 assertThat((TextView) fragment.getView().findViewById(R.id.tacos)).isNotNull(); in startFragment_shouldStartFragmentWithSpecifiedActivityClass()68 assertThat((TextView) fragment.getView().findViewById(R.id.tacos)).isNotNull(); in startVisibleFragment_shouldStartFragmentWithSpecifiedActivityClass()
715 assertThat(parser.getIdAttributeResourceValue(12)).isEqualTo(R.id.tacos); in testGetIdAttributeResourceValue_defaultValue()
55 assertThat((TextView) fragment.getView().findViewById(R.id.tacos)).isNotNull(); in attachedAfterCreate()67 assertThat((TextView) fragment.getView().findViewById(R.id.tacos)).isNotNull(); in attachedAfterCreate_customizedViewId()80 assertThat((TextView) fragment.getView().findViewById(R.id.tacos)).isNotNull(); in attachedAfterCreate_customActivity()
7 public static final int tacos = 0x10027; field in R.id
86 assertThat((TextView) controller.get().getView().findViewById(R.id.tacos)).isNotNull(); in attachedAfterCreate_customizedViewId()110 assertThat((TextView) controller.get().getView().findViewById(R.id.tacos)).isNotNull(); in isResumed()
436 public static final int tacos=0x7f0d0017; field in R.id
463 example, we generate code to say "I ate 3 tacos"466 CodeBlock.builder().add("I ate $L $L", 3, "tacos")475 CodeBlock.builder().add("I ate $2L $1L", "tacos", 3)486 map.put("food", "tacos");