Home
last modified time | relevance | path

Searched refs:HIDE_ERROR_DIALOGS (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/base/tests/Input/src/com/android/test/input/
H A DAnrTest.kt25 import android.provider.Settings.Global.HIDE_ERROR_DIALOGS
62 mHideErrorDialogs = Settings.Global.getInt(contentResolver, HIDE_ERROR_DIALOGS, 0)
63 Settings.Global.putInt(contentResolver, HIDE_ERROR_DIALOGS, 0)
69 Settings.Global.putInt(contentResolver, HIDE_ERROR_DIALOGS, mHideErrorDialogs)
/aosp12/frameworks/base/packages/SettingsProvider/test/src/android/provider/
H A DSettingsBackupTest.java307 Settings.Global.HIDE_ERROR_DIALOGS,
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityTaskManagerService.java61 import static android.provider.Settings.Global.HIDE_ERROR_DIALOGS;
780 private final Uri mHideErrorDialogsUri = Settings.Global.getUriFor(HIDE_ERROR_DIALOGS);
4426 HIDE_ERROR_DIALOGS, 0) != 0; in updateShouldShowDialogsLocked()
/aosp12/frameworks/base/core/java/android/provider/
H A DSettings.java14124 public static final String HIDE_ERROR_DIALOGS = "hide_error_dialogs"; field in Settings.Global
/aosp12/frameworks/base/core/api/
H A Dtest-lint-baseline.txt2520 NoSettingsProvider: android.provider.Settings.Global#HIDE_ERROR_DIALOGS:
H A Dtest-current.txt2158 field public static final String HIDE_ERROR_DIALOGS = "hide_error_dialogs";
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt45634 Landroid/provider/Settings$Global;->HIDE_ERROR_DIALOGS:Ljava/lang/String;