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

  /frameworks/base/packages/Shell/src/com/android/shell/
BugreportPrefs.java 42 static void setWarningState(Context context, int value) {
BugreportWarningActivity.java 23 import static com.android.shell.BugreportPrefs.setWarningState;
81 setWarningState(this, mConfirmRepeat.isChecked() ? STATE_HIDE : STATE_SHOW);
  /frameworks/base/packages/Shell/tests/src/com/android/shell/
BugreportReceiverTest.java 27 import static com.android.shell.BugreportPrefs.setWarningState;
196 setWarningState(mContext, STATE_HIDE);
566 setWarningState(mContext, propertyState);
    [all...]

Completed in 530 milliseconds