Searched refs:StorageDashboardFragment (Results 1 – 10 of 10) sorted by relevance
53 private StorageDashboardFragment mFragment;58 mFragment = new StorageDashboardFragment(); in setUp()200 StorageDashboardFragment.SEARCH_INDEX_DATA_PROVIDER in testSearchIndexProvider_shouldIndexResource()
36 import com.android.settings.deviceinfo.StorageDashboardFragment;81 StorageDashboardFragment.class.getName(), "" /* key */, screenTitle, in getIntent()
36 import com.android.car.developeroptions.deviceinfo.StorageDashboardFragment;81 StorageDashboardFragment.class.getName(), "" /* key */, screenTitle, in getIntent()
29 import com.android.settings.deviceinfo.StorageDashboardFragment;85 PARENT_TO_CATEGORY_KEY_MAP.put(StorageDashboardFragment.class.getName(), in StorageDashboardFragment.class.getName()
29 import com.android.car.developeroptions.deviceinfo.StorageDashboardFragment;84 PARENT_TO_CATEGORY_KEY_MAP.put(StorageDashboardFragment.class.getName(), in StorageDashboardFragment.class.getName()
71 import com.android.settings.deviceinfo.StorageDashboardFragment;269 StorageDashboardFragment.class.getName(),
228 .setDestination(StorageDashboardFragment.class.getName()) in refresh()276 .setDestination(StorageDashboardFragment.class.getCanonicalName()) in onPreferenceTreeClick()
62 public class StorageDashboardFragment extends DashboardFragment class