Home
last modified time | relevance | path

Searched refs:mRootActivity (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Settings/tests/unit/src/com/android/settings/biometrics/
DParentalConsentHelperTest.java69 private Activity mRootActivity; field in ParentalConsentHelperTest
77 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()