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

  /development/samples/NotePad/src/com/example/android/notepad/
NotePad.java 90 public static final Uri CONTENT_ID_URI_BASE
NotePadProvider.java 558 Uri noteUri = ContentUris.withAppendedId(NotePad.Notes.CONTENT_ID_URI_BASE, rowId);
  /development/samples/NotePad/tests/src/com/example/android/notepad/
NotePadProviderTest.java 173 Uri noteIdUri = ContentUris.withAppendedId(NotePad.Notes.CONTENT_ID_URI_BASE, 1);
204 Uri testUri = Uri.withAppendedPath(NotePad.Notes.CONTENT_ID_URI_BASE, "1");
249 testNoteIdUri = ContentUris.withAppendedId(NotePad.Notes.CONTENT_ID_URI_BASE, 1);
354 NotePad.Notes.CONTENT_ID_URI_BASE, // The base pattern for a note ID URI
554 Uri noteIdUri = ContentUris.withAppendedId(NotePad.Notes.CONTENT_ID_URI_BASE, 1);
594 noteIdUri = ContentUris.withAppendedId(NotePad.Notes.CONTENT_ID_URI_BASE, inputNoteId);
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LoaderThrottle.java 89 public static final Uri CONTENT_ID_URI_BASE
293 Uri noteUri = ContentUris.withAppendedId(MainTable.CONTENT_ID_URI_BASE, rowId);
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
LoaderThrottleSupport.java 90 public static final Uri CONTENT_ID_URI_BASE
294 Uri noteUri = ContentUris.withAppendedId(MainTable.CONTENT_ID_URI_BASE, rowId);

Completed in 418 milliseconds