Searched refs:DEVICE_OUT_BLUETOOTH (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/jellybean/
H A DMediaRouterJellybean.java37 public static final int DEVICE_OUT_BLUETOOTH = 0x80 | 0x100 | 0x200; field in class:MediaRouterJellybean
128 return (device & DEVICE_OUT_BLUETOOTH) != 0;
/frameworks/support/mediarouter/jellybean/androidx/mediarouter/media/
H A DMediaRouterJellybean.java39 public static final int DEVICE_OUT_BLUETOOTH = 0x80 | 0x100 | 0x200; field in class:MediaRouterJellybean
130 return (device & DEVICE_OUT_BLUETOOTH) != 0;

Completed in 39 milliseconds