Loading core/res/AndroidManifest.xml +1 −0 Original line number Diff line number Diff line Loading @@ -581,6 +581,7 @@ <protected-broadcast android:name="android.app.action.KEYGUARD_PRIVATE_NOTIFICATIONS_CHANGED" /> <protected-broadcast android:name="NotificationManagerService.TIMEOUT" /> <protected-broadcast android:name="com.android.server.notification.TimeToLiveHelper" /> <protected-broadcast android:name="NotificationHistoryDatabase.CLEANUP" /> <protected-broadcast android:name="ScheduleConditionProvider.EVALUATE" /> <protected-broadcast android:name="EventConditionProvider.EVALUATE" /> Loading services/core/java/com/android/server/notification/NotificationManagerPrivate.java +2 −0 Original line number Diff line number Diff line Loading @@ -25,4 +25,6 @@ import android.annotation.Nullable; interface NotificationManagerPrivate { @Nullable NotificationRecord getNotificationByKey(String key); void timeoutNotification(String key); } Loading
core/res/AndroidManifest.xml +1 −0 Original line number Diff line number Diff line Loading @@ -581,6 +581,7 @@ <protected-broadcast android:name="android.app.action.KEYGUARD_PRIVATE_NOTIFICATIONS_CHANGED" /> <protected-broadcast android:name="NotificationManagerService.TIMEOUT" /> <protected-broadcast android:name="com.android.server.notification.TimeToLiveHelper" /> <protected-broadcast android:name="NotificationHistoryDatabase.CLEANUP" /> <protected-broadcast android:name="ScheduleConditionProvider.EVALUATE" /> <protected-broadcast android:name="EventConditionProvider.EVALUATE" /> Loading
services/core/java/com/android/server/notification/NotificationManagerPrivate.java +2 −0 Original line number Diff line number Diff line Loading @@ -25,4 +25,6 @@ import android.annotation.Nullable; interface NotificationManagerPrivate { @Nullable NotificationRecord getNotificationByKey(String key); void timeoutNotification(String key); }