Searched refs:actionId (Results 1 – 6 of 6) sorted by relevance
190 private void assertPerformGlobalAction(int actionId, String pendingIntent) { in assertPerformGlobalAction() argument197 mService.performGlobalAction(actionId); in assertPerformGlobalAction()205 mAccessibilityManager.unregisterSystemAction(actionId); in assertPerformGlobalAction()
260 protected View createUserItem(ViewGroup parent, int actionId, int messageId, in createUserItem() argument266 button.setText(actionId); in createUserItem()267 button.setTag(actionId); in createUserItem()287 protected View createUserAndPassFailItem(ViewGroup parent, int actionId, int stringId) { in createUserAndPassFailItem() argument293 button.setText(actionId); in createUserAndPassFailItem()294 button.setTag(actionId); in createUserAndPassFailItem()
57 info.actionId = 1; in testEditorInfo()86 assertEquals(info.actionId, targetInfo.actionId); in testEditorInfo()
79 int actionId = 2; in testDefaultMethods() local82 assertFalse(connection.performContextMenuAction(actionId)); in testDefaultMethods()
105 public void onPerformDirectAction(String actionId, Bundle arguments, in onPerformDirectAction() argument
823 private boolean triggerContextMenuAction(final int actionId) { in triggerContextMenuAction() argument824 return mTextView.onTextContextMenuItem(actionId); in triggerContextMenuAction()