Home
last modified time | relevance | path

Searched refs:loaderObj (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/detail/
DContactLoaderFragment.java464 Loader<ContactLoader.Result> loaderObj = getLoaderManager().getLoader(LOADER_DETAILS); in toggleLoadStreamItems() local
465 ContactLoader loader = (ContactLoader) loaderObj; in toggleLoadStreamItems()
471 Loader<ContactLoader.Result> loaderObj = getLoaderManager().getLoader(LOADER_DETAILS); in getLoadStreamItems() local
472 ContactLoader loader = (ContactLoader) loaderObj; in getLoadStreamItems()