Searched refs:getWarningState (Results 1 – 3 of 3) sorted by relevance
22 import static com.android.shell.BugreportPrefs.getWarningState;62 mConfirmRepeat.setChecked(getWarningState(this, STATE_UNKNOWN) == STATE_SHOW); in onCreate()
34 public static int getWarningState(Context context, int def) { in getWarningState() method in BugreportPrefs
20 import static com.android.shell.BugreportPrefs.getWarningState;168 if (getWarningState(context, STATE_SHOW) == STATE_SHOW) { in sendBugreportNotification()