Searched refs:getFirstIfExists (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Tag/src/com/android/apps/tag/record/
H A DSmartPoster.java139 TextRecord title = getFirstIfExists(records, TextRecord.class);
140 ImageRecord image = getFirstIfExists(records, ImageRecord.class);
192 private static <T> T getFirstIfExists(Iterable<?> elements, Class<T> type) { method in class:SmartPoster

Completed in 63 milliseconds