Searched refs:LOWPAN_SERVICE (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/lowpan/java/android/net/lowpan/
H A DLowpanManager.java70 return (LowpanManager) context.getSystemService(Context.LOWPAN_SERVICE);
75 IBinder binder = ServiceManager.getService(Context.LOWPAN_SERVICE);
96 * {@link android.content.Context#LOWPAN_SERVICE Context.LOWPAN_SERVICE}.
/frameworks/base/core/java/android/app/
H A DSystemServiceRegistry.java545 registerService(Context.LOWPAN_SERVICE, LowpanManager.class,
549 IBinder b = ServiceManager.getServiceOrThrow(Context.LOWPAN_SERVICE);
/frameworks/base/core/java/android/content/
H A DContext.java2938 //@hide: LOWPAN_SERVICE,
3476 public static final String LOWPAN_SERVICE = "lowpan"; field in class:Context

Completed in 679 milliseconds