Searched refs:LOADER_ID_SUGGESTIONS (Results 1 – 6 of 6) sorted by relevance
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()
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()
35 public static final int LOADER_ID_SUGGESTIONS = 42; field in SuggestionLoader
29 public static final int LOADER_ID_SUGGESTIONS = 42; field in SuggestionLoaderCompat
93 verify(loaderManager).restartLoader(SuggestionLoader.LOADER_ID_SUGGESTIONS, in onServiceConnected_shouldGetSuggestion()