Searched refs:COUPLED_SINK_SUPPORT_AT_SINK (Results 1 – 1 of 1) sorted by relevance
47 private static final int COUPLED_SINK_SUPPORT_AT_SINK = 0x8; field in WifiP2pWfdInfo88 return (mDeviceInfo & COUPLED_SINK_SUPPORT_AT_SINK) != 0; in isCoupledSinkSupportedAtSource()93 mDeviceInfo |= COUPLED_SINK_SUPPORT_AT_SINK; in setCoupledSinkSupportAtSource()95 mDeviceInfo &= ~COUPLED_SINK_SUPPORT_AT_SINK; in setCoupledSinkSupportAtSource()100 return (mDeviceInfo & COUPLED_SINK_SUPPORT_AT_SINK) != 0; in isCoupledSinkSupportedAtSink()105 mDeviceInfo |= COUPLED_SINK_SUPPORT_AT_SINK; in setCoupledSinkSupportAtSink()107 mDeviceInfo &= ~COUPLED_SINK_SUPPORT_AT_SINK; in setCoupledSinkSupportAtSink()