Searched refs:getCallExtra (Results 1 – 5 of 5) sorted by relevance
462 public String getCallExtra(String name) { in getCallExtra() method in ImsCallProfile463 return getCallExtra(name, ""); in getCallExtra()466 public String getCallExtra(String name, String defaultValue) { in getCallExtra() method in ImsCallProfile
108 assertEquals("hello", unparceledProfile.getCallExtra("STRING")); in testExtrasCleanup()
189 mAddress = imsCall.getCallProfile().getCallExtra(ImsCallProfile.EXTRA_OI); in ImsPhoneConnection()190 mCnapName = imsCall.getCallProfile().getCallExtra(ImsCallProfile.EXTRA_CNA); in ImsPhoneConnection()823 String address = callProfile.getCallExtra(ImsCallProfile.EXTRA_OI); in updateAddressDisplay()824 String name = callProfile.getCallExtra(ImsCallProfile.EXTRA_CNA); in updateAddressDisplay()
675 return userId.equals(mCallProfile.getCallExtra(ImsCallProfile.EXTRA_REMOTE_URI, "")); in checkIfRemoteUserIsSame()850 public String getCallExtra(String name) throws ImsException { in getCallExtra() method in ImsCall3493 sb.append(mCallProfile.getCallExtra(ImsCallProfile.EXTRA_CALL_RAT_TYPE)); in toString()3606 String callType = mCallProfile.getCallExtra(ImsCallProfile.EXTRA_CALL_RAT_TYPE); in getRadioTechnology()3608 callType = mCallProfile.getCallExtra(ImsCallProfile.EXTRA_CALL_RAT_TYPE_ALT); in getRadioTechnology()
8423 method public String getCallExtra(String);8424 method public String getCallExtra(String, String);