Searched refs:isNotMovable (Results 1 – 1 of 1) sorted by relevance
41 public static final Predicate<Cursor> NOT_MOVABLE = DocumentFilters::isNotMovable;82 private static final boolean isNotMovable(Cursor c) { in isNotMovable() method in DocumentFilters