/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/build/ |
D | BootstrapBuildProviderTest.java | 66 when(mMockDevice.waitForDeviceShell(Mockito.anyLong())).thenReturn(true); in testGetBuild() 87 when(mMockDevice.waitForDeviceShell(Mockito.anyLong())).thenReturn(true); in testGetBuild_add_extra_file() 138 when(mMockDevice.waitForDeviceShell(Mockito.anyLong())).thenReturn(true); in testCleanup_withExistingTestsDir() 161 when(mMockDevice.waitForDeviceShell(Mockito.anyLong())).thenReturn(true); in testCleanup_withTestsDirIsNull() 180 when(mMockDevice.waitForDeviceShell(Mockito.anyLong())).thenReturn(true); in testCleanup_withTestsDirIsNotDir()
|
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/device/ |
D | WaitDeviceRecoveryTest.java | 94 when(mMockMonitor.waitForDeviceShell(Mockito.anyLong())).thenReturn(true); in testRecoverDevice_success() 203 when(mMockMonitor.waitForDeviceShell(Mockito.anyLong())).thenReturn(true); in testRecoverDevice_unresponsive() 260 when(mMockMonitor.waitForDeviceShell(Mockito.anyLong())).thenReturn(true); in testRecoverDevice_fastboot()
|
D | MockDeviceManager.java | 77 when(mockDevice.waitForDeviceShell(Mockito.anyLong())).thenReturn(responsive); in setNumDevicesInternal() 96 public boolean waitForDeviceShell(long waitTime) { in setNumDevicesCustomRealNoRecovery()
|
D | DeviceManagerTest.java | 848 when(mMockStateMonitor.waitForDeviceShell(Mockito.anyLong())).thenReturn(Boolean.TRUE); in setCheckAvailableDeviceExpectations() 899 when(mMockStateMonitor.waitForDeviceShell(Mockito.anyLong())).thenReturn(Boolean.TRUE); in testFreeDevice_unavailable() 957 when(mMockStateMonitor.waitForDeviceShell(Mockito.anyLong())).thenReturn(Boolean.TRUE); in testFreeDevice_recovery() 1018 when(mMockStateMonitor.waitForDeviceShell(Mockito.anyLong())).thenReturn(Boolean.TRUE); in testFreeDevice_unknown() 1080 when(mMockStateMonitor.waitForDeviceShell(Mockito.anyLong())).thenReturn(Boolean.TRUE); in testFreeDevice_unknown_subName()
|
D | DeviceStateMonitorTest.java | 205 boolean res = mMonitor.waitForDeviceShell(WAIT_TIMEOUT_NOT_REACHED_MS); in testWaitForShellAvailable() 256 boolean res = mMonitor.waitForDeviceShell(WAIT_TIMEOUT_NOT_REACHED_MS); in testWaitForShell_becomeAvailable() 291 boolean res = mMonitor.waitForDeviceShell(WAIT_TIMEOUT_REACHED_MS); in testWaitForShell_timeout()
|
/aosp_15_r20/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/ |
D | IDeviceStateMonitor.java | 87 public boolean waitForDeviceShell(final long waitTime); in waitForDeviceShell() method
|
D | INativeDevice.java | 1362 public boolean waitForDeviceShell(final long waitTime); in waitForDeviceShell() method
|
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/build/ |
D | BootstrapBuildProvider.java | 122 if (!device.waitForDeviceShell(mShellAvailableTimeout * 1000)) { in getBuild()
|
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | WaitDeviceRecovery.java | 159 if (!monitor.waitForDeviceShell(mShellWaitTime)) { in recoverDevice()
|
D | NativeDeviceStateMonitor.java | 224 public boolean waitForDeviceShell(final long waitTime) { in waitForDeviceShell() method in NativeDeviceStateMonitor
|
D | DeviceManager.java | 463 if (testDevice.getMonitor().waitForDeviceShell(CHECK_WAIT_DEVICE_AVAIL_MS)) { in checkAndAddAvailableDevice()
|
D | NativeDevice.java | 4825 public boolean waitForDeviceShell(long waitTime) { in waitForDeviceShell() method in NativeDevice 4826 return mStateMonitor.waitForDeviceShell(waitTime); in waitForDeviceShell()
|
/aosp_15_r20/test/app_compat/csuite/harness/src/test/java/com/android/compatibility/targetprep/ |
D | AppSetupPreparerTest.java | 446 when(device.waitForDeviceShell(anyLong())).thenReturn(true); in createAvailableDevice()
|
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/command/ |
D | CommandSchedulerTest.java | 404 when(mockDevice.waitForDeviceShell(anyLong())).thenReturn(true); 1555 when(mockDevice.waitForDeviceShell(anyLong())).thenReturn(true); in testExecCommand_versioning()
|
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/invoker/ |
D | TestInvocationTest.java | 863 when(mMockDevice.waitForDeviceShell(30000L)).thenReturn(true); in stubEarlyDeviceReleaseExpectation() 868 verify(mMockDevice).waitForDeviceShell(30000L); in verifyEarlyDeviceReleaseExpectation()
|
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/device/connection/ |
D | AdbSshConnection.java | 227 if (!getDevice().waitForDeviceShell(CHECK_WAIT_DEVICE_AVAIL_MS)) { in reconnectForRecovery()
|
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/command/ |
D | CommandScheduler.java | 1024 } else if (!device.waitForDeviceShell(30000L)) { in createReleaseMap()
|
/aosp_15_r20/tools/tradefederation/prebuilts/filegroups/tradefed/ |
D | tradefed-tests.jar | IncludeFilterTest.jar
META-INF/
META-INF/LICENSE
META-INF/MANIFEST.MF
... |
D | tradefed.jar | FileMd5$FileChecksum$1.class
FileMd5.java
package FileMd5$FileChecksum$1 extends com. ... |