Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/content/
DChangedContacts.java52 private static final int ID_DELETE_LOADER = 2; field in ChangedContacts
135 manager.destroyLoader(ID_DELETE_LOADER); in changeClick()
143 manager.restartLoader(ID_DELETE_LOADER, null, this); in deleteClick()
163 case ID_DELETE_LOADER: in onCreateLoader()
224 case ID_DELETE_LOADER: in onLoadFinished()
248 case ID_DELETE_LOADER: in onLoaderReset()