Searched refs:wifiIface (Results 1 – 2 of 2) sorted by relevance
1826 final TetheringInterface wifiIface = new TetheringInterface( in testRegisterTetheringEventCallback() local1846 assertArrayEquals(tetherState.availableList, new TetheringInterface[] {wifiIface}); in testRegisterTetheringEventCallback()1851 assertArrayEquals(tetherState.tetheredList, new TetheringInterface[] {wifiIface}); in testRegisterTetheringEventCallback()1863 assertEquals(tetherState.tetheredList, new TetheringInterface[] {wifiIface}); in testRegisterTetheringEventCallback()1872 assertArrayEquals(tetherState.availableList, new TetheringInterface[] {wifiIface}); in testRegisterTetheringEventCallback()
3297 CreateXxxIfaceAnswer(ChipMockBase chipMockBase, WifiStatus status, IWifiIface wifiIface) { in CreateXxxIfaceAnswer() argument3300 mWifiIface = wifiIface; in CreateXxxIfaceAnswer()