Searched refs:mAppEntitiesHeaderView (Results 1 – 1 of 1) sorted by relevance
45 private View mAppEntitiesHeaderView; field in AppEntitiesHeaderControllerTest52 mAppEntitiesHeaderView = LayoutInflater.from(mContext).inflate( in setUp()55 mAppEntitiesHeaderView); in setUp()74 final TextView view = mAppEntitiesHeaderView.findViewById(R.id.header_title); in setHeaderTitleRes_setTextRes_shouldSetToTitleView()82 final TextView view = mAppEntitiesHeaderView.findViewById(R.id.header_details); in setHeaderDetailsRes_setTextRes_shouldSetToDetailsView()90 final TextView view = mAppEntitiesHeaderView.findViewById(R.id.header_details); in setHeaderDetails_onlyDetailsTextSet_shouldSetToDetailsView()99 final TextView view = mAppEntitiesHeaderView.findViewById(R.id.header_details); in setHeaderDetails_detailsTextAndResBothSet_shouldSetTextToDetailsView()108 final TextView view = mAppEntitiesHeaderView.findViewById(R.id.header_details); in setHeaderDetailsClickListener_setClickListener_detailsViewAttachClickListener()130 final View app1View = mAppEntitiesHeaderView.findViewById(R.id.app1_view); in setAppEntity_addAppToIndex0_shouldShowAppView1()145 final View app2View = mAppEntitiesHeaderView.findViewById(R.id.app2_view); in setAppEntity_addAppToIndex1_shouldShowAppView2()[all …]