Searched refs:STATE_QUEUED (Results 1 – 11 of 11) sorted by relevance
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/ |
D | ActionTest.java | 81 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()
|
D | ActionServiceTest.java | 111 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 | PrintSettingsFragment.java | 324 case PrintJobInfo.STATE_QUEUED: in onLoadFinished() 365 case PrintJobInfo.STATE_QUEUED: in onLoadFinished()
|
D | PrintSettingPreferenceController.java | 131 case PrintJobInfo.STATE_QUEUED: in shouldShowToUser()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/print/ |
D | PrintJobPreferenceController.java | 56 case PrintJobInfo.STATE_QUEUED: in updateUi() 97 case PrintJobInfo.STATE_QUEUED: in updateUi()
|
D | PrintSettingsFragment.java | 324 case PrintJobInfo.STATE_QUEUED: in onLoadFinished() 365 case PrintJobInfo.STATE_QUEUED: in onLoadFinished()
|
D | PrintSettingPreferenceController.java | 131 case PrintJobInfo.STATE_QUEUED: in shouldShowToUser()
|
/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()
|