Home
last modified time | relevance | path

Searched refs:isSupportedByDevice (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/notification/
DBubbleHelper.java44 public static boolean isSupportedByDevice(Context context) { in isSupportedByDevice() method in BubbleHelper
59 if (!isSupportedByDevice(context)) { in isEnabledSystemWide()
DBubbleSummaryNotificationPreferenceController.java46 return BubbleHelper.isSupportedByDevice(mContext) ? AVAILABLE : UNSUPPORTED_ON_DEVICE; in getAvailabilityStatus()
DBubbleNotificationPreferenceController.java75 return BubbleHelper.isSupportedByDevice(mContext) ? AVAILABLE : UNSUPPORTED_ON_DEVICE; in getAvailabilityStatus()