Searched defs:profileUri (Results 1 - 2 of 2) sorted by relevance

/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
H A DSipConnectionService.java113 String profileUri = accountHandle.getId();
114 findProfile(profileUri, new IProfileFinderCallback() {
208 private void findProfile(final String profileUri, final IProfileFinderCallback callback) { argument
217 if (Objects.equals(profileUri, profile.getUriString())) {
H A DSipSettings.java348 private void showRegistrationMessage(final String profileUri, argument
353 SipPreference pref = mSipPreferenceMap.get(profileUri);
364 public void onRegistrationDone(String profileUri, long expiryTime) {
365 showRegistrationMessage(profileUri, getString(
370 public void onRegistering(String profileUri) {
371 showRegistrationMessage(profileUri, getString(
376 public void onRegistrationFailed(String profileUri, int errorCode,
380 showRegistrationMessage(profileUri, getString(
384 showRegistrationMessage(profileUri, getString(
388 showRegistrationMessage(profileUri, getStrin
[all...]

Completed in 92 milliseconds