Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java366 registerService(Context.TETHERING_SERVICE, TetheringManager.class, in registerService()
371 ctx, () -> ServiceManager.getService(Context.TETHERING_SERVICE)); in registerService()
/frameworks/base/core/java/android/content/
DContext.java3995 public static final String TETHERING_SERVICE = "tethering"; field in Context