Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/src/com/android/providers/media/
DLocalUriMatcher.java105 int matchUri(Uri uri, boolean allowHidden, boolean isCallerPhotoPicker) { in matchUri() argument
111 if (isCallerPhotoPicker) { in matchUri()
DMediaProvider.java3895 if (isCallerPhotoPicker()) { in checkUriPermission()
4042 final int table = mUriMatcher.matchUri(uri, allowHidden, isCallerPhotoPicker()); in queryInternal()
7271 if (isCallerPhotoPicker()) {
7279 if (isCallerPhotoPicker()) {
7433 } else if (checkPermissionSelf(caller) || isCallerPhotoPicker()) {
7755 } else if (checkPermissionSelf(caller) || isCallerPhotoPicker()) {
7878 && !isCallerPhotoPicker()) {
7889 if (!checkPermissionSelf(Binder.getCallingUid()) && !isCallerPhotoPicker()) {
7901 && !isCallerPhotoPicker()) {
7916 && !isCallerPhotoPicker()) {
[all …]