Searched refs:STATE_STOPPING (Results 1 – 1 of 1) sorted by relevance
53 private static final int STATE_STOPPING = 1; field in ActiveSubsciptionsListener291 final int currentState = mCacheState.getAndSet(STATE_STOPPING);292 if (currentState <= STATE_STOPPING) {293 mCacheState.compareAndSet(STATE_STOPPING, currentState);301 mCacheState.compareAndSet(STATE_STOPPING, STATE_NOT_LISTENING);