Searched refs:actionId (Results 1 – 4 of 4) sorted by relevance
47 info.actionId = 1; in testEditorInfo()75 assertEquals(info.actionId, targetInfo.actionId); in testEditorInfo()
76 int actionId = 2; in testDefaultMethods() local79 assertFalse(connection.performContextMenuAction(actionId)); in testDefaultMethods()
247 protected View createUserItem(ViewGroup parent, int actionId, int messageId, in createUserItem() argument253 button.setText(actionId); in createUserItem()254 button.setTag(actionId); in createUserItem()
100 public void onPerformDirectAction(String actionId, Bundle arguments, in onPerformDirectAction() argument