Searched refs:CrossProfileUtils (Results 1 – 7 of 7) sorted by relevance
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/data/ |
D | UserIdManager.java | 36 import com.android.providers.media.photopicker.util.CrossProfileUtils; 368 if (CrossProfileUtils.isMediaProviderAvailable(managedUserProfileId, mContext)) { in waitForMediaProviderToBeAvailable() 403 if (!CrossProfileUtils.isIntentAllowedCrossProfileAccess(intent, packageManager)) { in setBlockedByAdminValue() 411 return CrossProfileUtils.isQuietModeEnabled(managedUserProfileId, mContext) || in isWorkProfileOffInternal() 412 !CrossProfileUtils.isMediaProviderAvailable(managedUserProfileId, mContext); in isWorkProfileOffInternal() 422 if (CrossProfileUtils.isMediaProviderAvailable(userId, mContext)) { in waitForProviderToBeAvailable() 428 if (CrossProfileUtils.isQuietModeEnabled(userId, mContext)) { in waitForProviderToBeAvailable()
|
D | UserManagerState.java | 45 import com.android.providers.media.photopicker.util.CrossProfileUtils; 440 if (CrossProfileUtils.isMediaProviderAvailable(userId , mContext)) { in waitForMediaProviderToBeAvailable() 456 if (CrossProfileUtils.isMediaProviderAvailable(userId, mContext)) { in waitForProviderToBeAvailable() 462 if (CrossProfileUtils.isQuietModeEnabled(userId, mContext)) { in waitForProviderToBeAvailable() 514 return CrossProfileUtils.isQuietModeEnabled(userId, mContext) in isProfileOffInternal() 515 || !CrossProfileUtils.isMediaProviderAvailable(userId, mContext); in isProfileOffInternal() 597 if (needToCheck != null && !CrossProfileUtils.isIntentAllowedCrossProfileAccessFromUser( in setBlockedByAdminValue()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/util/ |
D | CrossProfileUtils.java | 37 public class CrossProfileUtils { class 43 private CrossProfileUtils() { in CrossProfileUtils() method in CrossProfileUtils
|
/packages/apps/DocumentsUI/src/com/android/documentsui/ |
D | UserManagerState.java | 49 import com.android.documentsui.util.CrossProfileUtils; 271 || CrossProfileUtils.getCrossProfileResolveInfo(mCurrentUser, in onProfileActionStatusChange() 597 if (needToCheck != null && CrossProfileUtils.getCrossProfileResolveInfo(mCurrentUser, in getCanForwardToProfileIdMapInternal() 648 CrossProfileUtils.getCrossProfileResolveInfo( in getCanForwardToProfileIdMapPreV()
|
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/util/ |
D | CrossProfileUtils.java | 35 public class CrossProfileUtils { class
|
/packages/apps/DocumentsUI/src/com/android/documentsui/picker/ |
D | PickActivity.java | 67 import com.android.documentsui.util.CrossProfileUtils; 237 } else if (CrossProfileUtils.getCrossProfileResolveInfo(UserId.CURRENT_USER, in setupLayout()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/ |
D | RootsFragment.java | 82 import com.android.documentsui.util.CrossProfileUtils; 282 crossProfileResolveInfo = CrossProfileUtils.getCrossProfileResolveInfo( in onActivityCreated() 539 if (!CrossProfileUtils.isCrossProfileIntentForwarderActivity(info)) { in includeHandlerApps()
|