am f57324cf: Add getSipUri() for identification.

Merge commit 'f57324cf4f82947296f4d1acb9df1f3c9c03134e' into gingerbread-plus-aosp

* commit 'f57324cf4f82947296f4d1acb9df1f3c9c03134e':
  Add getSipUri() for identification.
This commit is contained in:
Chung-yih Wang
2010-08-10 20:47:18 -07:00
committed by Android Git Automerger

View File

@@ -102,6 +102,10 @@ public class SipPhone extends SipPhoneBase {
return mProfile.getProfileName();
}
public String getSipUri() {
return mProfile.getUriString();
}
public boolean canTake(Object incomingCall) {
synchronized (SipPhone.class) {
if (!(incomingCall instanceof SipAudioCall)) return false;