Home
last modified time | relevance | path

Searched refs:RECORD_CANCEL (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
H A DMediaProjectionPermissionActivity.java21 import static android.media.projection.ReviewGrantedConsentResult.RECORD_CANCEL;
117 finish(RECORD_CANCEL, /* projection= */ null); in onCreate()
130 finish(RECORD_CANCEL, /* projection= */ null); in onCreate()
150 finish(RECORD_CANCEL, /* projection= */ null); in onCreate()
157 finish(RECORD_CANCEL, /* projection= */ null); in onCreate()
222 }, () -> finish(RECORD_CANCEL, /* projection= */ null), appName); in onCreate()
255 finish(RECORD_CANCEL, /* projection= */ null); in onClick()
324 finish(RECORD_CANCEL, /* projection= */ null); in grantMediaProjectionPermission()
341 finish(RECORD_CANCEL, /* projection= */ null); in finish()
H A DMediaProjectionAppSelectorActivity.kt25 import android.media.projection.ReviewGrantedConsentResult.RECORD_CANCEL
203 RECORD_CANCEL,
/aosp14/frameworks/base/media/java/android/media/projection/
H A DReviewGrantedConsentResult.aidl28 RECORD_CANCEL = 0, enumConstant
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/media/projection/
H A DMediaProjectionManagerServiceTest.java22 import static android.media.projection.ReviewGrantedConsentResult.RECORD_CANCEL;
504 mService.setUserReviewGrantedConsentResult(RECORD_CANCEL, otherProjection); in testSetUserReviewGrantedConsentResult_projectionNull_consentNotGranted()
567 /* isSetSessionSuccessful= */ true, RECORD_CANCEL); in testSetUserReviewGrantedConsentResult_cancel_updatedSession()
574 /* isSetSessionSuccessful= */ false, RECORD_CANCEL); in testSetUserReviewGrantedConsentResult_cancel_failedToUpdateSession()
/aosp14/frameworks/base/services/core/java/com/android/server/media/projection/
H A DMediaProjectionManagerService.java26 import static android.media.projection.ReviewGrantedConsentResult.RECORD_CANCEL;
475 case RECORD_CANCEL: in setUserReviewGrantedConsentResult()