Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/network/
DActiveSubsciptionsListener.java53 private static final int STATE_STOPPING = 1; field in ActiveSubsciptionsListener
291 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);