Searched refs:getContentTitle (Results 1 – 4 of 4) sorted by relevance
77 statusBarNotifier.getContentTitle(null, mCall)); in testGetContentTitle_ConferenceCall()83 assertEquals(NAME_PRIMARY, statusBarNotifier.getContentTitle(mUnlockedContactInfo, mCall)); in testGetContentTitle_Unlocked()89 assertEquals(NUMBER, statusBarNotifier.getContentTitle(mLockedContactInfo, mCall)); in testGetContentTitle_Locked()96 assertEquals(NUMBER, statusBarNotifier.getContentTitle(contactCacheEntry, mCall)); in testGetContentTitle_EmptyPreferredName()
268 public CharSequence getContentTitle() { in getContentTitle() method in CarNavExtender
248 final String contentTitle = getContentTitle(contactInfo, call); in buildAndSendNotification()427 String getContentTitle(ContactCacheEntry contactInfo, Call call) { in getContentTitle() method in StatusBarNotifier
739 method public java.lang.CharSequence getContentTitle();