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

  /frameworks/base/packages/Shell/src/com/android/shell/
BugreportPrefs.java 36 static int getWarningState(Context context, int def) {
BugreportWarningActivity.java 22 import static com.android.shell.BugreportPrefs.getWarningState;
65 final int state = getWarningState(this, STATE_UNKNOWN);
BugreportProgressService.java 23 import static com.android.shell.BugreportPrefs.getWarningState;
    [all...]
  /frameworks/base/packages/Shell/tests/src/com/android/shell/
BugreportReceiverTest.java 26 import static com.android.shell.BugreportPrefs.getWarningState;
564 getWarningState(mContext, STATE_UNKNOWN));
601 int newState = getWarningState(mContext, STATE_UNKNOWN);
    [all...]

Completed in 292 milliseconds