Searched refs:loaders (Results 1 – 9 of 9) sorted by relevance
81 List<Loader<?>> loaders = new ArrayList<Loader<?>>(loaderIds.length); in waitForLoaders() local95 loaders.add(loader); in waitForLoaders()98 waitForLoaders(loaders.toArray(new Loader<?>[0])); in waitForLoaders()104 public static void waitForLoaders(Loader<?>... loaders) { in waitForLoaders() argument107 Thread[] waitThreads = new Thread[loaders.length]; in waitForLoaders()108 for (int i = 0; i < loaders.length; i++) { in waitForLoaders()109 final AsyncTaskLoader<?> loader = (AsyncTaskLoader<?>) loaders[i]; in waitForLoaders()
106 SimpleArrayMap<String, LoaderManager> loaders; field in CarFragmentActivity.NonConfigurationInstances222 mFragments.restoreLoaderNonConfig(nc.loaders); in onCreate()378 SimpleArrayMap<String, LoaderManager> loaders = mFragments.retainLoaderNonConfig(); in onRetainNonConfigurationInstance() local380 if (fragments == null && loaders == null && custom == null) { in onRetainNonConfigurationInstance()387 nci.loaders = loaders; in onRetainNonConfigurationInstance()
25 import com.android.ex.photo.loaders.PhotoBitmapLoaderInterface;26 import com.android.ex.photo.loaders.PhotoBitmapLoaderInterface.BitmapResult;
25 import com.android.ex.photo.loaders.PhotoBitmapLoaderInterface.BitmapResult;
36 import com.android.ex.photo.loaders.PhotoBitmapLoaderInterface.BitmapResult;
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
META-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...