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

  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/events/
EventState.java 84 private int nextAction;
110 nextAction = EventHandler.CONTINUE;
340 nextAction = handler.eventOccurred(t, y, !(increasing ^ forward));
343 nextAction = EventHandler.CONTINUE;
352 return nextAction == EventHandler.STOP;
371 if (nextAction == EventHandler.RESET_STATE) {
377 return (nextAction == EventHandler.RESET_STATE) ||
378 (nextAction == EventHandler.RESET_DERIVATIVES);
  /frameworks/opt/car/setupwizard/library/src/com/android/car/setupwizardlib/
BaseActivity.java 39 * <p>Provides helper methods like {@link #nextAction} and {@link #finishAction} for properly
210 * Called when nextAction has been invoked, should be overridden on derived class when it is
211 * needed perform work when nextAction has been invoked.
219 protected void nextAction(int resultCode) {
220 nextAction(resultCode, null);
226 protected void nextAction(int resultCode, Intent data) {
228 throw new IllegalArgumentException("Cannot call nextAction with RESULT_CANCELED");
247 * method to replace nextAction(resultCode); finish();
254 * Convenience method for nextAction(resultCode, data); finish();
258 nextAction(resultCode, data)
    [all...]
  /frameworks/av/media/libstagefright/bqhelper/
GraphicBufferSource.cpp 587 ActionItem nextAction = *(mActionQueue.begin());
588 if (itemTimeUs < nextAction.mActionTimeUs) {
590 (long long)itemTimeUs, (long long)nextAction.mActionTimeUs);
602 && nextAction.mAction != ActionItem::STOP) {
603 nextAction = *it;
608 CHECK(itemTimeUs >= nextAction.mActionTimeUs);
609 switch (nextAction.mAction) {
614 (long long)itemTimeUs, (long long)nextAction.mActionTimeUs);
621 (long long)itemTimeUs, (long long)nextAction.mActionTimeUs);
627 (long long)itemTimeUs, (long long)nextAction.mActionTimeUs)
    [all...]
  /packages/apps/Car/LocalMediaPlayer/src/com/android/car/media/localmediaplayer/
Player.java 124 Notification.Action nextAction = makeNotificationAction(
137 .addAction(nextAction);
145 .addAction(nextAction);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTracker.java     [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 
  /prebuilts/jdk/jdk8/darwin-x86/lib/
sa-jdi.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
sa-jdi.jar 

Completed in 669 milliseconds