Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/suggestions/
DSuggestionControllerMixinCompat.java96 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()
DSuggestionControllerMixin.java97 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()
DSuggestionLoader.java35 public static final int LOADER_ID_SUGGESTIONS = 42; field in SuggestionLoader
DSuggestionLoaderCompat.java29 public static final int LOADER_ID_SUGGESTIONS = 42; field in SuggestionLoaderCompat
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/suggestions/
DSuggestionControllerMixinTest.java93 verify(loaderManager).restartLoader(SuggestionLoader.LOADER_ID_SUGGESTIONS, in onServiceConnected_shouldGetSuggestion()
DSuggestionControllerMixinCompatTest.java93 verify(loaderManager).restartLoader(SuggestionLoader.LOADER_ID_SUGGESTIONS, in onServiceConnected_shouldGetSuggestion()