Loading core/java/android/os/UpdateEngine.java +11 −0 Original line number 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. */ Loading Loading
core/java/android/os/UpdateEngine.java +11 −0 Original line number 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. */ Loading