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

/packages/apps/Contacts/src/com/android/contacts/list/
H A DPhoneFavoriteFragment.java83 private class ContactTileLoaderListener implements LoaderManager.LoaderCallbacks<Cursor> { class in class:PhoneFavoriteFragment
86 if (DEBUG) Log.d(TAG, "ContactTileLoaderListener#onCreateLoader.");
92 if (DEBUG) Log.d(TAG, "ContactTileLoaderListener#onLoadFinished");
118 if (DEBUG) Log.d(TAG, "ContactTileLoaderListener#onLoaderReset. ");
256 new ContactTileLoaderListener();
434 // This method call implicitly assures ContactTileLoaderListener's onLoadFinished() will

Completed in 83 milliseconds