@SystemApi
 public void resume() {
   try {
     mUpdateEngine.resume();
   } catch (RemoteException e) {
     throw e.rethrowFromSystemServer();
   }
 }