Searched refs:isSystemAlertWindowEnabled (Results 1 – 9 of 9) sorted by relevance
18 import static com.android.settings.Utils.isSystemAlertWindowEnabled;33 return isSystemAlertWindowEnabled(mContext) in getAvailabilityStatus()
18 import static com.android.car.developeroptions.Utils.isSystemAlertWindowEnabled;33 return isSystemAlertWindowEnabled(mContext) in getAvailabilityStatus()
119 protected static boolean isSystemAlertWindowEnabled(Context context) { in isSystemAlertWindowEnabled() method in ShadowUtils
64 if (!Utils.isSystemAlertWindowEnabled(context)) { in onCreate()
1034 public static boolean isSystemAlertWindowEnabled(Context context) { in isSystemAlertWindowEnabled() method in Utils
1039 public static boolean isSystemAlertWindowEnabled(Context context) { in isSystemAlertWindowEnabled() method in Utils
336 if (mListType == LIST_TYPE_OVERLAY && !Utils.isSystemAlertWindowEnabled(getContext())) { in onCreateView()
328 if (mListType == LIST_TYPE_OVERLAY && !Utils.isSystemAlertWindowEnabled(getContext())) { in onCreateView()