Home
last modified time | relevance | path

Searched refs:setDevice (Results 1 – 3 of 3) sorted by relevance

/test/app_compat/csuite/harness/src/test/java/com/android/compatibility/testtype/
DAppLaunchTestTest.java94 appLaunchTest.setDevice(mMockDevice); in run_takeScreenShot_savesToTestLog()
416 appLaunchTest.setDevice(mock(ITestDevice.class)); in createLaunchTestWithInstrumentation()
422 appLaunchTest.setDevice(device); in createLaunchTestWithMockDevice()
/test/app_compat/csuite/harness/src/main/java/com/android/compatibility/testtype/
DAppLaunchTest.java135 instrumentationTest.setDevice(mDevice); in createInstrumentationTest()
361 public void setDevice(ITestDevice device) { in setDevice() method in AppLaunchTest
/test/app_compat/csuite/harness/src/main/java/com/android/csuite/config/
DAppRemoteFileResolver.java247 resolver.setDevice(mPrimaryDevice); in resolveUriToFile()