Searched refs:incomingUserIdIndex (Results 1 – 1 of 1) sorted by relevance
895 int incomingUserIdIndex = mUsersRedirectedToOwnerForMedia.indexOfKey(incomingUserId); in isContentRedirectionAllowedForUser() local896 if (incomingUserIdIndex >= 0) { in isContentRedirectionAllowedForUser()897 return mUsersRedirectedToOwnerForMedia.valueAt(incomingUserIdIndex); in isContentRedirectionAllowedForUser()