Searched refs:BUGREPORT_REQUESTED (Results 1 – 3 of 3) sorted by relevance
20 import static com.android.tv.feedbackconsent.TvFeedbackConstants.BUGREPORT_REQUESTED;192 consentIntent.putExtra(BUGREPORT_REQUESTED, mBugreportRequested);
25 public static final String BUGREPORT_REQUESTED = "BUGREPORT_REQUESTED"; field in TvFeedbackConstants
20 import static com.android.tv.feedbackconsent.TvFeedbackConstants.BUGREPORT_REQUESTED;69 bugreportRequested = intent.getBooleanExtra(BUGREPORT_REQUESTED, false); in onCreate()