Searched refs:LOADER_ID_SUGGESTIONS (Results 1 – 9 of 9) sorted by relevance
129 verify(mLoaderManager).destroyLoader(SettingsSuggestionsLoader.LOADER_ID_SUGGESTIONS); in onStop_destroysLoader()137 SettingsSuggestionsLoader.LOADER_ID_SUGGESTIONS, /* args= */ null, mController); in onServiceConnected_restartsLoader()144 verify(mLoaderManager).destroyLoader(SettingsSuggestionsLoader.LOADER_ID_SUGGESTIONS); in onServiceDisconnected_destroysLoader()150 SettingsSuggestionsLoader.LOADER_ID_SUGGESTIONS, /* args= */ null)).isInstanceOf( in onCreateLoader_returnsSettingsSuggestionsLoader()157 SettingsSuggestionsLoader.LOADER_ID_SUGGESTIONS + 1000, /* args= */ null)); in onCreateLoader_unsupportedId_throwsIllegalArgumentException()
97 loaderManager.restartLoader(SuggestionLoader.LOADER_ID_SUGGESTIONS, in onServiceConnected()109 loaderManager.destroyLoader(SuggestionLoader.LOADER_ID_SUGGESTIONS); in onServiceDisconnected()115 if (id == SuggestionLoader.LOADER_ID_SUGGESTIONS) { in onCreateLoader()
96 loaderManager.restartLoader(SuggestionLoader.LOADER_ID_SUGGESTIONS, in onServiceConnected()108 loaderManager.destroyLoader(SuggestionLoader.LOADER_ID_SUGGESTIONS); in onServiceDisconnected()114 if (id == SuggestionLoader.LOADER_ID_SUGGESTIONS) { in onCreateLoader()
35 public static final int LOADER_ID_SUGGESTIONS = 42; field in SuggestionLoader
29 public static final int LOADER_ID_SUGGESTIONS = 42; field in SuggestionLoaderCompat
125 mLoaderManager.restartLoader(SettingsSuggestionsLoader.LOADER_ID_SUGGESTIONS, /* args= */ in onServiceConnected()139 if (id == SettingsSuggestionsLoader.LOADER_ID_SUGGESTIONS) { in onCreateLoader()229 mLoaderManager.destroyLoader(SettingsSuggestionsLoader.LOADER_ID_SUGGESTIONS); in cleanupLoader()
41 public static final int LOADER_ID_SUGGESTIONS = 42; field in SettingsSuggestionsLoader
93 verify(loaderManager).restartLoader(SuggestionLoader.LOADER_ID_SUGGESTIONS, in onServiceConnected_shouldGetSuggestion()