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

Commit d563a5a2 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

Change-Id: I7aabf0df54f734e4c57a110a541d04d91661a1cc
parents e38fe398 0444bcc6
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;
        }