Home
last modified time | relevance | path

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

/frameworks/base/lowpan/tests/src/android/net/lowpan/
DLowpanManagerTest.java48 @Mock IBinder mLowpanInterfaceBinder; field in LowpanManagerTest
81 when(mLowpanInterfaceService.asBinder()).thenReturn(mLowpanInterfaceBinder); in testGetInterfaceList()
92 when(mLowpanInterfaceService.asBinder()).thenReturn(mLowpanInterfaceBinder); in testRegisterCallback()
140 when(mLowpanInterfaceService.asBinder()).thenReturn(mLowpanInterfaceBinder); in testUnregisterCallback()
DLowpanInterfaceTest.java46 @Mock IBinder mLowpanInterfaceBinder; field in LowpanInterfaceTest
63 when(mLowpanInterfaceService.asBinder()).thenReturn(mLowpanInterfaceBinder); in setUp()