Searched refs:FORCE (Results 1 – 2 of 2) sorted by relevance
89 private enum UpdateType { IF_NEEDED, FORCE }; enumConstant225 computeAndPushLocalPrefixes(UpdateType.FORCE); in start()643 final boolean force = (how == UpdateType.FORCE); in computeAndPushLocalPrefixes()
56 protected static boolean FORCE = true; field in StorageManagerBaseTest