Searched refs:MIRACAST_SOURCE (Results 1 – 6 of 6) sorted by relevance
608 mWifiP2pNative.setMiracastMode(WifiP2pManager.MIRACAST_SOURCE); in testSetMiracastMode()609 verify(mSupplicantP2pIfaceHalMock).setMiracastMode(eq(WifiP2pManager.MIRACAST_SOURCE)); in testSetMiracastMode()
2108 assertFalse(mDut.setMiracastMode(WifiP2pManager.MIRACAST_SOURCE)); in testSetMiracastMode_success()2110 assertTrue(mDut.setMiracastMode(WifiP2pManager.MIRACAST_SOURCE)); in testSetMiracastMode_success()2129 assertFalse(mDut.setMiracastMode(WifiP2pManager.MIRACAST_SOURCE)); in testSetMiracastMode_failure()2142 assertFalse(mDut.setMiracastMode(WifiP2pManager.MIRACAST_SOURCE)); in testSetMiracastMode_exception()
1769 MIRACAST_SOURCE,1784 public static final int MIRACAST_SOURCE = 1; field in WifiP2pManager
1787 case WifiP2pManager.MIRACAST_SOURCE: in setMiracastMode()
1115 field public static final int MIRACAST_SOURCE = 1; // 0x1
1279 Landroid/net/wifi/p2p/WifiP2pManager;->MIRACAST_SOURCE:I