HomeSort by relevance Sort by last modified time
    Searched refs:STATE_BACKGROUND_ACTIONS_QUEUED (Results 1 - 3 of 3) sorted by null

  /packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
ActionTest.java 136 ActionMonitor.STATE_BACKGROUND_ACTIONS_QUEUED);
140 verifyState(4, ActionMonitor.STATE_BACKGROUND_ACTIONS_QUEUED,
146 ActionMonitor.STATE_BACKGROUND_ACTIONS_QUEUED);
150 verifyState(6, ActionMonitor.STATE_BACKGROUND_ACTIONS_QUEUED,
201 ActionMonitor.STATE_BACKGROUND_ACTIONS_QUEUED);
205 verifyState(4, ActionMonitor.STATE_BACKGROUND_ACTIONS_QUEUED,
211 ActionMonitor.STATE_BACKGROUND_ACTIONS_QUEUED);
215 verifyState(6, ActionMonitor.STATE_BACKGROUND_ACTIONS_QUEUED,
  /packages/apps/Messaging/src/com/android/messaging/datamodel/action/
Action.java 196 ActionMonitor.STATE_BACKGROUND_ACTIONS_QUEUED,
216 ActionMonitor.STATE_BACKGROUND_ACTIONS_QUEUED);
ActionMonitor.java 97 * <li>Background worker request only : STATE_BACKGROUND_ACTIONS_QUEUED
102 * - STATE_BACKGROUND_ACTIONS_QUEUED
112 protected static final int STATE_BACKGROUND_ACTIONS_QUEUED = 4;
369 setState(action, expectedOldState, STATE_BACKGROUND_ACTIONS_QUEUED);

Completed in 206 milliseconds