Home
last modified time | relevance | path

Searched refs:PERMISSION_WRITE_VIDEO (Results 1 – 2 of 2) sorted by relevance

/packages/providers/MediaProvider/src/com/android/providers/media/
DLocalCallingIdentity.java149 public static final int PERMISSION_WRITE_VIDEO = 1 << 7; field in LocalCallingIdentity
185 case PERMISSION_WRITE_VIDEO: in hasPermissionInternal()
DMediaProvider.java38 import static com.android.providers.media.LocalCallingIdentity.PERMISSION_WRITE_VIDEO;
5623 return mCallingIdentity.get().hasPermission(PERMISSION_WRITE_VIDEO); in checkCallingPermissionVideo()