Searched refs:inst (Results 1 – 4 of 4) sorted by relevance
55 Instrumentation inst = getInstrumentation(); in apply()56 UiAutomation automation = inst.getUiAutomation(); in apply()57 UiDevice device = UiDevice.getInstance(inst); in apply()
54 public OverviewHelper(UiDevice device, Instrumentation inst) { in OverviewHelper() argument56 mInstrumentation = inst; in OverviewHelper()57 mPackageManager = inst.getContext().getPackageManager(); in OverviewHelper()
41 public QuickSettingsHelper(UiDevice device, Instrumentation inst, ContentResolver resolver) { in QuickSettingsHelper() argument43 mInstrumentation = inst; in QuickSettingsHelper()
79 public NotificationHelper(UiDevice device, Instrumentation inst, NotificationManager nm) { in NotificationHelper() argument81 mInst = inst; in NotificationHelper()83 mContext = inst.getContext(); in NotificationHelper()