Searched refs:FeedbackUtils (Results 1 – 2 of 2) sorted by relevance
33 import com.android.inputmethod.latin.utils.FeedbackUtils;62 if (FeedbackUtils.isHelpAndFeedbackFormSupported()) { in onCreateOptionsMenu()66 final int aboutResId = FeedbackUtils.getAboutKeyboardTitleResId(); in onCreateOptionsMenu()82 FeedbackUtils.showHelpAndFeedbackForm(activity); in onOptionsItemSelected()86 final Intent aboutIntent = FeedbackUtils.getAboutKeyboardIntent(activity); in onOptionsItemSelected()
23 public class FeedbackUtils { class