Searched refs:isSystemAlertWindowEnabled (Results 1 – 5 of 5) sorted by relevance
18 import static com.android.settings.Utils.isSystemAlertWindowEnabled;33 return isSystemAlertWindowEnabled(mContext) in getAvailabilityStatus()
132 protected static boolean isSystemAlertWindowEnabled(Context context) { in isSystemAlertWindowEnabled() method in ShadowUtils
64 if (!Utils.isSystemAlertWindowEnabled(context)) { in onCreate()
1118 public static boolean isSystemAlertWindowEnabled(Context context) { in isSystemAlertWindowEnabled() method in Utils
396 if (mListType == LIST_TYPE_OVERLAY && !Utils.isSystemAlertWindowEnabled(getContext())) { in onCreateView()