Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/tests/src/com/android/providers/media/
DLocalCallingIdentityTest.java85 assertTrue(ident.hasPermission(LocalCallingIdentity.PERMISSION_WRITE_IMAGES)); in testFromSelf()
116 assertFalse(ident.hasPermission(LocalCallingIdentity.PERMISSION_WRITE_IMAGES)); in testFromExternal()
/packages/providers/MediaProvider/src/com/android/providers/media/
DLocalCallingIdentity.java214 public static final int PERMISSION_WRITE_IMAGES = 1 << 21; field in LocalCallingIdentity
271 case PERMISSION_WRITE_IMAGES: in hasPermissionInternal()
DMediaProvider.java51 import static com.android.providers.media.LocalCallingIdentity.PERMISSION_WRITE_IMAGES;
6170 return mCallingIdentity.get().hasPermission(PERMISSION_WRITE_IMAGES);
7008 return mCallingIdentity.get().hasPermission(PERMISSION_WRITE_IMAGES);
7012 || mCallingIdentity.get().hasPermission(PERMISSION_WRITE_IMAGES);