Searched refs:pathUserId (Results 1 – 1 of 1) sorted by relevance
1357 public boolean shouldAllowLookupForFuse(int uid, int pathUserId) { in shouldAllowLookupForFuse() argument1360 Log.d(TAG, "CrossUser not enabled. Users: " + callingUserId + " and " + pathUserId); in shouldAllowLookupForFuse()1364 if (callingUserId != pathUserId && callingUserId != 0 && pathUserId != 0) { in shouldAllowLookupForFuse()1366 + " and " + pathUserId); in shouldAllowLookupForFuse()1370 if (mUserCache.isWorkProfile(callingUserId) || mUserCache.isWorkProfile(pathUserId)) { in shouldAllowLookupForFuse()1373 + pathUserId); in shouldAllowLookupForFuse()1377 boolean result = isAppCloneUserPair(pathUserId, callingUserId); in shouldAllowLookupForFuse()1379 Log.i(TAG, "CrossUser allowed. Users: " + callingUserId + " and " + pathUserId); in shouldAllowLookupForFuse()1382 + " and " + pathUserId); in shouldAllowLookupForFuse()