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

  /packages/apps/Phone/src/com/android/phone/sip/
SipSettings.java 412 private void showRegistrationMessage(final String profileUri,
416 SipPreference pref = mSipPreferenceMap.get(profileUri);
426 public void onRegistrationDone(String profileUri, long expiryTime) {
427 showRegistrationMessage(profileUri, getString(
431 public void onRegistering(String profileUri) {
432 showRegistrationMessage(profileUri, getString(
436 public void onRegistrationFailed(String profileUri, int errorCode,
440 showRegistrationMessage(profileUri, getString(
444 showRegistrationMessage(profileUri, getString(
448 showRegistrationMessage(profileUri, getString
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java     [all...]

Completed in 39 milliseconds