Searched refs:SCHEME (Results 1 – 2 of 2) sorted by relevance
55 private static final String SCHEME = "content://"; field in NotePad.Notes84 public static final Uri CONTENT_URI = Uri.parse(SCHEME + AUTHORITY + PATH_NOTES);91 = Uri.parse(SCHEME + AUTHORITY + PATH_NOTE_ID);98 = Uri.parse(SCHEME + AUTHORITY + PATH_NOTE_ID + "/#");104 = Uri.parse(SCHEME + AUTHORITY + PATH_LIVE_FOLDER);
17 public static final String SCHEME = "content"; field in DataProviderContract25 public static final Uri CONTENT_URI = Uri.parse(SCHEME + "://" + AUTHORITY);