Searched refs:restartLoader (Results 1 – 9 of 9) sorted by relevance
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/suggestions/ |
H A D | SuggestionControllerMixin.java | 97 loaderManager.restartLoader(SuggestionLoader.LOADER_ID_SUGGESTIONS, in onServiceConnected()
|
H A D | SuggestionControllerMixinCompat.java | 96 loaderManager.restartLoader(SuggestionLoader.LOADER_ID_SUGGESTIONS, in onServiceConnected()
|
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/suggestions/ |
H A D | SuggestionControllerMixinCompatTest.java | 93 verify(loaderManager).restartLoader(SuggestionLoader.LOADER_ID_SUGGESTIONS, in onServiceConnected_shouldGetSuggestion()
|
H A D | SuggestionControllerMixinTest.java | 93 verify(loaderManager).restartLoader(SuggestionLoader.LOADER_ID_SUGGESTIONS, in onServiceConnected_shouldGetSuggestion()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | LoaderManager.java | 171 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 D | BatteryConsumerPickerActivity.java | 128 LoaderManager.getInstance(this).restartLoader(0, args, in loadBatteryUsageStats()
|
H A D | BatteryStatsViewerActivity.java | 120 LoaderManager.getInstance(this).restartLoader(0, args, in loadBatteryUsageStats()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 6095 …method @Deprecated public abstract <D> android.content.Loader<D> restartLoader(int, android.os.Bun…
|