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

/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java392 public static final String EXTRA_SELF_DISPLAY_NAME = "android.selfDisplayName"; field in class:NotificationCompat
2161 if (extras != null && !extras.containsKey(EXTRA_SELF_DISPLAY_NAME)) {
2290 extras.putCharSequence(EXTRA_SELF_DISPLAY_NAME, mUserDisplayName);
2307 mUserDisplayName = extras.getString(EXTRA_SELF_DISPLAY_NAME);
/frameworks/base/core/java/android/app/
H A DNotification.java1052 public static final String EXTRA_SELF_DISPLAY_NAME = "android.selfDisplayName"; field in class:Notification
6005 extras.putCharSequence(EXTRA_SELF_DISPLAY_NAME, mUserDisplayName);
6056 mUserDisplayName = extras.getCharSequence(EXTRA_SELF_DISPLAY_NAME);

Completed in 61 milliseconds