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

  /packages/apps/Phone/src/com/android/phone/sip/
SipSettings.java 419 private void showRegistrationMessage(final String profileUri,
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, getString
    [all...]
  /packages/apps/Browser/src/com/android/browser/
AutofillHandler.java 141 final Uri profileUri = Uri.withAppendedPath(ContactsContract.Profile.CONTENT_URI,
143 String name = getContactField(profileUri,
149 String email = getContactField(profileUri,
152 String phone = getContactField(profileUri,
155 String company = getContactField(profileUri,
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java     [all...]

Completed in 98 milliseconds