Searched refs:COUPLED_SINK_SUPPORT_AT_SINK (Results 1 – 2 of 2) sorted by relevance
49 private static final int COUPLED_SINK_SUPPORT_AT_SINK = 0x8; field in WifiP2pWfdInfo96 return (mDeviceInfo & COUPLED_SINK_SUPPORT_AT_SINK) != 0; in isCoupledSinkSupportedAtSource()101 mDeviceInfo |= COUPLED_SINK_SUPPORT_AT_SINK; in setCoupledSinkSupportAtSource()103 mDeviceInfo &= ~COUPLED_SINK_SUPPORT_AT_SINK; in setCoupledSinkSupportAtSource()108 return (mDeviceInfo & COUPLED_SINK_SUPPORT_AT_SINK) != 0; in isCoupledSinkSupportedAtSink()113 mDeviceInfo |= COUPLED_SINK_SUPPORT_AT_SINK; in setCoupledSinkSupportAtSink()115 mDeviceInfo &= ~COUPLED_SINK_SUPPORT_AT_SINK; in setCoupledSinkSupportAtSink()
46849 Landroid/net/wifi/p2p/WifiP2pWfdInfo;->COUPLED_SINK_SUPPORT_AT_SINK:I