Searched refs:startSession (Results 1 – 11 of 11) sorted by relevance
53 final AutoResetLatch latch1 = startSession(); in testTextView()65 final AutoResetLatch latch2 = startSession(); in testTextView()73 final AutoResetLatch latch3 = startSession(); in testTextView()81 final AutoResetLatch latch4 = startSession(); in testTextView()89 final AutoResetLatch latch5 = startSession(); in testTextView()
53 final AutoResetLatch latch = startSession(); in testAssistContentAndAssistData()104 final AutoResetLatch latch = startSession(bundle); in testAssistContentAndDataNullWhenNoFlagsToShowSession()
46 final AutoResetLatch latch = startSession(); in testTextView()
48 final AutoResetLatch latch = startSession(); in testSecureActivity()
91 final AutoResetLatch latch = startSession(); in testLayerDoesNotTriggerLifecycleMethods()118 final AutoResetLatch latch = startSession(); in testNoUiLayerDoesNotTriggerLifecycleMethods()
67 waitForContext(startSession()); in testWebView()
72 startSession(); in testLayerCausesUnderlyingActivityToLoseFocus()
68 final AutoResetLatch latch = startSession(); in testAssistStructure()
88 final AutoResetLatch latch = startSession(TEST_CASE_TYPE, extras); in delayAndStartSession()
67 startSession(); in testAssistantContentViewDimens()
315 protected AutoResetLatch startSession() { in startSession() method316 return startSession(new Bundle()); in startSession()319 protected AutoResetLatch startSession(Bundle extras) { in startSession() method320 return startSession(mTestName, extras); in startSession()323 protected AutoResetLatch startSession(String testName, Bundle extras) { in startSession() method