Searched refs:STATE_QUEUED (Results 1 – 8 of 8) sorted by relevance
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/ |
D | ActionTest.java | 82 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()
|
D | ActionServiceTest.java | 110 ActionMonitor.STATE_QUEUED); in testChatServiceCreatesIntentAndExecutesAction()
|
/packages/apps/Settings/src/com/android/settings/print/ |
D | PrintJobPreferenceController.java | 56 case PrintJobInfo.STATE_QUEUED: in updateUi() 97 case PrintJobInfo.STATE_QUEUED: in updateUi()
|
D | PrintSettingPreferenceController.java | 136 case PrintJobInfo.STATE_QUEUED: in shouldShowToUser()
|
D | PrintSettingsFragment.java | 377 case PrintJobInfo.STATE_QUEUED: in onLoadFinished() 418 case PrintJobInfo.STATE_QUEUED: in onLoadFinished()
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/ |
D | Action.java | 166 ActionMonitor.STATE_QUEUED); in markStart() 173 ActionMonitor.setState(this, ActionMonitor.STATE_QUEUED, in markBeginExecute()
|
D | ActionMonitor.java | 110 protected static final int STATE_QUEUED = 2; // Action queued for processing field in ActionMonitor
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/print/ |
D | PrintJobPreferenceControllerTest.java | 111 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()
|