Searched refs:pathUserId (Results 1 – 1 of 1) sorted by relevance
2237 public boolean shouldAllowLookupForFuse(int uid, int pathUserId) { in shouldAllowLookupForFuse() argument2240 Log.d(TAG, "CrossUser not enabled. Users: " + callingUserId + " and " + pathUserId); in shouldAllowLookupForFuse()2244 if (callingUserId != pathUserId && callingUserId != 0 && pathUserId != 0) { in shouldAllowLookupForFuse()2246 + " and " + pathUserId); in shouldAllowLookupForFuse()2250 if (mUserCache.isWorkProfile(callingUserId) || mUserCache.isWorkProfile(pathUserId)) { in shouldAllowLookupForFuse()2253 + pathUserId); in shouldAllowLookupForFuse()2257 boolean result = isAppCloneUserPair(pathUserId, callingUserId); in shouldAllowLookupForFuse()2259 Log.i(TAG, "CrossUser allowed. Users: " + callingUserId + " and " + pathUserId); in shouldAllowLookupForFuse()2262 + " and " + pathUserId); in shouldAllowLookupForFuse()