HomeSort by relevance Sort by last modified time
    Searched refs:profileUri (Results 1 - 3 of 3) sorted by null

  /packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipSettings.java 348 private void showRegistrationMessage(final String profileUri,
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, getString
    [all...]
SipConnectionService.java 113 String profileUri = accountHandle.getId();
114 findProfile(profileUri, new IProfileFinderCallback() {
208 private void findProfile(final String profileUri, final IProfileFinderCallback callback) {
217 if (Objects.equals(profileUri, profile.getUriString())) {
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java     [all...]

Completed in 799 milliseconds