Searched refs:STATE_HIDE (Results 1 – 4 of 4) sorted by relevance
19 import static com.android.shell.BugreportPrefs.STATE_HIDE;68 checked = state == STATE_HIDE; // Only checks if specifically set to. in onCreate()81 setWarningState(this, mConfirmRepeat.isChecked() ? STATE_HIDE : STATE_SHOW); in onClick()
34 static final int STATE_HIDE = 2; field in BugreportPrefs
23 import static com.android.shell.BugreportPrefs.STATE_HIDE;981 if (getWarningState(mContext, STATE_UNKNOWN) != STATE_HIDE) { in shareBugreport()
23 import static com.android.shell.BugreportPrefs.STATE_HIDE;196 setWarningState(mContext, STATE_HIDE); in setUp()602 assertEquals("Didn't change state", STATE_HIDE, newState); in bugreportFinishedWithWarningTest()