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

/frameworks/base/core/java/android/app/
H A DNotification.java954 public static final String EXTRA_SELF_DISPLAY_NAME = "android.selfDisplayName"; field in class:Notification
4741 extras.putCharSequence(EXTRA_SELF_DISPLAY_NAME, mUserDisplayName);
4788 mUserDisplayName = extras.getCharSequence(EXTRA_SELF_DISPLAY_NAME);
/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java369 public static final String EXTRA_SELF_DISPLAY_NAME = "android.selfDisplayName"; field in class:NotificationCompat
2141 if (!extras.containsKey(EXTRA_SELF_DISPLAY_NAME)) {
2158 extras.putCharSequence(EXTRA_SELF_DISPLAY_NAME, mUserDisplayName);
2175 mUserDisplayName = extras.getString(EXTRA_SELF_DISPLAY_NAME);

Completed in 211 milliseconds