Searched defs:shouldStream (Results 1 – 4 of 4) sorted by relevance
23 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()
50 val shouldStream = intent.getBooleanExtra(keys.shouldStream, false) in onServiceConnected() constant
60 val shouldStream = intent.getBooleanExtra(keys.shouldStream, false) in <lambda>() constant
29 val shouldStream: String constant in android.security.cts.camera.open.lib.IntentKeys