Searched refs:setWarningState (Results 1 – 2 of 2) sorted by relevance
23 import static com.android.shell.BugreportPrefs.setWarningState;71 setWarningState(this, mConfirmRepeat.isChecked() ? STATE_SHOW : STATE_HIDE); in onClick()
40 public static void setWarningState(Context context, int value) { in setWarningState() method in BugreportPrefs