Home
last modified time | relevance | path

Searched refs:setIntProperty (Results 1 – 5 of 5) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowBatteryManagerTest.java50 shadowBatteryManager.setIntProperty(TEST_ID, 5); in testGetIntProperty()
53 shadowBatteryManager.setIntProperty(TEST_ID, 0); in testGetIntProperty()
56 shadowBatteryManager.setIntProperty(TEST_ID, Integer.MAX_VALUE); in testGetIntProperty()
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DOutputProperties.java238 public void setIntProperty(QName key, int value) in setIntProperty() method in OutputProperties
240 setIntProperty(key.toNamespacedString(), value); in setIntProperty()
250 public void setIntProperty(String key, int value) in setIntProperty() method in OutputProperties
/external/proguard/examples/annotations/examples/
DBean.java41 public void setIntProperty(int intProperty) in setIntProperty() method in Bean
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBatteryManager.java32 public void setIntProperty(int id, int value) { in setIntProperty() method in ShadowBatteryManager
/external/clang/test/Index/
Dcomplete-kvc.m40 - (void)setIntProperty:(int)newValue { }