Searched defs:notifyUpdateListeners (Results 1 - 1 of 1) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DModel.java89 private void notifyUpdateListeners() { method in class:Model
95 private void notifyUpdateListeners(Exception e) { method in class:Model
112 notifyUpdateListeners();
124 notifyUpdateListeners(result.exception);
141 notifyUpdateListeners();

Completed in 149 milliseconds