Searched refs:inRoot (Results 1 – 6 of 6) sorted by relevance
90 public DataInteraction inRoot(Matcher<Root> rootMatcher) { in inRoot() method in DataInteraction131 .inRoot(rootMatcher) in perform()144 .inRoot(rootMatcher) in check()152 .inRoot(rootMatcher) in load()
97 public ViewInteraction inRoot(Matcher<Root> rootMatcher) { in inRoot() method in ViewInteraction
96 .inRoot(withDecorView(not(is(getActivity().getWindow().getDecorView())))) in testInteractionsWithAutoCompletePopup()113 .inRoot(withDecorView(not(is(getActivity().getWindow().getDecorView())))) in testInteractionsWithAutoCompletePopup()
176 testInteraction.inRoot(testMatcher); in testInRootUpdatesRef()183 testInteraction.inRoot(null); in testInRoot_NullHandling()
119 watchdog.inRoot = true; in runRootScript()121 watchdog.inRoot = false; in runRootScript()496 ALOGE("RS watchdog timeout: %i %s line %i %s", rsc->watchdog.inRoot, in printWatchdogInfo()499 ALOGE("RS watchdog timeout: %i", rsc->watchdog.inRoot); in printWatchdogInfo()
229 bool inRoot; member