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

/packages/services/Telephony/src/com/android/phone/sip/
H A DSipSettings.java419 private void showRegistrationMessage(final String profileUri, argument
424 SipPreference pref = mSipPreferenceMap.get(profileUri);
435 public void onRegistrationDone(String profileUri, long expiryTime) {
436 showRegistrationMessage(profileUri, getString(
441 public void onRegistering(String profileUri) {
442 showRegistrationMessage(profileUri, getString(
447 public void onRegistrationFailed(String profileUri, int errorCode,
451 showRegistrationMessage(profileUri, getString(
455 showRegistrationMessage(profileUri, getString(
459 showRegistrationMessage(profileUri, getStrin
[all...]

Completed in 129 milliseconds