Searched refs:mCaptureSecureLayers (Results 1 – 2 of 2) sorted by relevance
304 public final boolean mCaptureSecureLayers; field in ScreenCapture.CaptureArgs316 mCaptureSecureLayers = builder.mCaptureSecureLayers; in CaptureArgs()329 mCaptureSecureLayers = in.readBoolean(); in CaptureArgs()386 private boolean mCaptureSecureLayers; field in ScreenCapture.CaptureArgs.Builder448 mCaptureSecureLayers = captureSecureLayers; in setCaptureSecureLayers()522 dest.writeBoolean(mCaptureSecureLayers); in writeToParcel()663 setCaptureSecureLayers(args.mCaptureSecureLayers); in Builder()
797 assertThat(displayArgsCaptor.getValue().mCaptureSecureLayers).isFalse(); in takeScreenshot_standardService_cannotCaptureSecureLayers()811 assertThat(displayArgsCaptor.getValue().mCaptureSecureLayers).isTrue(); in takeScreenshot_preinstalledA11yTool_canCaptureSecureLayers()838 assertThat(layerArgsCaptor.getValue().mCaptureSecureLayers).isFalse(); in takeScreenshotOfWindow_standardWindow_standardService_cannotCaptureSecureLayers()856 assertThat(layerArgsCaptor.getValue().mCaptureSecureLayers).isTrue(); in takeScreenshotOfWindow_standardWindow_preinstalledA11yTool_canCaptureSecureLayers()889 assertThat(layerArgsCaptor.getValue().mCaptureSecureLayers).isTrue(); in takeScreenshotOfWindow_secureWindow_preinstalledA11yTool_canCaptureSecureLayers()