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()
708 registerService(Context.LOWPAN_SERVICE, LowpanManager.class, in registerService() argument712 IBinder b = ServiceManager.getServiceOrThrow(Context.LOWPAN_SERVICE); in registerService()
3862 public static final String LOWPAN_SERVICE = "lowpan"; field in Context