Searched defs:waitForLoaders (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/interactions/
H A DTestLoaderManager.java71 * If the loader completes before the call to {@link #waitForLoaders(int...)}, the TestLoaderManager
129 /*package*/ synchronized void waitForLoaders(int... loaderIds) { method in class:TestLoaderManager
147 waitForLoaders(loaders.toArray(new Loader<?>[0]));
153 public static void waitForLoaders(Loader<?>... loaders) { method in class:TestLoaderManager

Completed in 100 milliseconds