Searched refs:REGEX_ALBUM_CONTENT (Results 1 – 1 of 1) sorted by relevance
89 public static final String REGEX_ALBUM_CONTENT = URI_UPDATE_ALBUM_CONTENT + "/[0-9]*/[0-9]*$"; field in NotificationContentObserver90 public static final Pattern PATTERN_ALBUM_CONTENT = Pattern.compile(REGEX_ALBUM_CONTENT);