HomeSort by relevance Sort by last modified time
    Searched refs:STATE_HIDE (Results 1 - 4 of 4) sorted by null

  /frameworks/base/packages/Shell/src/com/android/shell/
BugreportWarningActivity.java 19 import static com.android.shell.BugreportPrefs.STATE_HIDE;
68 checked = state == STATE_HIDE; // Only checks if specifically set to.
81 setWarningState(this, mConfirmRepeat.isChecked() ? STATE_HIDE : STATE_SHOW);
BugreportPrefs.java 34 static final int STATE_HIDE = 2;
BugreportProgressService.java 21 import static com.android.shell.BugreportPrefs.STATE_HIDE;
    [all...]
  /frameworks/base/packages/Shell/tests/src/com/android/shell/
BugreportReceiverTest.java 23 import static com.android.shell.BugreportPrefs.STATE_HIDE;
196 setWarningState(mContext, STATE_HIDE);
602 assertEquals("Didn't change state", STATE_HIDE, newState);
    [all...]

Completed in 76 milliseconds