Home
last modified time | relevance | path

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

/aosp12/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sorting/
H A 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()
/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
H A DOffloadController.java92 private enum UpdateType { IF_NEEDED, FORCE }; enum in OffloadController
260 computeAndPushLocalPrefixes(UpdateType.FORCE); in start()
582 computeAndPushLocalPrefixes(UpdateType.IF_NEEDED); in setUpstreamLinkProperties()
591 computeAndPushLocalPrefixes(UpdateType.IF_NEEDED); in setLocalPrefixes()
713 private boolean computeAndPushLocalPrefixes(UpdateType how) { in computeAndPushLocalPrefixes()
714 final boolean force = (how == UpdateType.FORCE); in computeAndPushLocalPrefixes()
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/sorting/
H A 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()
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DModel.java265 public @interface UpdateType {} annotation in Model.Update
269 private final @UpdateType int mUpdateType;
/aosp12/hardware/qcom/sm7250/display/sdm/include/private/
H A Dhw_info_types.h722 enum UpdateType { enum
/aosp12/hardware/qcom/sm8150/display/sdm/include/private/
H A Dhw_info_types.h702 enum UpdateType { enum