Searched refs:getDhcpInfo (Results 1 – 8 of 8) sorted by relevance
118 DhcpInfo getDhcpInfo(); in getDhcpInfo() method
2426 public DhcpInfo getDhcpInfo() {2428 return mService.getDhcpInfo();
227 public DhcpInfo getDhcpInfo() { in getDhcpInfo() method in BaseWifiService
1625 when(mWifiService.getDhcpInfo()).thenReturn(dhcpInfo); in testGetDhcpInfo()1626 assertEquals(dhcpInfo, mWifiManager.getDhcpInfo()); in testGetDhcpInfo()1627 verify(mWifiService).getDhcpInfo(); in testGetDhcpInfo()
2450 public DhcpInfo getDhcpInfo() { in getDhcpInfo() method in WifiServiceImpl
18041 method public android.net.DhcpInfo getDhcpInfo();
49738 Landroid/net/wifi/IWifiManager$Stub$Proxy;->getDhcpInfo()Landroid/net/DhcpInfo;49871 Landroid/net/wifi/IWifiManager;->getDhcpInfo()Landroid/net/DhcpInfo;
29792 method public android.net.DhcpInfo getDhcpInfo();