Home
last modified time | relevance | path

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

/frameworks/base/lowpan/tests/src/android/net/lowpan/
DLowpanManagerTest.java58 private LowpanInterface mLowpanInterface; field in LowpanManagerTest
115 mLowpanInterface = iface; in testRegisterCallback()
121 assertEquals(mLowpanInterface.getService(), mLowpanInterfaceService); in testRegisterCallback()
127 assertEquals(mLowpanManager.getInterface(), mLowpanInterface); in testRegisterCallback() local
134 verify(mLowpanManagerCallback).onInterfaceRemoved(mLowpanInterface); in testRegisterCallback()
163 mLowpanInterface = iface; in testUnregisterCallback()
DLowpanInterfaceTest.java54 private LowpanInterface mLowpanInterface; field in LowpanInterfaceTest
65 mLowpanInterface = in setUp()
72 mLowpanInterface.registerCallback(mLowpanInterfaceCallback); in testStateChangedCallback()