Searched refs:UpdateType (Results 1 – 4 of 4) sorted by relevance
92 private enum UpdateType { IF_NEEDED, FORCE }; enum in OffloadController260 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()
31 import com.android.documentsui.sorting.SortModel.UpdateType;231 private @UpdateType int mLastUpdateType;234 public void onModelUpdate(SortModel newModel, @UpdateType int updateType) { in onModelUpdate()
74 public @interface UpdateType {} annotation in SortModel338 private void notifyListeners(@UpdateType int updateType) { in notifyListeners()515 void onModelUpdate(SortModel newModel, @UpdateType int updateType); in onModelUpdate()
265 public @interface UpdateType {} annotation in Model.Update269 private final @UpdateType int mUpdateType;