Searched refs:EXTRA_SELF_DISPLAY_NAME (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationCompat.java391 public static final String EXTRA_SELF_DISPLAY_NAME = "android.selfDisplayName"; field in class:NotificationCompat
2351 && !extras.containsKey(EXTRA_SELF_DISPLAY_NAME)
2513 extras.putCharSequence(EXTRA_SELF_DISPLAY_NAME, mUser.getName());
2542 .setName(extras.getString(EXTRA_SELF_DISPLAY_NAME))
/frameworks/base/core/java/android/app/
H A DNotification.java1154 public static final String EXTRA_SELF_DISPLAY_NAME = "android.selfDisplayName"; field in class:Notification
6872 extras.putCharSequence(EXTRA_SELF_DISPLAY_NAME, mUser.getName());
6926 CharSequence displayName = extras.getCharSequence(EXTRA_SELF_DISPLAY_NAME);

Completed in 35 milliseconds