Searched defs:empty (Results 1 – 4 of 4) sorted by relevance
20 private val empty by lazy { Timestamp(0L, 0L, 0L, realTimestampFormatter) } in <lambda>() constant30 fun empty(): Timestamp = empty in min() method
38 Bundle empty = new Bundle(); in testNoAppRenderingRule_disabledByDefault() local
154 List<String> empty = new ArrayList<>(); in testGetLatestBugReport() local
368 public File createDirectory(String dir, boolean empty) { in createDirectory()