Home
last modified time | relevance | path

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

/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
DSipUtil.java65 intent.putExtra(EXTRA_PHONE_ACCOUNT, SipUtil.createAccountHandle(context, sipProfileName)); in createIncomingCallPendingIntent()
81 static PhoneAccountHandle createAccountHandle(Context context, String sipProfileName) { in createAccountHandle() method in SipUtil
119 SipUtil.createAccountHandle(context, profile.getProfileName()); in createPhoneAccount()
DSipAccountRegistry.java190 PhoneAccountHandle handle = SipUtil.createAccountHandle(context, sipProfileName); in stopSipService()