Home | History | Annotate | Download | only in incallui

Lines Matching defs:String

64   private static final String NOTIFICATION_GROUP = "ExternalCallNotifier";
162 String callId, ContactInfoCache.ContactCacheEntry entry) {
172 public void onImageLoadComplete(String callId, ContactInfoCache.ContactCacheEntry entry) {
192 String.valueOf(mNotifications.get(call).getNotificationId()), NOTIFICATION_ID);
247 ? R.string.notification_external_video_call
248 : R.string.notification_external_call));
275 ? R.string.notification_take_video_call
276 : R.string.notification_take_call),
302 String.valueOf(info.getNotificationId()), NOTIFICATION_ID, notification);
381 private @Nullable String getContentTitle(
391 return context.getResources().getString(R.string.conference_call_name);
394 String preferredName =
414 private String getPersonReference(ContactInfoCache.ContactCacheEntry contactInfo, Call call) {
416 String number = TelecomCallUtil.getNumber(call);
441 @Nullable private String mContentTitle;
443 @Nullable private String mPersonReference;
458 public @Nullable String getContentTitle() {
462 public void setContentTitle(@Nullable String contentTitle) {
474 public @Nullable String getPersonReference() {
478 public void setPersonReference(@Nullable String personReference) {