Searched refs:LOADER_STORAGE (Results 1 – 3 of 3) sorted by relevance
71 mParent.getLoaderManager().restartLoader(mParent.LOADER_STORAGE, Bundle.EMPTY, this); in onResume()76 mParent.getLoaderManager().destroyLoader(mParent.LOADER_STORAGE); in onPause()
106 static final int LOADER_STORAGE = 3; field in AppInfoDashboardFragment
75 verify(mLoaderManager).restartLoader(AppInfoDashboardFragment.LOADER_STORAGE, Bundle.EMPTY, in onResume_shouldRestartStorageLoader()85 verify(mLoaderManager).destroyLoader(AppInfoDashboardFragment.LOADER_STORAGE); in onPause_shouldDestroyStorageLoader()