Searched refs:mLowpanInterface (Results 1 – 2 of 2) sorted by relevance
58 private LowpanInterface mLowpanInterface; field in LowpanManagerTest115 mLowpanInterface = iface; in testRegisterCallback()121 assertEquals(mLowpanInterface.getService(), mLowpanInterfaceService); in testRegisterCallback()127 assertEquals(mLowpanManager.getInterface(), mLowpanInterface); in testRegisterCallback() local134 verify(mLowpanManagerCallback).onInterfaceRemoved(mLowpanInterface); in testRegisterCallback()163 mLowpanInterface = iface; in testUnregisterCallback()
54 private LowpanInterface mLowpanInterface; field in LowpanInterfaceTest65 mLowpanInterface = in setUp()72 mLowpanInterface.registerCallback(mLowpanInterfaceCallback); in testStateChangedCallback()