Searched refs:otherActions (Results 1 – 1 of 1) sorted by relevance
2694 final ArrayList<AccessibilityAction> otherActions = other.mActions; in init() local2695 if (otherActions != null && otherActions.size() > 0) { in init()2697 mActions = new ArrayList(otherActions); in init()