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

Commit e8b7492a authored by Ned Burns's avatar Ned Burns Committed by android-build-merger
Browse files

Merge "Add @CurrentTimeMillisLong to new API method" into qt-dev am: 0444bcc6

am: d563a5a2

Change-Id: I2383966d1371f20e5a4a0478f0562f9e8fc14890
parents 74e07151 d563a5a2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@

package android.service.notification;

import android.annotation.CurrentTimeMillisLong;
import android.annotation.IntDef;
import android.annotation.NonNull;
import android.annotation.SdkConstant;
@@ -1680,6 +1681,7 @@ public abstract class NotificationListenerService extends Service {
         *
         * @return the time of the last alerting behavior, in milliseconds.
         */
        @CurrentTimeMillisLong
        public long getLastAudiblyAlertedMillis() {
            return mLastAudiblyAlertedMs;
        }