Home
last modified time | relevance | path

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

/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
DActionTest.java81 assertEquals("After start state: STATE_QUEUED", ActionMonitor.STATE_QUEUED, in testActionStartTransitionsCorrectly()
83 verifyState(1, ActionMonitor.STATE_CREATED, ActionMonitor.STATE_QUEUED); in testActionStartTransitionsCorrectly()
122 verifyState(1, ActionMonitor.STATE_CREATED, ActionMonitor.STATE_QUEUED); in testActionTransitionsEndToEndWithRequests()
126 verifyState(2, ActionMonitor.STATE_QUEUED, ActionMonitor.STATE_EXECUTING); in testActionTransitionsEndToEndWithRequests()
187 verifyState(1, ActionMonitor.STATE_CREATED, ActionMonitor.STATE_QUEUED); in testActionTransitionsEndToEndFailsRequests()
191 verifyState(2, ActionMonitor.STATE_QUEUED, ActionMonitor.STATE_EXECUTING); in testActionTransitionsEndToEndFailsRequests()
242 verifyState(1, ActionMonitor.STATE_CREATED, ActionMonitor.STATE_QUEUED); in testActionTransitionsEndToEndNoRequests()
246 verifyState(2, ActionMonitor.STATE_QUEUED, ActionMonitor.STATE_EXECUTING); in testActionTransitionsEndToEndNoRequests()
DActionServiceTest.java111 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()
DPrintSettingsFragment.java324 case PrintJobInfo.STATE_QUEUED: in onLoadFinished()
365 case PrintJobInfo.STATE_QUEUED: in onLoadFinished()
DPrintSettingPreferenceController.java131 case PrintJobInfo.STATE_QUEUED: in shouldShowToUser()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/print/
DPrintJobPreferenceController.java56 case PrintJobInfo.STATE_QUEUED: in updateUi()
97 case PrintJobInfo.STATE_QUEUED: in updateUi()
DPrintSettingsFragment.java324 case PrintJobInfo.STATE_QUEUED: in onLoadFinished()
365 case PrintJobInfo.STATE_QUEUED: in onLoadFinished()
DPrintSettingPreferenceController.java131 case PrintJobInfo.STATE_QUEUED: in shouldShowToUser()
/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()