Home
last modified time | relevance | path

Searched defs:spy (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DNativeDeviceTest.java2287 TestableAndroidNativeDevice spy = Mockito.spy(mTestDevice); in testGetProcessPid() local
2298 TestableAndroidNativeDevice spy = Mockito.spy(mTestDevice); in testGetProcessPidWithNewLine() local
2308 TestableAndroidNativeDevice spy = Mockito.spy(mTestDevice); in testGetProcessPidInvalidOutput() local
2318 TestableAndroidNativeDevice spy = Mockito.spy(mTestDevice); in testGetProcessPidEmptyOutput() local
2330 TestableAndroidNativeDevice spy = Mockito.spy(mTestDevice); in testGetProcessByName() local
2346 TestableAndroidNativeDevice spy = Mockito.spy(mTestDevice); in testGetProcessByNameInvalidProcess() local
2356 TestableAndroidNativeDevice spy = Mockito.spy(mTestDevice); in testGetProcessByNameInvalidStartTime() local
2366 TestableAndroidNativeDevice spy = Mockito.spy(mTestDevice); in testGetIntProperty() local
2375 TestableAndroidNativeDevice spy = Mockito.spy(mTestDevice); in testGetIntPropertyNotAnIntegerPropertyReturnsDefaultValue() local
2384 TestableAndroidNativeDevice spy = Mockito.spy(mTestDevice); in testGetIntPropertyUnknownPropertyReturnsDefaultValue() local
[all …]
DTestDeviceTest.java4784 TestableTestDevice spy = (TestableTestDevice) Mockito.spy(mTestDevice); in testPushFile_contentProvider() local
4842 TestableTestDevice spy = (TestableTestDevice) Mockito.spy(mTestDevice); in testPushFile_contentProvider_notFound() local