Home
last modified time | relevance | path

Searched refs:mInstrumentation (Results 1 – 5 of 5) sorted by relevance

/platform_testing/libraries/base-app-helpers/src/android/platform/test/helpers/
DAbstractStandardAppHelper.java30 public Instrumentation mInstrumentation; field in AbstractStandardAppHelper
34 mInstrumentation = instr; in AbstractStandardAppHelper()
78 PackageManager pm = mInstrumentation.getContext().getPackageManager(); in getVersion()
89 return mInstrumentation.getContext().getResources().getConfiguration().orientation; in getOrientation()
/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
DDataCollector.java44 private Instrumentation mInstrumentation; field in DataCollector
57 mInstrumentation = intrumentation; in DataCollector()
329 mInstrumentation.getUiAutomation().executeShellCommand(command); in saveProcessOutput()
DAuptTestRunner.java298 private Instrumentation mInstrumentation; field in AuptTestRunner.AuptPrivateTestRunner
366 setInstrumentationIfInstrumentationTestCase(testCase, mInstrumentation); in runTest()
482 mInstrumentation = instrumentation; in setInstrumentation()
/platform_testing/tests/functional/externalstorage/src/com/android/functional/externalstoragetests/
DExternalStorageHelper.java68 public static Instrumentation mInstrumentation; field in ExternalStorageHelper
76 mInstrumentation = instrumentation; in ExternalStorageHelper()
236 PlayStoreHelperImpl mHelper = new PlayStoreHelperImpl(mInstrumentation); in installFromPlayStore()
/platform_testing/libraries/settings-app-helper/src/android/platform/test/helpers/
DSettingsHelperImpl.java172 launchSettingsPage(mInstrumentation.getContext(), settingAction); in verifyToggleSetting()