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()
145 protected static boolean isSystemAlertWindowEnabled(Context context) { in isSystemAlertWindowEnabled() method in ShadowUtils
66 if (!Utils.isSystemAlertWindowEnabled(context)) { in onCreate()
1186 public static boolean isSystemAlertWindowEnabled(Context context) { in isSystemAlertWindowEnabled() method in Utils
439 if (mListType == LIST_TYPE_OVERLAY && !Utils.isSystemAlertWindowEnabled(getContext())) { in onCreateView()