Searched refs:uiAutomation (Results 1 – 2 of 2) sorted by relevance
161 UiAutomation uiAutomation = InstrumentationRegistry.getInstrumentation().getUiAutomation(); in before() local163 uiAutomation.adoptShellPermissionIdentity(); in before()175 uiAutomation.dropShellPermissionIdentity(); in before()181 UiAutomation uiAutomation = InstrumentationRegistry.getInstrumentation().getUiAutomation(); in after() local183 uiAutomation.adoptShellPermissionIdentity(); in after()190 uiAutomation.dropShellPermissionIdentity(); in after()
110 UiAutomation uiAutomation = instrumentation.getUiAutomation(); in runShellCommand() local112 uiAutomation.getClass().getDeclaredMethod("executeShellCommandRw", String.class); in runShellCommand()113 ParcelFileDescriptor[] pipes = (ParcelFileDescriptor[]) method.invoke(uiAutomation, cmd); in runShellCommand()