Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
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()
/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.java265 public @interface UpdateType {} annotation in Model.Update
269 private final @UpdateType int mUpdateType;