Home
last modified time | relevance | path

Searched defs:UWB_SERVICE (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/java/android/app/
H A DSystemServiceRegistry.java731 registerService(Context.UWB_SERVICE, UwbManager.class, in registerService()
/aosp12/frameworks/base/core/java/android/content/
H A DContext.java5604 public static final String UWB_SERVICE = "uwb"; field in Context