Searched refs:SCHEME_SIP (Results 1 – 11 of 11) sorted by relevance
97 uris[0] = Uri.fromParts(PhoneAccount.SCHEME_SIP, sipNumber, null); in testGetImsAssociatedUriWithoutPreferTelUri()116 uris[1] = Uri.fromParts(PhoneAccount.SCHEME_SIP, sipNumber, null); in testGetImsAssociatedUriWithoutPreferTelUri()151 uris[0] = Uri.fromParts(PhoneAccount.SCHEME_SIP, sipNumber, null); in testGetImsAssociatedUriWithPreferTelUri()169 uris[1] = Uri.fromParts(PhoneAccount.SCHEME_SIP, sipNumber, null); in testGetImsAssociatedUriWithPreferTelUri()184 uris[0] = Uri.fromParts(PhoneAccount.SCHEME_SIP, telNumber, null); in testGetImsAssociatedUriWithPreferTelUri()185 uris[1] = Uri.fromParts(PhoneAccount.SCHEME_SIP, sipNumber, null); in testGetImsAssociatedUriWithPreferTelUri()217 uris[0] = Uri.fromParts(PhoneAccount.SCHEME_SIP, sipNumber, null); in testGetLastSuccessfulPresenceTuples()
42 private static final String SCHEME_SIP = "sip"; field in PublishUtils121 if (SCHEME_SIP.equals(scheme) && !TextUtils.isEmpty(schemeSpecificPart) && in getContactUriFromIsim()139 return Uri.fromParts(SCHEME_SIP, phoneNumber + DOMAIN_SEPARATOR + domain, null); in getContactUriFromLine1Number()171 if (contactUri.getScheme().equalsIgnoreCase(SCHEME_SIP)) { in getConvertedTelUri()
243 if (PhoneAccount.SCHEME_SIP.equals(address.getScheme())) { in setExternalConnectionAddress()
153 } else if (PhoneAccount.SCHEME_SIP.equals(scheme)) { in piiHandle()
175 .that(phoneAccount.supportsUriScheme(PhoneAccount.SCHEME_SIP)).isTrue(); in createPhoneAccount_sip_success()189 .that(phoneAccount.supportsUriScheme(PhoneAccount.SCHEME_SIP)).isFalse(); in createPhoneAccount_tel_success()
775 mTelecomManager.placeCall(Uri.fromParts(PhoneAccount.SCHEME_SIP, in updateCalls()908 : PhoneAccount.SCHEME_SIP)) in createPhoneAccount()
446 } else if (PhoneAccount.SCHEME_SIP.equals(scheme)) { in piiHandle()
470 public static final String SCHEME_SIP = "sip"; field in PhoneAccount
2454 if (!PhoneAccount.SCHEME_SIP.equals(scheme)) { in convertSipUriToTelUri()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
43066 field public static final String SCHEME_SIP = "sip";