Home
last modified time | relevance | path

Searched refs:getWarningState (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportWarningActivity.java22 import static com.android.shell.BugreportPrefs.getWarningState;
62 mConfirmRepeat.setChecked(getWarningState(this, STATE_UNKNOWN) == STATE_SHOW); in onCreate()
DBugreportPrefs.java34 public static int getWarningState(Context context, int def) { in getWarningState() method in BugreportPrefs
DBugreportReceiver.java20 import static com.android.shell.BugreportPrefs.getWarningState;
168 if (getWarningState(context, STATE_SHOW) == STATE_SHOW) { in sendBugreportNotification()