Home
last modified time | relevance | path

Searched refs:sipProfileName (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
H A DSipAccountRegistry.java144 void startSipService(Context context, String sipProfileName, boolean enabledProfile) { in startSipService() argument
155 public void removeSipProfile(String sipProfileName) { in removeSipProfile() argument
156 AccountEntry accountEntry = getAccountEntry(sipProfileName); in removeSipProfile()
173 void stopSipService(Context context, String sipProfileName) { in stopSipService() argument
175 AccountEntry accountEntry = getAccountEntry(sipProfileName); in stopSipService()
182 PhoneAccountHandle handle = SipUtil.createAccountHandle(context, sipProfileName); in stopSipService()
270 private AccountEntry getAccountEntry(String sipProfileName) { in getAccountEntry() argument
272 if (Objects.equals(sipProfileName, entry.getProfile().getProfileName())) { in getAccountEntry()
H A DSipUtil.java62 Context context, String sipProfileName) { in createIncomingCallPendingIntent() argument
65 intent.putExtra(EXTRA_PHONE_ACCOUNT, SipUtil.createAccountHandle(context, sipProfileName)); in createIncomingCallPendingIntent()
83 static PhoneAccountHandle createAccountHandle(Context context, String sipProfileName) { in createAccountHandle() argument
85 new ComponentName(context, SipConnectionService.class), sipProfileName); in createAccountHandle()
99 String sipProfileName = phoneAccountHandle.getId(); in getSipProfileNameFromPhoneAccount() local
100 if (TextUtils.isEmpty(sipProfileName)) { in getSipProfileNameFromPhoneAccount()
103 return sipProfileName; in getSipProfileNameFromPhoneAccount()