Searched refs:LOWPAN_SERVICE (Results 1 – 3 of 3) sorted by relevance
70 return (LowpanManager) context.getSystemService(Context.LOWPAN_SERVICE); in from()75 IBinder binder = ServiceManager.getService(Context.LOWPAN_SERVICE); in getManager()
545 registerService(Context.LOWPAN_SERVICE, LowpanManager.class, in registerService() argument549 IBinder b = ServiceManager.getServiceOrThrow(Context.LOWPAN_SERVICE); in registerService()
3476 public static final String LOWPAN_SERVICE = "lowpan"; field in Context