Home
last modified time | relevance | path

Searched refs:DISABLE_PACKAGE_LIST (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/
DAppStateOverlayBridge.java70 private static final List<String> DISABLE_PACKAGE_LIST = new ArrayList<>(); field in AppStateOverlayBridge.OverlayState
73 DISABLE_PACKAGE_LIST.add("com.android.systemui");
82 controlEnabled = !DISABLE_PACKAGE_LIST.contains(permissionState.packageName); in OverlayState()
/packages/apps/Settings/src/com/android/settings/applications/
DAppStateOverlayBridge.java70 private static final List<String> DISABLE_PACKAGE_LIST = new ArrayList<>(); field in AppStateOverlayBridge.OverlayState
73 DISABLE_PACKAGE_LIST.add("com.android.systemui");
82 controlEnabled = !DISABLE_PACKAGE_LIST.contains(permissionState.packageName); in OverlayState()