Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/permission/
DMediaProjectionPermissionActivity.java24 import static android.media.projection.ReviewGrantedConsentResult.RECORD_CANCEL;
134 finish(RECORD_CANCEL, /* projection= */ null); in onCreate()
147 finish(RECORD_CANCEL, /* projection= */ null); in onCreate()
178 finish(RECORD_CANCEL, /* projection= */ null); in onCreate()
185 finish(RECORD_CANCEL, /* projection= */ null); in onCreate()
257 () -> finish(RECORD_CANCEL, /* projection= */ null), in onCreate()
311 finish(RECORD_CANCEL, /* projection= */ null); in onClick()
380 finish(RECORD_CANCEL, /* projection= */ null); in grantMediaProjectionPermission()
397 finish(RECORD_CANCEL, /* projection= */ null); in finish()
/frameworks/base/media/java/android/media/projection/
DReviewGrantedConsentResult.aidl28 RECORD_CANCEL = 0, enumConstant
/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/
DMediaProjectionAppSelectorActivity.kt26 import android.media.projection.ReviewGrantedConsentResult.RECORD_CANCEL
208 RECORD_CANCEL, in onDestroy()
/frameworks/base/services/tests/servicestests/src/com/android/server/media/projection/
DMediaProjectionManagerServiceTest.java23 import static android.media.projection.ReviewGrantedConsentResult.RECORD_CANCEL;
587 mService.setUserReviewGrantedConsentResult(RECORD_CANCEL, otherProjection); in testSetUserReviewGrantedConsentResult_projectionNull_consentNotGranted()
650 /* isSetSessionSuccessful= */ true, RECORD_CANCEL); in testSetUserReviewGrantedConsentResult_cancel_updatedSession()
657 /* isSetSessionSuccessful= */ false, RECORD_CANCEL); in testSetUserReviewGrantedConsentResult_cancel_failedToUpdateSession()
/frameworks/base/services/core/java/com/android/server/media/projection/
DMediaProjectionManagerService.java26 import static android.media.projection.ReviewGrantedConsentResult.RECORD_CANCEL;
532 case RECORD_CANCEL: in setUserReviewGrantedConsentResult()