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

Commit 63ae29f4 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add app-level timeout & ANR limits." into udc-dev am: d2e06de8 am: 2cc70878

parents 2ffdefc4 2cc70878
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