Home
last modified time | relevance | path

Searched refs:UpdateType (Results 1 – 3 of 3) sorted by relevance

/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sorting/
DSortModelTest.java31 import com.android.documentsui.sorting.SortModel.UpdateType;
231 private @UpdateType int mLastUpdateType;
234 public void onModelUpdate(SortModel newModel, @UpdateType int updateType) { in onModelUpdate()
/packages/apps/DocumentsUI/src/com/android/documentsui/sorting/
DSortModel.java74 public @interface UpdateType {} annotation in SortModel
338 private void notifyListeners(@UpdateType int updateType) { in notifyListeners()
515 void onModelUpdate(SortModel newModel, @UpdateType int updateType); in onModelUpdate()
/packages/apps/DocumentsUI/src/com/android/documentsui/
DModel.java284 public @interface UpdateType {} annotation in Model.Update
288 private final @UpdateType int mUpdateType;