Searched refs:ActionKeyInfo (Results 1 – 4 of 4) sorted by relevance
95 private HashMap<Integer,ActionKeyInfo> mActionKeys = null;392 public static class ActionKeyInfo implements Parcelable { class in SearchableInfo407 ActionKeyInfo(Context activityContext, AttributeSet attr) { in ActionKeyInfo() method in SearchableInfo.ActionKeyInfo438 private ActionKeyInfo(Parcel in) { in ActionKeyInfo() method in SearchableInfo.ActionKeyInfo501 public ActionKeyInfo findActionKey(int keyCode) { in findActionKey()508 private void addActionKey(ActionKeyInfo keyInfo) { in addActionKey()510 mActionKeys = new HashMap<Integer,ActionKeyInfo>(); in addActionKey()603 result.addActionKey(new ActionKeyInfo(activityContext, attr)); in getActivityMetaData()843 addActionKey(new ActionKeyInfo(in)); in SearchableInfo()884 for (ActionKeyInfo actionKey : mActionKeys.values()) { in writeToParcel()
21 import android.app.SearchableInfo.ActionKeyInfo;167 ActionKeyInfo ai = si.findActionKey(KeyEvent.KEYCODE_CALL); in checkSearchable()
1041 SearchableInfo.ActionKeyInfo actionKey = mSearchable.findActionKey(keyCode); in onKeyDown()1089 SearchableInfo.ActionKeyInfo actionKey = mSearchable.findActionKey(keyCode);1148 SearchableInfo.ActionKeyInfo actionKey = mSearchable.findActionKey(keyCode); in onSuggestionsKey()1179 private static String getActionKeyMessage(Cursor c, SearchableInfo.ActionKeyInfo actionKey) { in getActionKeyMessage()
8433 Landroid/app/SearchableInfo$ActionKeyInfo;-><init>(Landroid/content/Context;Landroid/util/Attribute…8434 Landroid/app/SearchableInfo$ActionKeyInfo;-><init>(Landroid/os/Parcel;)V8435 Landroid/app/SearchableInfo$ActionKeyInfo;->getKeyCode()I8436 Landroid/app/SearchableInfo$ActionKeyInfo;->mKeyCode:I8437 Landroid/app/SearchableInfo$ActionKeyInfo;->mQueryActionMsg:Ljava/lang/String;8438 Landroid/app/SearchableInfo$ActionKeyInfo;->mSuggestActionMsg:Ljava/lang/String;8439 Landroid/app/SearchableInfo$ActionKeyInfo;->mSuggestActionMsgColumn:Ljava/lang/String;8441 Landroid/app/SearchableInfo;->addActionKey(Landroid/app/SearchableInfo$ActionKeyInfo;)V83949 …ActionKeyMessage(Landroid/database/Cursor;Landroid/app/SearchableInfo$ActionKeyInfo;)Ljava/lang/St…