Searched refs:RECORD_CANCEL (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/permission/ |
D | MediaProjectionPermissionActivity.java | 24 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/ |
D | ReviewGrantedConsentResult.aidl | 28 RECORD_CANCEL = 0, enumConstant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/ |
D | MediaProjectionAppSelectorActivity.kt | 26 import android.media.projection.ReviewGrantedConsentResult.RECORD_CANCEL 208 RECORD_CANCEL, in onDestroy()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/media/projection/ |
D | MediaProjectionManagerServiceTest.java | 23 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/ |
D | MediaProjectionManagerService.java | 26 import static android.media.projection.ReviewGrantedConsentResult.RECORD_CANCEL; 532 case RECORD_CANCEL: in setUserReviewGrantedConsentResult()
|