Searched refs:setRotaryCache (Results 1 – 2 of 2) sorted by relevance
334 mFocusArea1.getHelper().setRotaryCache(cache); in testPerformAccessibilityAction_actionFocus_enabledFocusCache()366 mFocusArea1.getHelper().setRotaryCache(cache); in testPerformAccessibilityAction_actionFocus_disabledFocusCache()430 mFocusArea1.getHelper().setRotaryCache(cache1); in testPerformAccessibilityAction_actionNudgeToAnotherFocusArea_enabledCache()433 mFocusArea2.getHelper().setRotaryCache(cache2); in testPerformAccessibilityAction_actionNudgeToAnotherFocusArea_enabledCache()485 mFocusArea1.getHelper().setRotaryCache(cache1); in testPerformAccessibilityAction_actionNudgeToAnotherFocusArea_mixedCache()488 mFocusArea2.getHelper().setRotaryCache(cache2); in testPerformAccessibilityAction_actionNudgeToAnotherFocusArea_mixedCache()528 mFocusArea1.getHelper().setRotaryCache(cache1); in testPerformAccessibilityAction_actionNudgeToAnotherFocusArea_mixedCache2()531 mFocusArea2.getHelper().setRotaryCache(cache2); in testPerformAccessibilityAction_actionNudgeToAnotherFocusArea_mixedCache2()674 mFocusArea2.getHelper().setRotaryCache(cache); in testDefaultFocusOverridesHistory_override()707 mFocusArea2.getHelper().setRotaryCache(cache); in testDefaultFocusOverridesHistory_notOverride()[all …]
817 void setRotaryCache(@NonNull RotaryCache rotaryCache) { in setRotaryCache() method in FocusAreaHelper