Searched refs:mRootActivity (Results 1 – 1 of 1) sorted by relevance
69 private Activity mRootActivity; field in ParentalConsentHelperTest77 when(mRootActivity.getIntent()).thenAnswer(invocation -> mRootActivityIntent); in setup()181 ? helper.launchNext(mRootActivity, REQUEST_CODE) in testLaunchNext()182 : helper.launchNext(mRootActivity, REQUEST_CODE, in testLaunchNext()187 verify(mRootActivity, times(expectedLaunches.size())) in testLaunchNext()