Searched refs:safeParseLong (Results 1 – 1 of 1) sorted by relevance
110 Arrays.sort(files, (lhs, rhs) -> Long.compare(safeParseLong(rhs.getName()), in indexFilesLocked()111 safeParseLong(lhs.getName()))); in indexFilesLocked()244 final long creationTime = safeParseLong( in prune()319 private static long safeParseLong(String fileName) { in safeParseLong() method in NotificationHistoryDatabase