Searched refs:mDashboardCategory (Results 1 – 1 of 1) sorted by relevance
97 private DashboardCategory mDashboardCategory; field in DashboardFragmentTest113 mDashboardCategory = new DashboardCategory("key"); in setUp()114 mActivityTile = new ActivityTile(activityInfo, mDashboardCategory.key); in setUp()115 mDashboardCategory.addTile(mActivityTile); in setUp()124 mProviderTile = new ProviderTile(providerInfo, mDashboardCategory.key, metaData); in setUp()125 mDashboardCategory.addTile(mProviderTile); in setUp()130 .thenReturn(mDashboardCategory); in setUp()179 .thenReturn(mDashboardCategory); in displayTilesAsPreference_shouldAddTilesWithIntent()199 ProviderTile groupTile = new ProviderTile(providerInfo, mDashboardCategory.key, in displayTilesAsPreference_withGroup_shouldAddTilesIntoGroup()201 mDashboardCategory.addTile(groupTile); in displayTilesAsPreference_withGroup_shouldAddTilesIntoGroup()[all …]