Home | History | Annotate | Download | only in activity

Lines Matching refs:ControllerResults

146     private ControllerResultUiThreadWrapper<ControllerResults> mControllerCallback;
268 mControllerCallback = new ControllerResultUiThreadWrapper<ControllerResults>(
269 new Handler(), new ControllerResults());
895 * Called by ControllerResults. Show the "View" and "Save" buttons; hide "Load" and "Stop"
1758 private class ControllerResults extends Controller.Result {