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

Commit 6810242c authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Introduce JobScheduler quota bumps in lieu of bucket changes." into...

Merge "Introduce JobScheduler quota bumps in lieu of bucket changes." into tm-dev am: d0333d36 am: 455742b6 am: 41065cad am: 3a77ef59

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/18204754



Change-Id: I749c45a568d36033997146530c3deb4c50cf0594
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 70044984 3a77ef59
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -59,6 +59,13 @@ public interface AppStandbyInternal {
        public void onUserInteractionStarted(String packageName, @UserIdInt int userId) {
            // No-op by default
        }

        /**
         * Optional callback to inform the listener to give the app a temporary quota bump.
         */
        public void triggerTemporaryQuotaBump(String packageName, @UserIdInt int userId) {
            // No-op by default
        }
    }

    void onBootPhase(int phase);