Searched refs:FLAGS_ALL (Results 1 – 1 of 1) sorted by relevance
124 private static final int FLAGS_ALL = ~0; field in TaskbarLauncherStateController416 int changedFlags = mPrevState == null ? FLAGS_ALL : mPrevState ^ mState; in applyState()