Loading core/java/android/app/Activity.java +1 −1 Original line number Diff line number Diff line Loading @@ -1242,7 +1242,7 @@ public class Activity extends ContextThemeWrapper * making sure nothing is lost if there are not enough resources to start * the new activity without first killing this one. This is also a good * place to do things like stop animations and other things that consume a * noticeable mount of CPU in order to make the switch to the next activity * noticeable amount of CPU in order to make the switch to the next activity * as fast as possible, or to close resources that are exclusive access * such as the camera. * Loading core/java/android/os/ConditionVariable.java +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ package android.os; * block() will not block, and instead return immediately. * * <p> * This class uses itself is at the object to wait on, so if you wait() * This class uses itself as the object to wait on, so if you wait() * or notify() on a ConditionVariable, the results are undefined. */ public class ConditionVariable Loading core/java/android/os/HandlerThread.java +1 −1 File changed.Contains only whitespace changes. Show changes Loading
core/java/android/app/Activity.java +1 −1 Original line number Diff line number Diff line Loading @@ -1242,7 +1242,7 @@ public class Activity extends ContextThemeWrapper * making sure nothing is lost if there are not enough resources to start * the new activity without first killing this one. This is also a good * place to do things like stop animations and other things that consume a * noticeable mount of CPU in order to make the switch to the next activity * noticeable amount of CPU in order to make the switch to the next activity * as fast as possible, or to close resources that are exclusive access * such as the camera. * Loading
core/java/android/os/ConditionVariable.java +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ package android.os; * block() will not block, and instead return immediately. * * <p> * This class uses itself is at the object to wait on, so if you wait() * This class uses itself as the object to wait on, so if you wait() * or notify() on a ConditionVariable, the results are undefined. */ public class ConditionVariable Loading
core/java/android/os/HandlerThread.java +1 −1 File changed.Contains only whitespace changes. Show changes