Searched refs:thisDeviceName (Results 1 – 1 of 1) sorted by relevance
140 private static final String thisDeviceName = "thisDeviceName"; field in WifiP2pServiceImplTest243 mTestThisDevice.deviceName = thisDeviceName; in generatorTestData()838 when(mWifiSettingsConfigStore.get(eq(WIFI_P2P_DEVICE_NAME))).thenReturn(thisDeviceName); in setUpWifiP2pServiceImpl()2316 assertEquals(thisDeviceName, wifiP2pDevice.deviceName); in testRequestDeviceInfoSuccessWhenP2pEnabled()2352 assertEquals(thisDeviceName, wifiP2pDevice.deviceName); in testRequestDeviceInfoReturnsActualMacForNetworkSettingsApp()