Searched refs:ActionKeyInfo (Results 1 – 3 of 3) sorted by relevance
93 private HashMap<Integer,ActionKeyInfo> mActionKeys = null;386 public static class ActionKeyInfo implements Parcelable { class in SearchableInfo401 ActionKeyInfo(Context activityContext, AttributeSet attr) { in ActionKeyInfo() method in SearchableInfo.ActionKeyInfo432 private ActionKeyInfo(Parcel in) { in ActionKeyInfo() method in SearchableInfo.ActionKeyInfo491 public ActionKeyInfo findActionKey(int keyCode) { in findActionKey()498 private void addActionKey(ActionKeyInfo keyInfo) { in addActionKey()500 mActionKeys = new HashMap<Integer,ActionKeyInfo>(); in addActionKey()593 result.addActionKey(new ActionKeyInfo(activityContext, attr)); in getActivityMetaData()828 addActionKey(new ActionKeyInfo(in)); in SearchableInfo()869 for (ActionKeyInfo actionKey : mActionKeys.values()) { in writeToParcel()
21 import android.app.SearchableInfo.ActionKeyInfo;167 ActionKeyInfo ai = si.findActionKey(KeyEvent.KEYCODE_CALL); in checkSearchable()
926 SearchableInfo.ActionKeyInfo actionKey = mSearchable.findActionKey(keyCode); in onKeyDown()974 SearchableInfo.ActionKeyInfo actionKey = mSearchable.findActionKey(keyCode);1033 SearchableInfo.ActionKeyInfo actionKey = mSearchable.findActionKey(keyCode); in onSuggestionsKey()1064 private static String getActionKeyMessage(Cursor c, SearchableInfo.ActionKeyInfo actionKey) { in getActionKeyMessage()