Searched refs:EXTRA_USER_REVIEW_GRANTED_CONSENT (Results 1 – 4 of 4) sorted by relevance
22 import static android.media.projection.IMediaProjectionManager.EXTRA_USER_REVIEW_GRANTED_CONSENT;122 EXTRA_USER_REVIEW_GRANTED_CONSENT, false); in onCreate()366 intent.putExtra(EXTRA_USER_REVIEW_GRANTED_CONSENT, mReviewGrantedConsentRequired); in grantMediaProjectionPermission()
32 const String EXTRA_USER_REVIEW_GRANTED_CONSENT = "extra_media_projection_user_consent_required"; field
24 import android.media.projection.IMediaProjectionManager.EXTRA_USER_REVIEW_GRANTED_CONSENT115 intent.getBooleanExtra(EXTRA_USER_REVIEW_GRANTED_CONSENT, false) in getLayoutResource()
25 import static android.media.projection.IMediaProjectionManager.EXTRA_USER_REVIEW_GRANTED_CONSENT;464 .putExtra(EXTRA_USER_REVIEW_GRANTED_CONSENT, true) in buildReviewGrantedConsentIntentLocked()