Searched refs:mInactiveLoaders (Results 1 – 2 of 2) sorted by relevance
224 final SparseArray<LoaderInfo> mInactiveLoaders = new SparseArray<LoaderInfo>(0); field in LoaderManagerImpl475 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()859 for (int i = mInactiveLoaders.size()-1; i >= 0; i--) { in doDestroy()[all …]
7448 Landroid/app/LoaderManagerImpl;->mInactiveLoaders:Landroid/util/SparseArray;