OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:executeAndWait
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/app/
AlbumDataLoader.java
222
private <T> T
executeAndWait
(Callable<T> callable) {
372
UpdateInfo info =
executeAndWait
(new GetUpdateInfo(version));
382
executeAndWait
(new UpdateContent(info));
AlbumSetDataLoader.java
313
private <T> T
executeAndWait
(Callable<T> callable) {
355
UpdateInfo info =
executeAndWait
(new GetUpdateInfo(version));
376
executeAndWait
(new UpdateContent(info));
PhotoDataAdapter.java
912
private <T> T
executeAndWait
(Callable<T> callable) {
[
all
...]
Completed in 496 milliseconds