Home
last modified time | relevance | path

Searched refs:profileUri (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
DSipSettings.java345 private void showRegistrationMessage(final String profileUri, in showRegistrationMessage() argument
350 SipPreference pref = mSipPreferenceMap.get(profileUri); in showRegistrationMessage()
361 public void onRegistrationDone(String profileUri, long expiryTime) { in createRegistrationListener()
362 showRegistrationMessage(profileUri, getString( in createRegistrationListener()
367 public void onRegistering(String profileUri) { in createRegistrationListener() argument
368 showRegistrationMessage(profileUri, getString( in createRegistrationListener()
373 public void onRegistrationFailed(String profileUri, int errorCode, in createRegistrationListener() argument
377 showRegistrationMessage(profileUri, getString( in createRegistrationListener()
381 showRegistrationMessage(profileUri, getString( in createRegistrationListener()
385 showRegistrationMessage(profileUri, getString( in createRegistrationListener()
[all …]
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java4200 Uri profileUri = TestUtil.maybeAddAccountQueryParameters(Profile.CONTENT_RAW_CONTACTS_URI, in testInsertProfileWithDataSetTriggersAccountCreation() local
4204 long rawContactId = ContentUris.parseId(mResolver.insert(profileUri, values)); in testInsertProfileWithDataSetTriggersAccountCreation()