Searched refs:mInactiveLoaders (Results 1 – 2 of 2) sorted by relevance
475 LoaderInfo info = mInactiveLoaders.get(mId); in onLoadComplete()479 mInactiveLoaders.remove(mId); in onLoadComplete()674 LoaderInfo inactive = mInactiveLoaders.get(id); in restartLoader()685 mInactiveLoaders.put(id, info); in restartLoader()719 mInactiveLoaders.put(id, info); in restartLoader()746 idx = mInactiveLoaders.indexOfKey(id); in destroyLoader()748 LoaderInfo info = mInactiveLoaders.valueAt(idx); in destroyLoader()749 mInactiveLoaders.removeAt(idx); in destroyLoader()860 mInactiveLoaders.valueAt(i).destroy(); in doDestroy()862 mInactiveLoaders.clear(); in doDestroy()[all …]
7445 Landroid/app/LoaderManagerImpl;->mInactiveLoaders:Landroid/util/SparseArray;