Searched refs:STATE_HIDE (Results 1 – 4 of 4) sorted by relevance
19 import static com.android.shell.BugreportPrefs.STATE_HIDE;75 checked = state == STATE_HIDE; // Only checks if specifically set to. in onCreate()88 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;1239 return getWarningState(mContext, STATE_UNKNOWN) == STATE_HIDE; in hasUserDecidedNotToGetWarningMessage()
23 import static com.android.shell.BugreportPrefs.STATE_HIDE;205 setWarningState(mContext, STATE_HIDE); in setUp()513 assertEquals("Didn't change state", STATE_HIDE, newState); in bugreportFinishedWithWarningTest()