HomeSort by relevance Sort by last modified time
    Searched refs:CONTENT_FILTER_URI (Results 1 - 25 of 52) sorted by null

1 2 3

  /frameworks/ex/chips/src/com/android/ex/chips/
Queries.java 39 }, Phone.CONTENT_FILTER_URI, Phone.CONTENT_URI) {
57 }, Email.CONTENT_FILTER_URI, Email.CONTENT_URI) {
  /development/samples/ApiDemos/src/com/example/android/apis/os/
SmsMessageReceiver.java 52 ContactsContract.PhoneLookup.CONTENT_FILTER_URI,
  /packages/apps/Dialer/src/com/android/dialer/interactions/
UndemoteOutgoingCallReceiver.java 67 final Uri contactUri = Uri.withAppendedPath(PhoneLookup.CONTENT_FILTER_URI,
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_DataTest.java 147 Uri filterUri = Uri.withAppendedPath(Contactables.CONTENT_FILTER_URI, "tamale");
154 Uri filterUri = Uri.withAppendedPath(Contactables.CONTENT_FILTER_URI, "hot");
157 Uri filterUri2 = Uri.withAppendedPath(Contactables.CONTENT_FILTER_URI, "tam");
164 Uri filterUri = Uri.withAppendedPath(Contactables.CONTENT_FILTER_URI, "518");
167 Uri filterUri2 = Uri.withAppendedPath(Contactables.CONTENT_FILTER_URI, "51");
174 Uri filterUri = Uri.withAppendedPath(Contactables.CONTENT_FILTER_URI, "doeassoc");
181 Uri filterUri = Uri.withAppendedPath(Contactables.CONTENT_FILTER_URI, "doesnotexist");
  /developers/samples/android/content/contacts/BasicContactables/BasicContactablesSample/src/main/java/com/example/android/basiccontactables/
ContactablesLoaderCallbacks.java 57 CommonDataKinds.Contactables.CONTENT_FILTER_URI, query);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
AutoComplete4.java 89 Contacts.CONTENT_FILTER_URI,
  /development/samples/browseable/BasicContactables/src/com.example.android.basiccontactables/
ContactablesLoaderCallbacks.java 57 CommonDataKinds.Contactables.CONTENT_FILTER_URI, query);
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
SqlInjectionDetectionTest.java 82 Builder builder = Contacts.CONTENT_FILTER_URI.buildUpon();
ContactsProvider2Test.java 248 assertProjection(Contacts.CONTENT_FILTER_URI.buildUpon().appendPath("nothing").build(),
414 assertProjection(Phone.CONTENT_FILTER_URI.buildUpon().appendPath("123").build(),
630 assertProjection(PhoneLookup.CONTENT_FILTER_URI.buildUpon().appendPath("123").build(),
    [all...]
CallLogProviderTest.java 165 Uri filterUri = Uri.withAppendedPath(Calls.CONTENT_FILTER_URI, "1-800-4664-411");
172 filterUri = Uri.withAppendedPath(Calls.CONTENT_FILTER_URI, "1-888-4664-411");
  /frameworks/base/core/java/android/provider/
CallLog.java 58 public static final Uri CONTENT_FILTER_URI =
104 * The MIME type of {@link #CONTENT_URI} and {@link #CONTENT_FILTER_URI}
366 Uri.withAppendedPath(Callable.CONTENT_FILTER_URI,
  /packages/apps/Contacts/src/com/android/contacts/activities/
ShowOrCreateActivity.java 125 Uri uri = Uri.withAppendedPath(Email.CONTENT_FILTER_URI, Uri.encode(ssp));
131 Uri uri = Uri.withAppendedPath(PhoneLookup.CONTENT_FILTER_URI, ssp);
  /packages/apps/Dialer/src/com/android/dialer/calllog/
ContactInfoHelper.java 199 Uri.Builder uriBuilder = PhoneLookup.CONTENT_FILTER_URI.buildUpon();
227 Uri uri = Uri.withAppendedPath(PhoneLookup.CONTENT_FILTER_URI, Uri.encode(contactNumber));
  /developers/samples/android/content/LoaderCursor/src/com/example/android/content/loadercursor/
CursorLoaderListFragment.java 188 baseUri = Uri.withAppendedPath(Contacts.CONTENT_FILTER_URI,
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LoaderCursor.java 180 baseUri = Uri.withAppendedPath(Contacts.CONTENT_FILTER_URI,
LoaderRetained.java 185 baseUri = Uri.withAppendedPath(Contacts.CONTENT_FILTER_URI,
  /development/samples/Support13Demos/src/com/example/android/supportv13/app/
CursorFragment.java 120 baseUri = Uri.withAppendedPath(Contacts.CONTENT_FILTER_URI,
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
LoaderCursorSupport.java 161 baseUri = Uri.withAppendedPath(People.CONTENT_FILTER_URI, Uri.encode(mCurFilter));
LoaderRetainedSupport.java 152 baseUri = Uri.withAppendedPath(People.CONTENT_FILTER_URI, Uri.encode(mCurFilter));
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
SuggestionsProvider.java 141 ContactsContract.CommonDataKinds.Email.CONTENT_FILTER_URI, Uri.encode(query));
  /frameworks/base/core/java/android/widget/
QuickContactBadge.java 246 Uri.withAppendedPath(PhoneLookup.CONTENT_FILTER_URI, mContactPhone),
275 Uri.withAppendedPath(PhoneLookup.CONTENT_FILTER_URI, mContactPhone),
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
PhoneNumberListAdapter.java 151 baseUri = Phone.CONTENT_FILTER_URI;
153 baseUri = Callable.CONTENT_FILTER_URI;
155 baseUri = Phone.CONTENT_FILTER_URI;
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfo.java 285 Uri contactUri = Uri.withAppendedPath(PhoneLookup.CONTENT_FILTER_URI, Uri.encode(number));
316 Uri.withAppendedPath(PhoneLookup.CONTENT_FILTER_URI,
  /packages/apps/InCallUI/src/com/android/incallui/
CallerInfo.java 283 Uri contactUri = Uri.withAppendedPath(PhoneLookup.CONTENT_FILTER_URI, Uri.encode(number));
314 Uri.withAppendedPath(PhoneLookup.CONTENT_FILTER_URI,
  /packages/apps/Contacts/src/com/android/contacts/list/
EmailAddressListAdapter.java 79 builder = Email.CONTENT_FILTER_URI.buildUpon();

Completed in 844 milliseconds

1 2 3