Searched refs:mRootActivityIntent (Results 1 – 1 of 1) sorted by relevance
71 private Intent mRootActivityIntent; field in ParentalConsentHelperTest77 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()