Searched refs:HIDE_ERROR_DIALOGS (Results 1 – 7 of 7) sorted by relevance
25 import android.provider.Settings.Global.HIDE_ERROR_DIALOGS62 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)
307 Settings.Global.HIDE_ERROR_DIALOGS,
61 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()
14124 public static final String HIDE_ERROR_DIALOGS = "hide_error_dialogs"; field in Settings.Global
2520 NoSettingsProvider: android.provider.Settings.Global#HIDE_ERROR_DIALOGS:
2158 field public static final String HIDE_ERROR_DIALOGS = "hide_error_dialogs";
45634 Landroid/provider/Settings$Global;->HIDE_ERROR_DIALOGS:Ljava/lang/String;