Searched refs:UWB_SERVICE (Results 1 – 4 of 4) sorted by relevance
39 Log.i(TAG, "Registering " + Context.UWB_SERVICE); in onStart()40 publishBinderService(Context.UWB_SERVICE, mImpl); in onStart()
48 @SystemService(Context.UWB_SERVICE)50 private static final String SERVICE_NAME = Context.UWB_SERVICE;
3712 UWB_SERVICE,5600 public static final String UWB_SERVICE = "uwb"; field in Context
731 registerService(Context.UWB_SERVICE, UwbManager.class, in registerService() argument