Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/suggestions/
H A DSuggestionControllerMixin.java97 loaderManager.restartLoader(SuggestionLoader.LOADER_ID_SUGGESTIONS, in onServiceConnected()
H A DSuggestionControllerMixinCompat.java96 loaderManager.restartLoader(SuggestionLoader.LOADER_ID_SUGGESTIONS, in onServiceConnected()
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/suggestions/
H A DSuggestionControllerMixinCompatTest.java93 verify(loaderManager).restartLoader(SuggestionLoader.LOADER_ID_SUGGESTIONS, in onServiceConnected_shouldGetSuggestion()
H A DSuggestionControllerMixinTest.java93 verify(loaderManager).restartLoader(SuggestionLoader.LOADER_ID_SUGGESTIONS, in onServiceConnected_shouldGetSuggestion()
/aosp14/frameworks/base/core/java/android/app/
H A DLoaderManager.java171 public abstract <D> Loader<D> restartLoader(int id, Bundle args, in restartLoader() method in LoaderManager
666 …public <D> Loader<D> restartLoader(int id, Bundle args, LoaderManager.LoaderCallbacks<D> callback)… in restartLoader() method in LoaderManagerImpl
/aosp14/frameworks/base/core/tests/batterystatstests/BatteryStatsViewer/src/com/android/frameworks/core/batterystatsviewer/
H A DBatteryConsumerPickerActivity.java128 LoaderManager.getInstance(this).restartLoader(0, args, in loadBatteryUsageStats()
H A DBatteryStatsViewerActivity.java120 LoaderManager.getInstance(this).restartLoader(0, args, in loadBatteryUsageStats()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt6095 …method @Deprecated public abstract <D> android.content.Loader<D> restartLoader(int, android.os.Bun…