Home
last modified time | relevance | path

Searched refs:UwbContext (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbContext.java36 public class UwbContext extends ContextWrapper { class
52 public UwbContext(@NonNull Context contextBase) { in UwbContext() method in UwbContext
DUwbService.java36 mImpl = new UwbServiceImpl(context, new UwbInjector(new UwbContext(context))); in UwbService()
DUwbInjector.java101 private final UwbContext mContext;
124 public UwbInjector(@NonNull UwbContext context) { in UwbInjector()