Searched refs:loaders (Results 1 – 7 of 7) sorted by relevance
/packages/apps/Contacts/tests/src/com/android/contacts/interactions/ |
D | TestLoaderManager.java | 81 List<Loader<?>> loaders = new ArrayList<Loader<?>>(loaderIds.length); in waitForLoaders() local 95 loaders.add(loader); in waitForLoaders() 98 waitForLoaders(loaders.toArray(new Loader<?>[0])); in waitForLoaders() 104 public static void waitForLoaders(Loader<?>... loaders) { in waitForLoaders() argument 107 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()
|
/packages/apps/Messaging/src/com/android/messaging/ui/photoviewer/ |
D | BuglePhotoBitmapLoader.java | 25 import com.android.ex.photo.loaders.PhotoBitmapLoaderInterface; 26 import com.android.ex.photo.loaders.PhotoBitmapLoaderInterface.BitmapResult;
|
D | BuglePhotoViewFragment.java | 25 import com.android.ex.photo.loaders.PhotoBitmapLoaderInterface.BitmapResult;
|
D | BuglePhotoViewController.java | 36 import com.android.ex.photo.loaders.PhotoBitmapLoaderInterface.BitmapResult;
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |