Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/src/com/android/providers/media/
DLocalCallingIdentity.java150 public static final int PERMISSION_WRITE_IMAGES = 1 << 8; field in LocalCallingIdentity
188 case PERMISSION_WRITE_IMAGES: in hasPermissionInternal()
DMediaProvider.java37 import static com.android.providers.media.LocalCallingIdentity.PERMISSION_WRITE_IMAGES;
5616 return mCallingIdentity.get().hasPermission(PERMISSION_WRITE_IMAGES); in checkCallingPermissionImages()