Searched refs:isAppEnumerationSupported (Results 1 – 14 of 14) sorted by relevance
63 when(mMockTestDevice.isAppEnumerationSupported()).thenReturn(false); in setUp()93 when(mMockTestDevice.isAppEnumerationSupported()).thenReturn(true); in testSetupForceQueryable()113 when(mMockTestDevice.isAppEnumerationSupported()).thenReturn(true); in testSetupDeviceApi34ForceQueryableIsFalse()
49 when(mMockTestDevice.isAppEnumerationSupported()).thenReturn(false); in setUp()121 when(mMockTestDevice.isAppEnumerationSupported()).thenReturn(true); in testSetupForceQueryable()147 when(mMockTestDevice.isAppEnumerationSupported()).thenReturn(true); in testSetupDeviceApi34ForceQueryableIsFalse()
86 when(mMockTestDevice.isAppEnumerationSupported()).thenReturn(false); in setUp()157 when(mMockTestDevice.isAppEnumerationSupported()).thenReturn(true); in testForceQueryableSuccess()175 when(mMockTestDevice.isAppEnumerationSupported()).thenReturn(true); in testDeviceApi34ForceQueryableIsFalse()
73 when(mMockDevice.isAppEnumerationSupported()).thenReturn(false); in setUp()142 when(mMockDevice.isAppEnumerationSupported()).thenReturn(true); in testSetup_deviceApi34_forceQueryableIsFalse()
155 when(mMockTestDevice.isAppEnumerationSupported()).thenReturn(false); in setUp()316 when(mMockTestDevice.isAppEnumerationSupported()).thenReturn(true); in testSetup_forceQueryable()337 when(mMockTestDevice.isAppEnumerationSupported()).thenReturn(true); in testSetup_deviceApi34_forceQueryableIsFalse()351 when(mMockTestDevice.isAppEnumerationSupported()).thenReturn(true); in testSetup_forceQueryableIsFalse()
108 if (mForceQueryable && device.isAppEnumerationSupported() in setUp()
120 if (mForceQueryable && device.isAppEnumerationSupported()) { in setUp()
105 if (mForceQueryable && device.isAppEnumerationSupported()) { in setUp()
651 public boolean isAppEnumerationSupported() throws DeviceNotAvailableException; in isAppEnumerationSupported() method
138 when(mMockDevice.isAppEnumerationSupported()).thenReturn(false); in setUp()
404 if (mForceQueryable && getDevice().isAppEnumerationSupported()) { in setUp()
227 public boolean isAppEnumerationSupported() throws DeviceNotAvailableException { in isAppEnumerationSupported() method in TestDevice
1333 public boolean isAppEnumerationSupported() throws DeviceNotAvailableException { in isAppEnumerationSupported() method in NativeDevice