HomeSort by relevance Sort by last modified time
    Searched refs:LOWPAN_SERVICE (Results 1 - 3 of 3) sorted by null

  /frameworks/base/lowpan/java/android/net/lowpan/
LowpanManager.java 70 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/
SystemServiceRegistry.java 545 registerService(Context.LOWPAN_SERVICE, LowpanManager.class,
549 IBinder b = ServiceManager.getServiceOrThrow(Context.LOWPAN_SERVICE);
    [all...]
  /frameworks/base/core/java/android/content/
Context.java     [all...]

Completed in 267 milliseconds