Searched refs:createPlaceholderMedia (Results 1 – 1 of 1) sorted by relevance
157 mDeletedMedia.remove(createPlaceholderMedia(localId, cloudId)); in addMedia()164 if (mMedia.remove(createPlaceholderMedia(localId, cloudId)) && trackDeleted) { in deleteMedia()217 private static TestMedia createPlaceholderMedia(String localId, String cloudId) { in createPlaceholderMedia() method in PickerProviderMediaGenerator.MediaGenerator