Searched refs:BranchFilter (Results 1 – 2 of 2) sorted by relevance
27 public final class BranchFilter extends Filter { class31 public BranchFilter(MffContext context, String name) { in BranchFilter() method in BranchFilter35 public BranchFilter(MffContext context, String name, boolean synced) { in BranchFilter() method in BranchFilter
21 import androidx.media.filterpacks.base.BranchFilter;295 branch = new BranchFilter(mContext, branchName, false); in connectAndBranch()