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

1 2

  /development/samples/training/threadsample/src/com/example/android/threadsample/
DataProviderContract.java 56 Uri.withAppendedPath(CONTENT_URI, PICTUREURL_TABLE_NAME);
87 Uri.withAppendedPath(CONTENT_URI, DATE_TABLE_NAME);
  /cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/
AccessPermissionWithDiffSigTest.java 73 Uri.withAppendedPath(PERM_URI_GRANTING, "foo"),
74 Uri.withAppendedPath(PRIV_URI_GRANTING, "foo"),
75 Uri.withAppendedPath(PERM_URI_PATH, "foo"),
79 Uri.withAppendedPath(PERM_URI, "foo"),
80 Uri.withAppendedPath(PRIV_URI, "foo"),
81 Uri.withAppendedPath(PERM_URI_PATH_RESTRICTING, "foo"),
315 Uri grantClip1Uri = Uri.withAppendedPath(uri, "clip1");
316 Uri grantClip2Uri = Uri.withAppendedPath(uri, "clip2");
317 Uri grantClip3Uri = Uri.withAppendedPath(uri, "clip3");
318 Uri grantClip4Uri = Uri.withAppendedPath(uri, "clip4")
    [all...]
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowContentUris.java 13 return Uri.withAppendedPath(contentUri, String.valueOf(id));
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowContentUrisTest.java 31 assertThat(ContentUris.parseId(Uri.withAppendedPath(URI, "1"))).isEqualTo(1L);
37 ContentUris.parseId(Uri.withAppendedPath(URI, "bar"));
  /cts/tests/tests/database/apps/src/com/android/cts/providerapp/
DummyProvider.java 36 private static final Uri TEST_URI1 = Uri.withAppendedPath(CONTENT_URI, "test1");
37 private static final Uri TEST_URI2 = Uri.withAppendedPath(CONTENT_URI, "test2");
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
ContactsMetadataProviderTest.java 41 public static final Uri CONTENT_URI = Uri.withAppendedPath(METADATA_AUTHORITY_URI,
ContactsContract_DataTest.java 470 Uri filterUri = Uri.withAppendedPath(Contactables.CONTENT_FILTER_URI, "tamale");
477 Uri filterUri = Uri.withAppendedPath(Contactables.CONTENT_FILTER_URI, "hot");
480 Uri filterUri2 = Uri.withAppendedPath(Contactables.CONTENT_FILTER_URI, "tam");
487 Uri filterUri = Uri.withAppendedPath(Contactables.CONTENT_FILTER_URI, "518");
490 Uri filterUri2 = Uri.withAppendedPath(Contactables.CONTENT_FILTER_URI, "51");
497 Uri filterUri = Uri.withAppendedPath(Contactables.CONTENT_FILTER_URI, "doeassoc");
504 Uri filterUri = Uri.withAppendedPath(Contactables.CONTENT_FILTER_URI, "doesnotexist");
521 Uri uri = Uri.withAppendedPath(Callable.CONTENT_FILTER_URI, "doe");
529 Uri uri = Uri.withAppendedPath(Callable.CONTENT_FILTER_URI, "510");
535 Uri uri = Uri.withAppendedPath(Callable.CONTENT_FILTER_URI, "mysip")
    [all...]
  /development/samples/BusinessCard/src/com/example/android/businesscard/
ContactAccessorSdk3_4.java 67 Uri phoneUri = Uri.withAppendedPath(contactUri, Phones.CONTENT_DIRECTORY);
  /external/ims/rcs/rcsmanager/src/java/com/android/ims/internal/
EABContract.java 72 public static final Uri CONTENT_URI = Uri.withAppendedPath(EABContract.CONTENT_URI,
  /cts/hostsidetests/devicepolicy/app/ContactDirectoryProvider/src/com/android/cts/contactdirectoryprovider/
DirectoryProvider.java 60 private static final Uri PRIMARY_THUMBNAIL_URI = Uri.withAppendedPath(AUTHORITY_URI,
62 private static final Uri PRIMARY_PHOTO_URI = Uri.withAppendedPath(AUTHORITY_URI,
64 private static final Uri MANAGED_THUMBNAIL_URI = Uri.withAppendedPath(AUTHORITY_URI,
66 private static final Uri MANAGED_PHOTO_URI = Uri.withAppendedPath(AUTHORITY_URI,
  /cts/tests/tests/telephonyprovider/src/android/telephonyprovider/cts/
ThreadsTest.java 57 Uri.withAppendedPath(Telephony.Sms.CONTENT_URI, inboxUri.getLastPathSegment());
MmsPartTest.java 98 Uri uri = Uri.withAppendedPath(Telephony.Mms.Part.CONTENT_URI, Long.toString(partId));
  /development/samples/ApiDemos/src/com/example/android/apis/os/
SmsMessageReceiver.java 51 uri = Uri.withAppendedPath(
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestResultsProvider.java 50 return Uri.withAppendedPath(contentUri, RESULTS_PATH);
61 return Uri.withAppendedPath(getResultContentUri(context), testName);
170 return Uri.withAppendedPath(getResultContentUri(getContext()), "" + id);
  /cts/tests/tests/provider/src/android/provider/cts/
Settings_NameValueTableTest.java 97 assertEquals(Uri.withAppendedPath(uri, name), res);
Settings_SecureTest.java 168 assertEquals(Uri.withAppendedPath(Secure.CONTENT_URI, name), uri);
Settings_SystemTest.java 145 assertEquals(Uri.withAppendedPath(System.CONTENT_URI, name), uri);
  /developers/build/prebuilts/gradle/BasicContactables/Application/src/main/java/com/example/android/basiccontactables/
ContactablesLoaderCallbacks.java 56 Uri uri = Uri.withAppendedPath(
  /developers/samples/android/content/contacts/BasicContactables/Application/src/main/java/com/example/android/basiccontactables/
ContactablesLoaderCallbacks.java 56 Uri uri = Uri.withAppendedPath(
  /development/apps/Development/src/com/android/development/
DataList.java 100 uri = Uri.withAppendedPath(getIntent().getData(), mCursor.getString(idCol));
  /development/samples/ApiDemos/src/com/example/android/apis/view/
AutoComplete4.java 88 Uri uri = Uri.withAppendedPath(
  /development/samples/browseable/BasicContactables/src/com.example.android.basiccontactables/
ContactablesLoaderCallbacks.java 56 Uri uri = Uri.withAppendedPath(
  /development/samples/training/ContactsList/src/com/example/android/contactslist/ui/
ContactDetailFragment.java 330 final Uri uri = Uri.withAppendedPath(mContactUri, Contacts.Data.CONTENT_DIRECTORY);
560 Uri displayImageUri = Uri.withAppendedPath(contactUri, Photo.DISPLAY_PHOTO);
600 Uri imageUri = Uri.withAppendedPath(contactUri, Photo.CONTENT_DIRECTORY);
  /cts/tests/tests/content/src/android/content/cts/
DummyProvider.java 50 public static final Uri CONTENT_URI_MOCK_OPERATION = Uri.withAppendedPath(CONTENT_URI,
  /developers/samples/android/content/LoaderCursor/src/com/example/android/content/loadercursor/
CursorLoaderListFragment.java 188 baseUri = Uri.withAppendedPath(Contacts.CONTENT_FILTER_URI,

Completed in 415 milliseconds

1 2