Home
last modified time | relevance | path

Searched refs:isAppEnumerationSupported (Results 1 – 14 of 14) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/targetprep/
DInstallApkSetupTest.java63 when(mMockTestDevice.isAppEnumerationSupported()).thenReturn(false); in setUp()
93 when(mMockTestDevice.isAppEnumerationSupported()).thenReturn(true); in testSetupForceQueryable()
113 when(mMockTestDevice.isAppEnumerationSupported()).thenReturn(true); in testSetupDeviceApi34ForceQueryableIsFalse()
DAllTestAppsInstallSetupTest.java49 when(mMockTestDevice.isAppEnumerationSupported()).thenReturn(false); in setUp()
121 when(mMockTestDevice.isAppEnumerationSupported()).thenReturn(true); in testSetupForceQueryable()
147 when(mMockTestDevice.isAppEnumerationSupported()).thenReturn(true); in testSetupDeviceApi34ForceQueryableIsFalse()
DInstallAllTestZipAppsSetupTest.java86 when(mMockTestDevice.isAppEnumerationSupported()).thenReturn(false); in setUp()
157 when(mMockTestDevice.isAppEnumerationSupported()).thenReturn(true); in testForceQueryableSuccess()
175 when(mMockTestDevice.isAppEnumerationSupported()).thenReturn(true); in testDeviceApi34ForceQueryableIsFalse()
DAppSetupTest.java73 when(mMockDevice.isAppEnumerationSupported()).thenReturn(false); in setUp()
142 when(mMockDevice.isAppEnumerationSupported()).thenReturn(true); in testSetup_deviceApi34_forceQueryableIsFalse()
DTestAppInstallSetupTest.java155 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()
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DInstallApkSetup.java108 if (mForceQueryable && device.isAppEnumerationSupported() in setUp()
DInstallAllTestZipAppsSetup.java120 if (mForceQueryable && device.isAppEnumerationSupported()) { in setUp()
DAllTestAppsInstallSetup.java105 if (mForceQueryable && device.isAppEnumerationSupported()) { in setUp()
DAppSetup.java120 if (mForceQueryable && device.isAppEnumerationSupported()) { in setUp()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DINativeDevice.java651 public boolean isAppEnumerationSupported() throws DeviceNotAvailableException; in isAppEnumerationSupported() method
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/junit4/
DBaseHostJUnit4TestTest.java138 when(mMockDevice.isAppEnumerationSupported()).thenReturn(false); in setUp()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DTestAppInstallSetup.java404 if (mForceQueryable && getDevice().isAppEnumerationSupported()) { in setUp()
/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java227 public boolean isAppEnumerationSupported() throws DeviceNotAvailableException { in isAppEnumerationSupported() method in TestDevice
DNativeDevice.java1333 public boolean isAppEnumerationSupported() throws DeviceNotAvailableException { in isAppEnumerationSupported() method in NativeDevice