Searched refs:setLongProperty (Results 1 – 2 of 2) sorted by relevance
64 shadowBatteryManager.setLongProperty(TEST_ID, 5L); in testGetLongProperty()67 shadowBatteryManager.setLongProperty(TEST_ID, 0); in testGetLongProperty()70 shadowBatteryManager.setLongProperty(TEST_ID, Long.MAX_VALUE); in testGetLongProperty()
41 public void setLongProperty(int id, long value) { in setLongProperty() method in ShadowBatteryManager