Searched refs:INSTALL_TIMEOUT_MINUTES (Results 1 – 2 of 2) sorted by relevance
/tools/tradefederation/core/javatests/com/android/tradefed/device/ |
D | TestDeviceTest.java | 1351 Mockito.eq(TestDevice.INSTALL_TIMEOUT_MINUTES), in testInstallPackages() 1408 Mockito.eq(TestDevice.INSTALL_TIMEOUT_MINUTES), in testInstallPackages_timeout() 1540 Mockito.eq(TestDevice.INSTALL_TIMEOUT_MINUTES), in testInstallPackage_default_runtimePermissionNotSupported() 1599 Mockito.eq(TestDevice.INSTALL_TIMEOUT_MINUTES), in testInstallPackage_default_timeout() 1639 Mockito.eq(TestDevice.INSTALL_TIMEOUT_MINUTES), in testInstallPackage_default_runtimePermissionSupported() 1673 Mockito.eq(TestDevice.INSTALL_TIMEOUT_MINUTES), in testinstallPackageForUser_default_runtimePermissionNotSupported() 1708 Mockito.eq(TestDevice.INSTALL_TIMEOUT_MINUTES), in testinstallPackageForUser_default_runtimePermissionSupported() 1763 Mockito.eq(TestDevice.INSTALL_TIMEOUT_MINUTES), in testInstallPackage_grant_runtimePermissionSupported() 1793 Mockito.eq(TestDevice.INSTALL_TIMEOUT_MINUTES), in testInstallPackage_timeout() 1826 Mockito.eq(TestDevice.INSTALL_TIMEOUT_MINUTES), in testInstallPackage_noGrant_runtimePermissionSupported() [all …]
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | TestDevice.java | 166 static final long INSTALL_TIMEOUT_MINUTES = 4; field in TestDevice 265 INSTALL_TIMEOUT_MINUTES, in internalInstallPackage() 566 INSTALL_TIMEOUT_MINUTES, in installPackage() 699 INSTALL_TIMEOUT_MINUTES, in internalInstallPackages() 865 INSTALL_TIMEOUT_MINUTES, in internalInstallRemotePackages()
|