Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/unit/src/com/android/settings/biometrics/
DParentalConsentHelperTest.java71 private Intent mRootActivityIntent; field in ParentalConsentHelperTest
77 when(mRootActivity.getIntent()).thenAnswer(invocation -> mRootActivityIntent); in setup()
78 when(mRootActivityIntent.getBundleExtra(any())).thenAnswer(invocation -> null); in setup()
79 when(mRootActivityIntent.getStringExtra(any())).thenAnswer(invocation -> null); in setup()
80 when(mRootActivityIntent.getBooleanExtra(any(), anyBoolean())) in setup()