Home
last modified time | relevance | path

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

/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
DActionTest.java82 assertEquals("After start state: STATE_QUEUED", ActionMonitor.STATE_QUEUED, in testActionStartTransitionsCorrectly()
84 verifyState(1, ActionMonitor.STATE_CREATED, ActionMonitor.STATE_QUEUED); in testActionStartTransitionsCorrectly()
123 verifyState(1, ActionMonitor.STATE_CREATED, ActionMonitor.STATE_QUEUED); in testActionTransitionsEndToEndWithRequests()
127 verifyState(2, ActionMonitor.STATE_QUEUED, ActionMonitor.STATE_EXECUTING); in testActionTransitionsEndToEndWithRequests()
188 verifyState(1, ActionMonitor.STATE_CREATED, ActionMonitor.STATE_QUEUED); in testActionTransitionsEndToEndFailsRequests()
192 verifyState(2, ActionMonitor.STATE_QUEUED, ActionMonitor.STATE_EXECUTING); in testActionTransitionsEndToEndFailsRequests()
243 verifyState(1, ActionMonitor.STATE_CREATED, ActionMonitor.STATE_QUEUED); in testActionTransitionsEndToEndNoRequests()
247 verifyState(2, ActionMonitor.STATE_QUEUED, ActionMonitor.STATE_EXECUTING); in testActionTransitionsEndToEndNoRequests()
DActionServiceTest.java110 ActionMonitor.STATE_QUEUED); in testChatServiceCreatesIntentAndExecutesAction()
/packages/apps/Settings/src/com/android/settings/print/
DPrintJobPreferenceController.java56 case PrintJobInfo.STATE_QUEUED: in updateUi()
97 case PrintJobInfo.STATE_QUEUED: in updateUi()
DPrintSettingPreferenceController.java136 case PrintJobInfo.STATE_QUEUED: in shouldShowToUser()
DPrintSettingsFragment.java377 case PrintJobInfo.STATE_QUEUED: in onLoadFinished()
418 case PrintJobInfo.STATE_QUEUED: in onLoadFinished()
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DAction.java166 ActionMonitor.STATE_QUEUED); in markStart()
173 ActionMonitor.setState(this, ActionMonitor.STATE_QUEUED, in markBeginExecute()
DActionMonitor.java110 protected static final int STATE_QUEUED = 2; // Action queued for processing field in ActionMonitor
/packages/apps/Settings/tests/robotests/src/com/android/settings/print/
DPrintJobPreferenceControllerTest.java111 when(mPrintJobInfo.getState()).thenReturn(PrintJobInfo.STATE_QUEUED); in updateUi_jobState_STATE_QUEUED()
133 when(mPrintJobInfo.getState()).thenReturn(PrintJobInfo.STATE_QUEUED); in updateUi_jobState_STATE_QUEUED_and_jobInfo_CANCELLING()