Searched refs:EXTRA_SELF_DISPLAY_NAME (Results 1 – 3 of 3) sorted by relevance
1188 public static final String EXTRA_SELF_DISPLAY_NAME = "android.selfDisplayName"; field in Notification7202 extras.putCharSequence(EXTRA_SELF_DISPLAY_NAME, mUser.getName()); in addExtras()7256 CharSequence displayName = extras.getCharSequence(EXTRA_SELF_DISPLAY_NAME); in restoreFromExtras()
5344 … field @Deprecated public static final String EXTRA_SELF_DISPLAY_NAME = "android.selfDisplayName";