Clarifying meaning of items param in javadoc per feedback

Bug: 148402958
Change-Id: Ic021f6fc37e7fce8e9b052d7434d0dc1569724ea
This commit is contained in:
Alex Mang
2020-02-24 15:31:41 -08:00
parent 36d149c025
commit fa1062ac43

View File

@@ -184,7 +184,7 @@ public abstract class NotificationAssistantService extends NotificationListenerS
/**
* 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) {