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

Commit adf0698b authored by Chris Tate's avatar Chris Tate Committed by Android (Google) Code Review
Browse files

Merge "Make WorkSource version of alarm listener API @SystemApi"

parents 986739a6 f2d753ec
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3878,6 +3878,7 @@ package android.app {
    method public void set(int, long, android.app.PendingIntent);
    method public void set(int, long, java.lang.String, android.app.AlarmManager.OnAlarmListener, android.os.Handler);
    method public void set(int, long, long, long, android.app.PendingIntent, android.os.WorkSource);
    method public void set(int, long, long, long, android.app.AlarmManager.OnAlarmListener, android.os.Handler, android.os.WorkSource);
    method public void setAlarmClock(android.app.AlarmManager.AlarmClockInfo, android.app.PendingIntent);
    method public void setAndAllowWhileIdle(int, long, android.app.PendingIntent);
    method public void setExact(int, long, android.app.PendingIntent);
+1 −1
Original line number Diff line number Diff line
@@ -611,7 +611,7 @@ public class AlarmManager {
     *
     * @hide
     */
    //@SystemApi
    @SystemApi
    public void set(int type, long triggerAtMillis, long windowMillis, long intervalMillis,
            OnAlarmListener listener, Handler targetHandler, WorkSource workSource) {
        setImpl(type, triggerAtMillis, windowMillis, intervalMillis, 0, null, listener, null,