Home
last modified time | relevance | path

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

/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
DSipAccountRegistry.java144 void startSipService(Context context, String sipProfileName, boolean enabledProfile) { in startSipService()
155 public void removeSipProfile(String sipProfileName) { in removeSipProfile()
173 void stopSipService(Context context, String sipProfileName) { in stopSipService()
269 private AccountEntry getAccountEntry(String sipProfileName) { in getAccountEntry()
DSipUtil.java62 Context context, String sipProfileName) { in createIncomingCallPendingIntent()
83 static PhoneAccountHandle createAccountHandle(Context context, String sipProfileName) { in createAccountHandle()
99 String sipProfileName = phoneAccountHandle.getId(); in getSipProfileNameFromPhoneAccount() local