Searched refs:ActionKeyInfo (Results 1 – 3 of 3) sorted by relevance
94 private HashMap<Integer,ActionKeyInfo> mActionKeys = null;388 public static class ActionKeyInfo implements Parcelable { class in SearchableInfo403 ActionKeyInfo(Context activityContext, AttributeSet attr) { in ActionKeyInfo() method in SearchableInfo.ActionKeyInfo434 private ActionKeyInfo(Parcel in) { in ActionKeyInfo() method in SearchableInfo.ActionKeyInfo493 public ActionKeyInfo findActionKey(int keyCode) { in findActionKey()500 private void addActionKey(ActionKeyInfo keyInfo) { in addActionKey()502 mActionKeys = new HashMap<Integer,ActionKeyInfo>(); in addActionKey()595 result.addActionKey(new ActionKeyInfo(activityContext, attr)); in getActivityMetaData()833 addActionKey(new ActionKeyInfo(in)); in SearchableInfo()874 for (ActionKeyInfo actionKey : mActionKeys.values()) { in writeToParcel()
21 import android.app.SearchableInfo.ActionKeyInfo;167 ActionKeyInfo ai = si.findActionKey(KeyEvent.KEYCODE_CALL); in checkSearchable()
1023 SearchableInfo.ActionKeyInfo actionKey = mSearchable.findActionKey(keyCode); in onKeyDown()1071 SearchableInfo.ActionKeyInfo actionKey = mSearchable.findActionKey(keyCode);1130 SearchableInfo.ActionKeyInfo actionKey = mSearchable.findActionKey(keyCode); in onSuggestionsKey()1161 private static String getActionKeyMessage(Cursor c, SearchableInfo.ActionKeyInfo actionKey) { in getActionKeyMessage()