Searched refs:LOADER_DETAILS (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/detail/
H A DContactLoaderFragment.java102 private static final int LOADER_DETAILS = 1; field in class:ContactLoaderFragment
152 getLoaderManager().initLoader(LOADER_DETAILS, args, mDetailLoaderListener);
164 getLoaderManager().destroyLoader(LOADER_DETAILS);
172 getLoaderManager().restartLoader(LOADER_DETAILS, args, mDetailLoaderListener);
465 Loader<Contact> loaderObj = getLoaderManager().getLoader(LOADER_DETAILS);
472 Loader<Contact> loaderObj = getLoaderManager().getLoader(LOADER_DETAILS);
/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
H A DContactFragment.java86 static final int LOADER_DETAILS = 1; field in class:ContactFragment
197 case LOADER_DETAILS: {
208 case LOADER_DETAILS: {
219 startLoading(LOADER_DETAILS, args);

Completed in 12 milliseconds