Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d2e06de8 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add app-level timeout & ANR limits." into udc-dev

parents be1ffcd9 a57583df
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -59,6 +59,10 @@ public interface JobSchedulerInternal {
     */
    void reportAppUsage(String packageName, int userId);

    /** @return {@code true} if the app is considered buggy from JobScheduler's perspective. */
    boolean isAppConsideredBuggy(int callingUserId, @NonNull String callingPackageName,
            int timeoutBlameUserId, @NonNull String timeoutBlamePackageName);

    /**
     * @return {@code true} if the given notification is associated with any user-initiated jobs.
     */
Loading