Searched refs:RESULT_DONE (Results 1 – 2 of 2) sorted by relevance
25 import static com.android.server.wm.LaunchParamsController.LaunchParamsModifier.RESULT_DONE;98 case RESULT_DONE: in calculate()247 @IntDef({RESULT_SKIP, RESULT_DONE, RESULT_CONTINUE})256 int RESULT_DONE = 1; field
36 import static com.android.server.wm.LaunchParamsController.LaunchParamsModifier.RESULT_DONE;132 -> RESULT_DONE; in testEarlyExit()149 new InstrumentedPositioner(RESULT_DONE, new LaunchParams()); in testRegistration()280 final InstrumentedPositioner positioner = new InstrumentedPositioner(RESULT_DONE, params); in testLayoutTaskPreferredDisplayChange()300 final InstrumentedPositioner positioner = new InstrumentedPositioner(RESULT_DONE, params); in testLayoutTaskWindowingModeChange()325 final InstrumentedPositioner positioner = new InstrumentedPositioner(RESULT_DONE, params); in testLayoutTaskBoundsChangeFreeformWindow()348 final InstrumentedPositioner positioner = new InstrumentedPositioner(RESULT_DONE, params); in testLayoutTaskBoundsChangeFixedWindow()