コード例 #1
0
ファイル: SipMessage.java プロジェクト: imace/mbgapp
 /**
  * Get the display name of remote party.
  *
  * @return The remote display name
  */
 public String getDisplayName() {
   return SipUri.getDisplayedSimpleContact(fullFrom);
 }