Loading core/java/android/os/UpdateEngine.java +11 −0 Original line number Original line Diff line number Diff line Loading @@ -252,6 +252,17 @@ public class UpdateEngine { } } } } /** * @hide */ public void setPerformanceMode(boolean enable) { try { mUpdateEngine.setPerformanceMode(enable); } catch (RemoteException e) { throw e.rethrowFromSystemServer(); } } /** /** * Unbinds the last bound callback function. * Unbinds the last bound callback function. */ */ Loading Loading
core/java/android/os/UpdateEngine.java +11 −0 Original line number Original line Diff line number Diff line Loading @@ -252,6 +252,17 @@ public class UpdateEngine { } } } } /** * @hide */ public void setPerformanceMode(boolean enable) { try { mUpdateEngine.setPerformanceMode(enable); } catch (RemoteException e) { throw e.rethrowFromSystemServer(); } } /** /** * Unbinds the last bound callback function. * Unbinds the last bound callback function. */ */ Loading