Searched refs:p2pm (Results 1 – 1 of 1) sorted by relevance
261 WifiP2pManager p2pm = mock(WifiP2pManager.class); in getContext() local262 when(context.getSystemService(WifiP2pManager.class)).thenReturn(p2pm); in getContext()273 when(p2pm.getP2pStateMachineMessenger()).thenReturn(new Messenger(handler)); in getContext()