Searched refs:LOADER_ID (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/ |
D | DirectoryFragment.java | 142 private static final int LOADER_ID = 42; field in DirectoryFragment 287 getLoaderManager().restartLoader(LOADER_ID, null, this); in onActivityCreated() 393 getLoaderManager().restartLoader(LOADER_ID, null, this); in onSortOrderChanged() 1727 df.getLoaderManager().restartLoader(LOADER_ID, null, df); in reloadSearch() 1738 df.getLoaderManager().restartLoader(LOADER_ID, null, df); in reload()
|
/frameworks/base/docs/html-intl/intl/ru/guide/topics/providers/ |
D | contacts-provider.jd | 867 // Initializes the loader identified by LOADER_ID. 869 LOADER_ID, // The identifier of the loader to initialize
|
/frameworks/base/docs/html-intl/intl/ja/guide/topics/providers/ |
D | contacts-provider.jd | 867 // Initializes the loader identified by LOADER_ID. 869 LOADER_ID, // The identifier of the loader to initialize
|
/frameworks/base/docs/html-intl/intl/zh-tw/guide/topics/providers/ |
D | contacts-provider.jd | 867 // Initializes the loader identified by LOADER_ID. 869 LOADER_ID, // The identifier of the loader to initialize
|
/frameworks/base/docs/html-intl/intl/ko/guide/topics/providers/ |
D | contacts-provider.jd | 867 // Initializes the loader identified by LOADER_ID. 869 LOADER_ID, // The identifier of the loader to initialize
|
/frameworks/base/docs/html-intl/intl/zh-cn/guide/topics/providers/ |
D | contacts-provider.jd | 867 // Initializes the loader identified by LOADER_ID. 869 LOADER_ID, // The identifier of the loader to initialize
|
/frameworks/base/docs/html-intl/intl/in/guide/topics/providers/ |
D | contacts-provider.jd | 867 // Initializes the loader identified by LOADER_ID. 869 LOADER_ID, // The identifier of the loader to initialize
|
/frameworks/base/docs/html/guide/topics/providers/ |
D | contacts-provider.jd | 872 // Initializes the loader identified by LOADER_ID. 874 LOADER_ID, // The identifier of the loader to initialize
|
/frameworks/base/docs/html-intl/intl/pt-br/guide/topics/providers/ |
D | contacts-provider.jd | 867 // Initializes the loader identified by LOADER_ID. 869 LOADER_ID, // The identifier of the loader to initialize
|
/frameworks/base/docs/html-intl/intl/vi/guide/topics/providers/ |
D | contacts-provider.jd | 867 // Initializes the loader identified by LOADER_ID. 869 LOADER_ID, // The identifier of the loader to initialize
|