Searched refs:binderInterface (Results 1 – 2 of 2) sorted by relevance
272 public BinderAccessState(T binderInterface) { in BinderAccessState() argument274 mInterface = binderInterface; in BinderAccessState()
504 val binderInterface = mockThrowOnUnmocked<IDomainVerificationManager>() in <lambda>() constant506 val manager = DomainVerificationManager(context, binderInterface) in <lambda>()