Home
last modified time | relevance | path

Searched refs:inst (Results 1 – 4 of 4) sorted by relevance

/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DScreenRecordRule.java55 Instrumentation inst = getInstrumentation(); in apply()
56 UiAutomation automation = inst.getUiAutomation(); in apply()
57 UiDevice device = UiDevice.getInstance(inst); in apply()
/platform_testing/tests/functional/overviewtests/src/com/android/overview/functional/
DOverviewHelper.java54 public OverviewHelper(UiDevice device, Instrumentation inst) { in OverviewHelper() argument
56 mInstrumentation = inst; in OverviewHelper()
57 mPackageManager = inst.getContext().getPackageManager(); in OverviewHelper()
/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
DQuickSettingsHelper.java41 public QuickSettingsHelper(UiDevice device, Instrumentation inst, ContentResolver resolver) { in QuickSettingsHelper() argument
43 mInstrumentation = inst; in QuickSettingsHelper()
/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
DNotificationHelper.java79 public NotificationHelper(UiDevice device, Instrumentation inst, NotificationManager nm) { in NotificationHelper() argument
81 mInst = inst; in NotificationHelper()
83 mContext = inst.getContext(); in NotificationHelper()