Home
last modified time | relevance | path

Searched refs:setOnPerformActionListener (Results 1 – 2 of 2) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowAccessibilityNodeInfoTest.java138 shadow.setOnPerformActionListener(new ShadowAccessibilityNodeInfo.OnPerformActionListener() { in shouldRecordActionsPerformed()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowAccessibilityNodeInfo.java1277 public void setOnPerformActionListener(OnPerformActionListener listener) { in setOnPerformActionListener() method in ShadowAccessibilityNodeInfo