Searched refs:getSystemProperty (Results 1 – 6 of 6) sorted by relevance
261 public Future<String> getSystemProperty(String name) { in testWaitForBootComplete()279 public Future<String> getSystemProperty(String name) { in testWaitForBoot_becomeComplete()312 public Future<String> getSystemProperty(String name) { in testWaitForBoot_timeout()
2166 EasyMock.expect(mMockIDevice.getSystemProperty("ro.build.version.sdk")).andReturn(value); in testGetLogcatSince()
1702 return EasyMock.expect(mMockIDevice.getSystemProperty(property)).andReturn(valueResponse); in injectSystemProperty()
543 public Future<String> getSystemProperty(String name) { in getSystemProperty() method in StubDevice
241 String bootFlag = getIDevice().getSystemProperty("dev.bootcomplete").get(); in waitForBootComplete()
421 result[0] = getIDevice().getSystemProperty(name).get(); in getProperty()