Searched refs:isSupportedByDevice (Results 1 – 3 of 3) sorted by relevance
44 public static boolean isSupportedByDevice(Context context) { in isSupportedByDevice() method in BubbleHelper59 if (!isSupportedByDevice(context)) { in isEnabledSystemWide()
46 return BubbleHelper.isSupportedByDevice(mContext) ? AVAILABLE : UNSUPPORTED_ON_DEVICE; in getAvailabilityStatus()
75 return BubbleHelper.isSupportedByDevice(mContext) ? AVAILABLE : UNSUPPORTED_ON_DEVICE; in getAvailabilityStatus()