OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UpdateTask
(Results
1 - 4
of
4
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
ContentProviderTask.java
38
* @see
UpdateTask
114
public static class
UpdateTask
extends ContentProviderTask {
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
RootsCache.java
141
new
UpdateTask
(forceRefreshAll, null)
149
new
UpdateTask
(false, packageName).executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR);
175
* Block until the first {@link
UpdateTask
} pass has finished.
194
* {@link
UpdateTask
} passes ignore stopped applications.
208
* Load roots from a stopped authority. Normal {@link
UpdateTask
} passes
225
private class
UpdateTask
extends AsyncTask<Void, Void, Void> {
240
public
UpdateTask
(boolean forceRefreshAll, String forceRefreshPackage) {
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
CustomContactListFilterActivity.java
842
new
UpdateTask
(this).execute(diff);
[
all
...]
/prebuilts/tools/common/netbeans-visual/
org-netbeans-api-visual.jar
Completed in 180 milliseconds