Home
last modified time | relevance | path

Searched defs:shouldStream (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/cts/tests/tests/security/CameraPermissionTestApp/src/android/security/cts/camera/open/lib/
H A DICameraOpener.aidl23 Intent openCamera1(in AttributionSource attributionSource, boolean shouldStream, in openCamera1()
26 Intent openCamera2(in AttributionSource attributionSource, boolean shouldStream, in openCamera2()
29 Intent openCameraNdk(in AttributionSource attributionSource, boolean shouldStream, in openCameraNdk()
/aosp_15_r20/cts/tests/tests/security/CameraPermissionTestApp/src/
H A DCameraProxyActivity.kt50 val shouldStream = intent.getBooleanExtra(keys.shouldStream, false) in onServiceConnected() constant
H A DOpenCameraActivity.kt60 val shouldStream = intent.getBooleanExtra(keys.shouldStream, false) in <lambda>() constant
H A DIntentKeys.kt29 val shouldStream: String constant in android.security.cts.camera.open.lib.IntentKeys