AOSP/Launcher3 - Update language to comply with Android's inclusive language guidance.

See https://source.android.com/setup/contribute/respectful-code for reference

BUG=161896447

Test: make and Presubmit verify.

Change-Id: I44e903046dd4cd9c7c07872fc56a8d552eb09522
This commit is contained in:
Raman Tenneti
2020-08-03 12:54:21 -07:00
parent 12e59e9a66
commit ab98166c36
27 changed files with 76 additions and 77 deletions

View File

@@ -30,9 +30,9 @@ import java.util.List;
/**
* The key data associated with the notification, used to determine what to include
* in dots and dummy popup views before they are populated.
* in dots and stub popup views before they are populated.
*
* @see NotificationInfo for the full data used when populating the dummy views.
* @see NotificationInfo for the full data used when populating the stub views.
*/
public class NotificationKeyData {
public final String notificationKey;