Searched refs:CALL_STACK (Results 1 – 2 of 2) sorted by relevance
103 public static final String CALL_STACK = "call_stack"; field in AccessibilityInteractionClient1602 b.putSerializable(CALL_STACK, new ArrayList<StackTraceElement>(callStack)); in logTrace()
31 import static android.view.accessibility.AccessibilityInteractionClient.CALL_STACK;2433 …(ArrayList<StackTraceElement>) callingStack.getSerializable(CALL_STACK, java.util.ArrayList.class); in logTrace()