Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/panel/
H A DSettingsPanelActivityTest.java116 final ArgumentCaptor<WindowManager.LayoutParams> paramCaptor = ArgumentCaptor.forClass( in onStop_isNotDebuggable_shouldRemoveHideSystemOverlay() local
119 verify(window).setAttributes(paramCaptor.capture()); in onStop_isNotDebuggable_shouldRemoveHideSystemOverlay()
120 assertThat(paramCaptor.getValue().privateFlags in onStop_isNotDebuggable_shouldRemoveHideSystemOverlay()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/
H A DSettingsHomepageActivityTest.java190 final ArgumentCaptor<WindowManager.LayoutParams> paramCaptor = ArgumentCaptor.forClass( in onStop_isNotDebuggable_shouldRemoveHideSystemOverlay() local
193 verify(window).setAttributes(paramCaptor.capture()); in onStop_isNotDebuggable_shouldRemoveHideSystemOverlay()
194 assertThat(paramCaptor.getValue().privateFlags in onStop_isNotDebuggable_shouldRemoveHideSystemOverlay()