Searched refs:getContentTitle (Results 1 – 3 of 3) sorted by relevance
28 assertThat(shadowOf(notification).getContentTitle().toString()).isEqualTo("Hello"); in build_setsContentTitleOnNotification()131 assertThat(shadowOf(notification).getContentTitle()).isNullOrEmpty(); in build_handlesNullContentTitle()
51 public CharSequence getContentTitle() { in getContentTitle() method in ShadowNotification.LatestEventInfo
29 public CharSequence getContentTitle() { in getContentTitle() method in ShadowNotification