Home
last modified time | relevance | path

Searched refs:updateAsync (Results 1 – 15 of 15) sorted by relevance

/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/data/
H A DServiceLiveData.kt71 updateAsync()
76 updateAsync()
81 updateAsync()
86 updateAsync()
91 updateAsync()
96 updateAsync()
101 updateAsync()
106 updateAsync()
111 updateAsync()
117 updateAsync()
H A DLightPackageInfoLiveData.kt65 updateAsync()
83 override fun updateAsync() {
89 super.updateAsync()
110 updateAsync()
126 updateAsync()
153 updateAsync()
H A DSmartAsyncMediatorLiveData.kt51 updateAsync()
54 open fun updateAsync() {
71 updateAsync()
81 updateAsync()
H A DLightPermInfoLiveData.kt51 updateAsync()
54 override fun updateAsync() {
60 super.updateAsync()
H A DFullStoragePermissionAppsLiveData.kt55 updateAsync()
58 updateAsync()
125 updateAsync()
H A DPermStateLiveData.kt58 updateAsync()
62 updateAsync()
103 updateAsync()
H A DBroadcastReceiverLiveData.kt54 updateAsync()
60 updateAsync()
H A DEnabledAccessibilityServicesLiveData.kt57 updateAsync()
H A DRoleHoldersLiveData.kt55 updateAsync()
H A DPreinstalledUserPackageInfosLiveData.kt60 updateAsync()
H A DUserPackageInfosLiveData.kt46 updateAsync()
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DDocumentsApplication.java136 mProviders.updateAsync(/* forceRefreshAll= */ false, /* callback= */ null); in onCreate()
187 mProviders.updateAsync(/* forceRefreshAll= */ true,
190 mProviders.updateAsync(/* forceRefreshAll= */ true, /* callback= */ null);
/aosp12/system/extras/simpleperf/scripts/
H A Dreport_html.js65 updateAsync(text, progress) { method in ProgressBar
1727 return () => gProgressBar.updateAsync(text, progress);
1731 return () => gProgressBar.updateAsync(null, gProgressBar.progress + progress);
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/model/
H A DReviewOngoingUsageViewModel.kt190 updateAsync()
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/roots/
H A DProvidersCache.java197 public void updateAsync(boolean forceRefreshAll, @Nullable Runnable callback) {