Searched refs:resultCode (Results 1 – 2 of 2) sorted by relevance
66 mAutomationSupport = (int resultCode, @NonNull Bundle status) -> { in getAutomationSupport()67 instrumentation.sendStatus(resultCode, status); in getAutomationSupport()
34 void sendStatus(int resultCode, @NonNull Bundle status); in sendStatus() argument