Loading core/java/android/app/usage/UsageEvents.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -133,6 +133,7 @@ public final class UsageEvents implements Parcelable { /** /** * An event type denoting that a component was in the foreground when the stats * An event type denoting that a component was in the foreground when the stats * rolled-over. This is effectively treated as a {@link #ACTIVITY_PAUSED}. * rolled-over. This is effectively treated as a {@link #ACTIVITY_PAUSED}. * This event has a non-null packageName, and a null className. * {@hide} * {@hide} */ */ public static final int END_OF_DAY = 3; public static final int END_OF_DAY = 3; Loading Loading
core/java/android/app/usage/UsageEvents.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -133,6 +133,7 @@ public final class UsageEvents implements Parcelable { /** /** * An event type denoting that a component was in the foreground when the stats * An event type denoting that a component was in the foreground when the stats * rolled-over. This is effectively treated as a {@link #ACTIVITY_PAUSED}. * rolled-over. This is effectively treated as a {@link #ACTIVITY_PAUSED}. * This event has a non-null packageName, and a null className. * {@hide} * {@hide} */ */ public static final int END_OF_DAY = 3; public static final int END_OF_DAY = 3; Loading