Searched defs:wifiP2pDevice (Results 1 – 5 of 5) sorted by relevance
114 final WifiP2pDevice wifiP2pDevice = mock(WifiP2pDevice.class); in setupOneOtherP2pPeer() local
485 final WifiP2pDevice wifiP2pDevice = mock(WifiP2pDevice.class); in peersCategoryController_withOnePeerDevice_shouldBeAvailable() local509 final WifiP2pDevice wifiP2pDevice = mock(WifiP2pDevice.class); in thisDeviceController_onDeviceInfoAvailable_shouldUpdateDeviceName() local569 final WifiP2pDevice wifiP2pDevice = mock(WifiP2pDevice.class); in setupOneP2pPeer() local
608 public void onDeviceInfoAvailable(WifiP2pDevice wifiP2pDevice) { in onDeviceInfoAvailable()
3621 WifiP2pDevice wifiP2pDevice = (WifiP2pDevice) mMessageCaptor.getValue().obj; in testRequestDeviceInfoSuccessWhenP2pEnabled() local3646 WifiP2pDevice wifiP2pDevice = (WifiP2pDevice) mMessageCaptor.getValue().obj; in testRequestDeviceInfoReturnEmptyWifiP2pDeviceWhenP2pDisabled() local3672 WifiP2pDevice wifiP2pDevice = (WifiP2pDevice) mMessageCaptor.getValue().obj; in testRequestDeviceInfoReturnsActualMacForNetworkSettingsApp() local3738 WifiP2pDevice wifiP2pDevice = (WifiP2pDevice) mMessageCaptor.getValue().obj; in verifyCustomizeDefaultDeviceName() local3868 WifiP2pDevice wifiP2pDevice = (WifiP2pDevice) msgCaptor.getAllValues().get(1).obj; in testCustomizeDefaultDeviceNameIsPreserved() local4658 WifiP2pDevice wifiP2pDevice = (WifiP2pDevice) mMessageCaptor.getValue().obj; in testRestoreDeviceNameAndMacWhenMacRandomizationNotSupported() local
1100 void onDeviceInfoAvailable(@Nullable WifiP2pDevice wifiP2pDevice); in onDeviceInfoAvailable()