Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DClientModeImplTest.java261 WifiP2pManager p2pm = mock(WifiP2pManager.class); in getContext() local
262 when(context.getSystemService(WifiP2pManager.class)).thenReturn(p2pm); in getContext()
273 when(p2pm.getP2pStateMachineMessenger()).thenReturn(new Messenger(handler)); in getContext()