Searched refs:paramCaptor (Results 1 – 2 of 2) sorted by relevance
116 final ArgumentCaptor<WindowManager.LayoutParams> paramCaptor = ArgumentCaptor.forClass( in onStop_isNotDebuggable_shouldRemoveHideSystemOverlay() local119 verify(window).setAttributes(paramCaptor.capture()); in onStop_isNotDebuggable_shouldRemoveHideSystemOverlay()120 assertThat(paramCaptor.getValue().privateFlags in onStop_isNotDebuggable_shouldRemoveHideSystemOverlay()
190 final ArgumentCaptor<WindowManager.LayoutParams> paramCaptor = ArgumentCaptor.forClass( in onStop_isNotDebuggable_shouldRemoveHideSystemOverlay() local193 verify(window).setAttributes(paramCaptor.capture()); in onStop_isNotDebuggable_shouldRemoveHideSystemOverlay()194 assertThat(paramCaptor.getValue().privateFlags in onStop_isNotDebuggable_shouldRemoveHideSystemOverlay()