Searched refs:isAppEnumerationSupported (Results 1 – 14 of 14) sorted by relevance
36 EasyMock.expect(mMockTestDevice.isAppEnumerationSupported()).andStubReturn(false); in setUp()96 EasyMock.expect(mMockTestDevice.isAppEnumerationSupported()).andReturn(true); in testSetupForceQueryable()
59 EasyMock.expect(mMockTestDevice.isAppEnumerationSupported()).andStubReturn(false); in setUp()92 EasyMock.expect(mMockTestDevice.isAppEnumerationSupported()).andReturn(true); in testSetupForceQueryable()
79 EasyMock.expect(mMockTestDevice.isAppEnumerationSupported()).andStubReturn(false); in setUp()158 EasyMock.expect(mMockTestDevice.isAppEnumerationSupported()).andReturn(true); in testForceQueryableSuccess()
131 EasyMock.expect(mMockTestDevice.isAppEnumerationSupported()).andStubReturn(false); in setUp()266 EasyMock.expect(mMockTestDevice.isAppEnumerationSupported()).andReturn(true); in testSetup_forceQueryable()
66 EasyMock.expect(mMockDevice.isAppEnumerationSupported()).andStubReturn(false); in setUp()
102 if (mForceQueryable && device.isAppEnumerationSupported() in setUp()
110 if (mForceQueryable && device.isAppEnumerationSupported()) { in setUp()
94 if (mForceQueryable && device.isAppEnumerationSupported()) { in setUp()
586 public boolean isAppEnumerationSupported() throws DeviceNotAvailableException; in isAppEnumerationSupported() method
312 if (mForceQueryable && getDevice().isAppEnumerationSupported()) { in setUp()
137 EasyMock.expect(mMockDevice.isAppEnumerationSupported()).andStubReturn(false); in setUp()
137 public boolean isAppEnumerationSupported() throws DeviceNotAvailableException { in isAppEnumerationSupported() method in TestDevice
1024 public boolean isAppEnumerationSupported() throws DeviceNotAvailableException { in isAppEnumerationSupported() method in NativeDevice