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

  /packages/apps/ContactsCommon/src/com/android/contacts/common/
ContactsUtils.java 171 final Uri imUri = new Uri.Builder().scheme(SCHEME_IMTO).authority(
173 final Intent intent = new Intent(Intent.ACTION_SENDTO, imUri);
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
DataAction.java 199 final Uri imUri = new Uri.Builder().scheme(ContactsUtils.SCHEME_IMTO).authority(
201 mIntent = new Intent(Intent.ACTION_SENDTO, imUri);
  /packages/experimental/LoaderApp/src/com/android/loaderapp/util/
ContactsUtils.java 252 final Uri imUri = new Uri.Builder().scheme(Constants.SCHEME_IMTO).authority(
254 return new Intent(Intent.ACTION_SENDTO, imUri);
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java     [all...]

Completed in 387 milliseconds