Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowViewConfigurationTest.java83 shadowViewConfiguration.setHasPermanentMenuKey(true); in testHasPermanentMenuKey()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowViewConfiguration.java235 public void setHasPermanentMenuKey(boolean value) { in setHasPermanentMenuKey() method in ShadowViewConfiguration