HomeSort by relevance Sort by last modified time
    Searched defs:verifyState (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/location/src/android/location/cts/
TestGnssNavigationMessageListener.java 85 public boolean verifyState() {
  /packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
ActionTest.java 58 private void verifyState(final int count, final int from, final int to) {
83 verifyState(1, ActionMonitor.STATE_CREATED, ActionMonitor.STATE_QUEUED);
122 verifyState(1, ActionMonitor.STATE_CREATED, ActionMonitor.STATE_QUEUED);
126 verifyState(2, ActionMonitor.STATE_QUEUED, ActionMonitor.STATE_EXECUTING);
135 verifyState(3, ActionMonitor.STATE_EXECUTING,
140 verifyState(4, ActionMonitor.STATE_BACKGROUND_ACTIONS_QUEUED,
145 verifyState(5, ActionMonitor.STATE_EXECUTING_BACKGROUND_ACTION,
150 verifyState(6, ActionMonitor.STATE_BACKGROUND_ACTIONS_QUEUED,
157 verifyState(7, ActionMonitor.STATE_EXECUTING_BACKGROUND_ACTION,
169 verifyState(9, ActionMonitor.STATE_PROCESSING_BACKGROUND_RESPONSE
    [all...]

Completed in 3677 milliseconds