Searched refs:mActionKeys (Results 1 – 1 of 1) sorted by relevance
94 private HashMap<Integer,ActionKeyInfo> mActionKeys = null; field in SearchableInfo494 if (mActionKeys == null) { in findActionKey()497 return mActionKeys.get(keyCode); in findActionKey()501 if (mActionKeys == null) { in addActionKey()502 mActionKeys = new HashMap<Integer,ActionKeyInfo>(); in addActionKey()504 mActionKeys.put(keyInfo.getKeyCode(), keyInfo); in addActionKey()870 if (mActionKeys == null) { in writeToParcel()873 dest.writeInt(mActionKeys.size()); in writeToParcel()874 for (ActionKeyInfo actionKey : mActionKeys.values()) { in writeToParcel()