Home
last modified time | relevance | path

Searched refs:getAboutKeyboardIntent (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
H A DFeedbackUtils.java35 public static Intent getAboutKeyboardIntent(Context context) { in getAboutKeyboardIntent() method in FeedbackUtils
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
H A DSettingsFragment.java86 final Intent aboutIntent = FeedbackUtils.getAboutKeyboardIntent(activity); in onOptionsItemSelected()