Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/
H A DSystemServiceRegistry.java397 registerService(Context.TETHERING_SERVICE, TetheringManager.class, in registerService()
402 ctx, () -> ServiceManager.getService(Context.TETHERING_SERVICE)); in registerService()
/aosp12/frameworks/base/core/java/android/content/
H A DContext.java4273 public static final String TETHERING_SERVICE = "tethering"; field in Context