Merge "Clarifying meaning of items param in javadoc per feedback" into rvc-dev

This commit is contained in:
TreeHugger Robot
2020-02-25 03:24:39 +00:00
committed by Android (Google) Code Review

View File

@@ -184,7 +184,7 @@ public abstract class NotificationAssistantService extends NotificationListenerS
/** /**
* Implement this to know when the notification panel is revealed * Implement this to know when the notification panel is revealed
* *
* @param items Number of items on the panel at time of opening * @param items Number of notifications on the panel at time of opening
*/ */
public void onPanelRevealed(int items) { public void onPanelRevealed(int items) {