Merge "Clarifying meaning of items param in javadoc per feedback" into rvc-dev am: a493b5c516 am: 2f23e9d85a am: d15abb58a5

Change-Id: I34031c07e31c88c7d7df20e6a2a8d68b33658ae4
This commit is contained in:
Automerger Merge Worker
2020-02-25 04:09:26 +00:00

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) {