Home
last modified time | relevance | path

Searched refs:isSystemAlertWindowEnabled (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Settings/src/com/android/settings/applications/specialaccess/
DSystemAlertWindowPreferenceController.java18 import static com.android.settings.Utils.isSystemAlertWindowEnabled;
33 return isSystemAlertWindowEnabled(mContext) in getAvailabilityStatus()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/specialaccess/
DSystemAlertWindowPreferenceController.java18 import static com.android.car.developeroptions.Utils.isSystemAlertWindowEnabled;
33 return isSystemAlertWindowEnabled(mContext) in getAvailabilityStatus()
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
DShadowUtils.java119 protected static boolean isSystemAlertWindowEnabled(Context context) { in isSystemAlertWindowEnabled() method in ShadowUtils
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/appinfo/
DDrawOverlayDetails.java64 if (!Utils.isSystemAlertWindowEnabled(context)) { in onCreate()
/packages/apps/Settings/src/com/android/settings/applications/appinfo/
DDrawOverlayDetails.java64 if (!Utils.isSystemAlertWindowEnabled(context)) { in onCreate()
/packages/apps/Settings/src/com/android/settings/
DUtils.java1034 public static boolean isSystemAlertWindowEnabled(Context context) { in isSystemAlertWindowEnabled() method in Utils
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DUtils.java1039 public static boolean isSystemAlertWindowEnabled(Context context) { in isSystemAlertWindowEnabled() method in Utils
/packages/apps/Settings/src/com/android/settings/applications/manageapplications/
DManageApplications.java336 if (mListType == LIST_TYPE_OVERLAY && !Utils.isSystemAlertWindowEnabled(getContext())) { in onCreateView()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/manageapplications/
DManageApplications.java328 if (mListType == LIST_TYPE_OVERLAY && !Utils.isSystemAlertWindowEnabled(getContext())) { in onCreateView()