Merge "Make StatusBarService.clearNotificationEffects oneway" into tm-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
ea151cdacd
@@ -70,7 +70,7 @@ interface IStatusBarService
|
||||
void onPanelRevealed(boolean clearNotificationEffects, int numItems);
|
||||
void onPanelHidden();
|
||||
// Mark current notifications as "seen" and stop ringing, vibrating, blinking.
|
||||
void clearNotificationEffects();
|
||||
oneway void clearNotificationEffects();
|
||||
void onNotificationClick(String key, in NotificationVisibility nv);
|
||||
void onNotificationActionClick(String key, int actionIndex, in Notification.Action action, in NotificationVisibility nv, boolean generatedByAssistant);
|
||||
void onNotificationError(String pkg, String tag, int id,
|
||||
|
||||
Reference in New Issue
Block a user