Searched refs:InstrumentedPositioner (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/am/
H A DLaunchParamsControllerTests.java116 new InstrumentedPositioner(RESULT_DONE, new LaunchParams());
151 final InstrumentedPositioner positioner2 = new InstrumentedPositioner(RESULT_CONTINUE,
171 final InstrumentedPositioner positioner1 = new InstrumentedPositioner(RESULT_SKIP, params1);
175 final InstrumentedPositioner positioner2 =
176 new InstrumentedPositioner(RESULT_CONTINUE, params2);
198 final InstrumentedPositioner positioner = new InstrumentedPositioner(RESULT_DONE, params);
218 final InstrumentedPositioner positione
232 public static class InstrumentedPositioner implements class in class:LaunchParamsControllerTests
238 InstrumentedPositioner(int returnVal, LaunchParams params) { method in class:LaunchParamsControllerTests.InstrumentedPositioner
[all...]

Completed in 56 milliseconds