Searched refs:UwbContext (Results 1 – 3 of 3) sorted by relevance
36 public class UwbContext extends ContextWrapper { class52 public UwbContext(@NonNull Context contextBase) { in UwbContext() method in UwbContext
36 mImpl = new UwbServiceImpl(context, new UwbInjector(new UwbContext(context))); in UwbService()
101 private final UwbContext mContext;124 public UwbInjector(@NonNull UwbContext context) { in UwbInjector()