Home
last modified time | relevance | path

Searched refs:getLowpanInterface (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/net/lowpan/command/java/com/android/commands/lowpan/
DLowpanCtl.java122 private LowpanInterface getLowpanInterface() { in getLowpanInterface() method in LowpanCtl
143 mILowpanInterface = getLowpanInterface().getService(); in getILowpanInterface()
226 getLowpanInterface().reset(); in runReset()
230 getLowpanInterface().setEnabled(true); in runEnable()
234 getLowpanInterface().setEnabled(false); in runDisable()
293 getLowpanInterface().attach(provision); in runAttach()
299 getLowpanInterface().leave(); in runLeave()
308 getLowpanInterface().join(provision); in runJoin()
323 getLowpanInterface().form(provision); in runForm()
329 LowpanInterface iface = getLowpanInterface(); in runStatus()
[all …]